From 789947d52420fc8a7f557cb2a007b39b86874c92 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 28 四月 2023 15:03:22 +0800
Subject: [PATCH] 1.提交
---
src/router/index.js | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index c1ac213..195c63b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -404,7 +404,7 @@
name: 'arrivalNoticeListCancel',
code: '1202',
component: () => import('@/views/purchasesManager/arrivalNoticeList'),
- meta: { code: '1202', title: '閲囪喘鏀惰揣鍗�', icon: '', keepAlive: true }
+ meta: { code: '1202', title: '閲囪喘鍒拌揣鍗�', icon: '', keepAlive: true }
}
]
},
@@ -629,6 +629,36 @@
meta: { code: '1061', title: '瀛樿揣妗f', icon: '', keepAlive: true }
}
]
+ },
+
+ {
+ path: '/kanbanManager',
+ component: Layout,
+ redirect: '/kanbanManager/zhkb',
+ name: '鏅烘収鐪嬫澘',
+ code: '2023',
+ meta: { title: '鏅烘収鐪嬫澘', icon: 'zhkb' },
+ alwaysShow: true,
+ children: [
+ {
+ path: 'zhkb',
+ name: 'ZHKBCancel',
+ component: () => import('@/views/kanbanManager/zhkb'),
+ meta: { title: '缁煎悎鐪嬫澘', icon: '', keepAlive: true }
+ }, {
+ path: 'cgdd',
+ name: 'cgddCancel',
+ component: () => import('@/views/kanbanManager/cgdd'),
+ meta: { title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
+ },
+ {
+ path: 'ckgl',
+ name: 'ckglCancel',
+ component: () => import('@/views/kanbanManager/ckgl'),
+ meta: { title: '浠撳簱绠$悊', icon: '', keepAlive: true }
+ }
+
+ ]
}
// {
--
Gitblit v1.9.3