From 5f5013a59ba52e0c800373da6610f6b44ac563d9 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 26 三月 2024 11:11:20 +0800
Subject: [PATCH] 审核做成卡片形式
---
src/router/index.js | 36 ++++++++++++++++++++++++++++++++++--
1 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index d43a54e..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,16 +77,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