From 1259bce460f41ef166e4bb25a81690bcfd457e1b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 03 四月 2024 11:43:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/router/index.js | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8e60ec4..80ba5f6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -73,6 +73,32 @@ ] }, { + path: '/check-result/city', + component: Layout, + hidden: true, + children: [ + { + path: 'detail', + name: 'check-result-city', + component: () => import('@/views/system/check-result/city/detail'), + meta: { title: '甯傚眬鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/city' } + } + ] + }, + { + path: '/check-result/province', + component: Layout, + hidden: true, + children: [ + { + path: 'detail', + name: 'check-result-province', + component: () => import('@/views/system/check-result/province/detail'), + meta: { title: '鐪佸巺鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/province' } + } + ] + }, + { path: '/register', component: () => import('@/views/register'), hidden: true -- Gitblit v1.8.0