From a5a12dfed331c5d2508e1acee474c9d6dc35b774 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期一, 18 十一月 2024 08:26:12 +0800 Subject: [PATCH] 义乌新增掰片/识别、卧式缓存、磨边(冷加工)页面 前端路由配置等 --- 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