From 2e94a8b8704d1cca44e4f3d7cb55daa6d20a79fd Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 26 四月 2024 11:41:14 +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