From b4f51417997c20dd15e3db19d5055edd55d872cd Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 27 十一月 2024 09:46:12 +0800
Subject: [PATCH] 版本保存 1、磨边队列进入多片已修改完成 2、解决状态清0异常现象

---
 UI-Project/src/router/index.js |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 1b60f11..c62b00d 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -95,13 +95,18 @@
       /*----------- 鎺扮墖/璇嗗埆 ----------------*/
     {
       path: 'Identify',
-      name: 'Identify',
-      component: () => import('../views/Identify/identify.vue'),
-      children:[
+      name: 'ident',
+      component: () => import('../views/Identify/ident.vue'),
+      children: [
         {
           path: '/Identify/identify',
           name: 'identify',
           component: () => import('../views/Identify/identify.vue')
+        },
+        {
+          path: '/Identify/identifwu',
+          name: 'identifwu',
+          component: () => import('../views/Identify/identifwu.vue')
         },
       ]
     },
@@ -121,6 +126,11 @@
         name: 'cachingun',
         component: () => import('../views/Caching/cachingun.vue')
       },
+      {
+        path: '/Caching/cachingyiwu',
+        name: 'cachingyiwu',
+        component: () => import('../views/Caching/cachingyiwu.vue')
+      },
     ]
   },
   /*----------- 纾ㄨ竟锛堝喎鍔犲伐锛� ----------------*/
@@ -139,6 +149,11 @@
       name: 'stockBasicDatatwo',
       component: () => import('../views/StockBasicData/stockBasicDatatwo.vue')
     },
+    {
+      path: '/StockBasicData/stockBasicyiwu',
+      name: 'stockBasicyiwu',
+      component: () => import('../views/StockBasicData/stockBasicyiwu.vue')
+    },
   ]
 },
 /*----------- 澶х悊鐗囩 ----------------*/

--
Gitblit v1.8.0