From 0a0e01138e0d9b6f370ae16ef1099e4c60d15c26 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 02 四月 2024 11:49:06 +0800 Subject: [PATCH] 新考核 --- src/router/index.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 80ba5f6..8d1943d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -67,7 +67,7 @@ { path: 'detail', name: 'check-result-contract', - component: () => import('@/views/system/check-result/contract/detail'), + component: () => import('@/views/system/result/default/detail'), meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' } } ] @@ -80,7 +80,7 @@ { path: 'detail', name: 'check-result-city', - component: () => import('@/views/system/check-result/city/detail'), + component: () => import('@/views/system/result/city/detail'), meta: { title: '甯傚眬鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/city' } } ] @@ -93,7 +93,7 @@ { path: 'detail', name: 'check-result-province', - component: () => import('@/views/system/check-result/province/detail'), + component: () => import('@/views/system/result/province/detail'), meta: { title: '鐪佸巺鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/province' } } ] -- Gitblit v1.8.0