From df46fb3a9e18998f3f876e833f91ea12c5ab82fd Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 26 四月 2024 13:39:37 +0800
Subject: [PATCH] fix:工单处理适配问题
---
src/router/index.js | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 10a22fb..b9f2252 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -90,12 +90,7 @@
component: Layout,
hidden: true,
children: [
- {
- path: 'detail',
- name: 'check-result-city',
- component: () => import('@/views/system/result/city/detail'),
- meta: { title: '甯傚眬鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/city' }
- }
+
]
},
{
@@ -103,12 +98,7 @@
component: Layout,
hidden: true,
children: [
- {
- path: 'detail',
- name: 'check-result-province',
- component: () => import('@/views/system/result/province/detail'),
- meta: { title: '鐪佸巺鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/province' }
- }
+
]
},
{
--
Gitblit v1.8.0