From c1136d8429f660335535afe8ad7c828c16eb7199 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期一, 10 三月 2025 15:28:41 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev
---
src/router/index.js | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 66a0b9f..912bf88 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,22 +92,22 @@
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
export const dynamicRoutes = [
- // {
- // // 鍘熸潗鏂欎笅鍗�
- // path: '/materialOrder',
- // component: Layout,
- // hidden: true,
- // permissions: ['business:order'],
- // children: [
- // {
- // // 閾滄潗鏂欎笅鍗�
- // path: 'customsInspection',
- // component: () => import('@/views/business/materialOrder/customsInspection'),
- // name: 'customsInspection',
- // meta: { title: '閾滄潗鏂欎笅鍗�', activeMenu: '/business/materialOrder' }
- // }
- // ]
- // },
+ {
+ // 涓嬪崟椤甸潰
+ path: '/inspectionOrder',
+ component: Layout,
+ hidden: true,
+ permissions: ['business:order'],
+ children: [
+ {
+ // 閾滄潗鏂欎笅鍗�
+ path: 'addOrder',
+ component: () => import('@/views/business/inspectionOrder/add'),
+ name: 'addOrder',
+ meta: { title: '鏂板濮旀墭鍗�', activeMenu: '/business/inspectionOrder' }
+ }
+ ]
+ },
{
// 鐢ㄦ埛绠$悊
path: "/system/user-auth",
--
Gitblit v1.9.3