From e815dad728f0aba7b2bb2b2087dad4c36e68652f Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期三, 19 七月 2023 16:06:49 +0800
Subject: [PATCH] 资源查询页面静态

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

diff --git a/src/router/index.js b/src/router/index.js
index 0a579b8..9d3958a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -60,6 +60,7 @@
 import WareInspection from '@/views/PackageTwo/WareInspection.vue'; //鏁版嵁璐ㄦ-鍏ュ簱璐ㄦ
 import QualityInspection from '@/views/PackageTwo/index.vue'; //鏁版嵁璐ㄦ-鍏ュ簱璐ㄦ
 
+import resourceQuery from '@/views/resourceQuery/resourceQuery.vue'; //璧勬簮鏌ヨ
 
 
 
@@ -99,6 +100,15 @@
     redirect: '/projectController',
     children: [
       {
+        path: '/resourceQuery',
+        component: resourceQuery,
+        name: 'resourceQuery',
+        meta: {
+          title: '璧勬簮鏌ヨ',
+          requireAuth: true, // 鏍囪瘑璇ヨ矾鐢辨槸鍚﹂渶瑕佺櫥褰�
+        },
+      },
+      {
         path: '/WareInspection',
         component: WareInspection,
         name: 'WareInspection',

--
Gitblit v1.9.3