From 4bcf7f5cbc8185b10e773feda6bee90fe3f32137 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 22 七月 2022 15:50:21 +0800
Subject: [PATCH] 1.文件上传校验导入实现一个demo2.修改bug

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

diff --git a/src/router/index.js b/src/router/index.js
index 2ff74dc..4b3d3c3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -32,6 +32,11 @@
  */
 export const commonRoutes = [
   {
+    path: '/kb',
+    component: () => import('@/views/kb/index'),
+    hidden: true
+  },
+  {
     path: '/login',
     component: () => import('@/views/login/index'),
     hidden: true
@@ -441,10 +446,41 @@
         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: '/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