From dab34ce9fbe468d82cbb6b8c89bd3a0d167e74ae Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 三月 2024 15:22:15 +0800 Subject: [PATCH] 考核结果跳转页面 --- src/router/index.js | 75 ++++++++++++++++++++++++++++++++++++- 1 files changed, 73 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d43a54e..80ba5f6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,6 +47,58 @@ hidden: true }, { + path: '/car/vehicle-data-monitor', + component: Layout, + hidden: true, + children: [ + { + path: 'index', + name: 'vehicle-data-monitor', + component: () => import('@/views/system/vehicle-data-monitor/index'), + meta: { title: '杞﹁締杩囧崱鍙f暟鎹竴鑷存��', activeMenu: '/system/vehicle-data-monitor' } + } + ] + }, + { + path: '/check-result/contract', + component: Layout, + hidden: true, + children: [ + { + path: 'detail', + name: 'check-result-contract', + component: () => import('@/views/system/check-result/contract/detail'), + meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' } + } + ] + }, + { + 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 @@ -64,16 +116,35 @@ { path: '', component: Layout, - redirect: 'index', + redirect: 'screen', children: [ { path: 'index', -// component: () => import('@/views/index'), + component: () => import('@/views/index'), name: 'Index', meta: { title: '棣栭〉', icon: 'dashboard', affix: true } } ] }, + + // { + // path: '', + // component: Layout, + // redirect: 'index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/index'), + // name: 'Index', + // meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + // } + // ] + // }, + { + path: '/screen', + hidden: true, + component: () => import('@/views/screen/index'), + }, { path: '/user', component: Layout, -- Gitblit v1.8.0