From 5907d469e7a981eb26f064160215387cdb035b3f Mon Sep 17 00:00:00 2001
From: liugongyu <290219706@qq.com>
Date: Mon, 11 Nov 2024 17:57:13 +0800
Subject: [PATCH] 西城 电子发票
---
src/router/index.js | 10 ++++++++++
src/views/eInvoice/eInvoiceNav.vue | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/views/mySelf/mySelf.vue | 13 +++++++++++++
src/views/mySelf/selfNav.vue | 6 +++---
4 files changed, 138 insertions(+), 3 deletions(-)
create mode 100644 src/views/eInvoice/eInvoiceNav.vue
create mode 100644 src/views/mySelf/mySelf.vue
diff --git a/src/router/index.js b/src/router/index.js
index 075dc8a..158223a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -49,6 +49,16 @@ export default new Router({
},
// ---------------- 电子发票导航
+
+
+ {
+ path: '/eInvoiceNav',
+ name: 'eInvoiceNav',
+ component: () => import("@/views/eInvoice/eInvoiceNav.vue"),
+ meta:{
+ title:'电子发票'
+ }
+ },
{
path: '/eInvoiceWrap',
name: 'eInvoiceWrap',
diff --git a/src/views/eInvoice/eInvoiceNav.vue b/src/views/eInvoice/eInvoiceNav.vue
new file mode 100644
index 0000000..18cff67
--- /dev/null
+++ b/src/views/eInvoice/eInvoiceNav.vue
@@ -0,0 +1,112 @@
+
+