From e1ecc186e3cfdde0faf7ea1fc296b509cf11193c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 21 三月 2024 10:02:56 +0800 Subject: [PATCH] 合同取消配置,违约规则配置分数 --- src/router/index.js | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 71907b6..58389a7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,6 +47,19 @@ 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: '/register', component: () => import('@/views/register'), hidden: true @@ -64,7 +77,7 @@ { path: '', component: Layout, - redirect: 'index', + redirect: 'screen', children: [ { path: 'index', @@ -74,6 +87,25 @@ } ] }, + + // { + // 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