From 54099a0d90d9f73898ec620725100a362980b787 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 01 八月 2023 17:24:24 +0800
Subject: [PATCH] 图层管理,资源管理页面添加

---
 src/router/index.js |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9d3958a..866aae9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -109,6 +109,15 @@
         },
       },
       {
+        path: '/bankController',
+        component: bankController,
+        name: 'bankController',
+        meta: {
+          title: '鏁版嵁搴撶鐞�',
+          requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
+        },
+      },
+      {
         path: '/WareInspection',
         component: WareInspection,
         name: 'WareInspection',
@@ -162,15 +171,7 @@
           requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
         },
       },
-      {
-        path: '/bankController',
-        component: bankController,
-        name: 'bankController',
-        meta: {
-          title: '鏁版嵁搴撶鐞�',
-          requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
-        },
-      },
+
       {
         path: '/projectController',
         component: projectController,

--
Gitblit v1.9.3