From d105bd9dd591264a7b1f79f1fdbbf0e764ff073e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 31 八月 2022 15:39:42 +0800
Subject: [PATCH] 1.修改分页bug

---
 src/router/index.js |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 57 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 2ff74dc..d65648e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -31,6 +31,25 @@
  * all roles can be accessed
  */
 export const commonRoutes = [
+  /*
+  * 鐪嬫澘閮ㄥ垎璺敱
+  * */
+  {
+    path: '/zhkb',
+    component: () => import('@/views/kb/zhkb'),
+    hidden: true
+  },
+  {
+    path: '/ckgl',
+    component: () => import('@/views/kb/ckgl'),
+    hidden: true
+  },
+  {
+    path: '/cgdd',
+    component: () => import('@/views/kb/cgdd'),
+    hidden: true
+  },
+
   {
     path: '/login',
     component: () => import('@/views/login/index'),
@@ -139,7 +158,7 @@
         meta: { code: '1021', title: '璁惧缁�', icon: '', keepAlive: true }
       }, {
         path: 'sbqd',
-        name: '璁惧娓呭崟Cancel',
+        name: 'sbqdCancel',
         code: '1022',
         component: () => import('@/views/sbgl/sbqd'),
         meta: { code: '1022', title: '璁惧娓呭崟', icon: '', keepAlive: true }
@@ -441,10 +460,47 @@
         code: '1084',
         component: () => import('@/views/zlgl/qxsj'),
         meta: { code: '1084', title: '缂洪櫡缁熻', icon: '', keepAlive: true }
+      },
+      {
+        path: 'gxjybz',
+        name: 'QXJYBZCancel',
+        code: '1085',
+        component: () => import('@/views/zlgl/gxjybz'),
+        meta: { code: '1085', title: '宸ュ簭妫�楠屾爣鍑�', icon: '', keepAlive: true }
+      },
+      {
+        path: 'gxjyxm',
+        name: 'GXJYXMCancel',
+        code: '1086',
+        component: () => import('@/views/zlgl/gxjyxm'),
+        meta: { code: '1086', title: '宸ュ簭妫�楠岄」鐩�', icon: '', keepAlive: true }
+      }, {
+        path: 'gxjyjl',
+        name: 'GXJYJLCancel',
+        code: '1087',
+        component: () => import('@/views/zlgl/gxjyjl'),
+        meta: { code: '1087', title: '宸ュ簭妫�楠岃褰�', icon: '', keepAlive: true }
       }
     ]
   },
   {
+    path: '/bbgl',
+    component: Layout,
+    redirect: '/bbgl/sczxbb',
+    name: '鎶ヨ〃绠$悊',
+    code: '1008',
+    meta: { code: '1008', title: '鎶ヨ〃绠$悊', icon: 'bbgl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'sczxbb',
+        name: 'BMGZCancel',
+        code: '1090',
+        component: () => import('@/views/bbgl/sczxbb'),
+        meta: { code: '1090', title: '鐢熶骇鎵ц鎶ヨ〃', icon: '', keepAlive: true }
+      }]
+  },
+  {
     path: '/xtsz',
     component: Layout,
     redirect: '/xtsz/bmgz',

--
Gitblit v1.9.3