From 5e05c419086b6d24c5b7b156e5319a9449220bac Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 15 四月 2024 18:05:35 +0800
Subject: [PATCH] 工单处理:审核、运维情况
---
src/router/index.js | 85 ++++++++++++++++++++++++++++++++++++++----
1 files changed, 77 insertions(+), 8 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8850356..1d08e0d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -51,13 +51,68 @@
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: 'index',
+ name: 'vehicle-data-monitor',
+ component: () => import('@/views/system/vehicle-data-monitor/index'),
+ meta: { title: '杞﹁締杩囧崱鍙f暟鎹竴鑷存��', activeMenu: '/system/vehicle-data-monitor' }
+ }
+ ]
+ },
+ {
+ path: '/car/equipment',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'index',
+ name: 'equipment',
+ component: () => import('@/views/system/equipment/index'),
+ meta: { title: '璧勪骇绠$悊', activeMenu: '/system/equipment' }
+ }
+ ]
+ },
+ {
+ path: '/contract/score',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'index',
+ name: 'score',
+ component: () => import('@/views/system/score/default/index'),
+ meta: { title: '鍚堝悓绉垎', activeMenu: '/system/score' }
+ }
+ ]
+ },
+ {
+ path: '/check-result/contract',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'detail',
+ name: 'check-result-contract',
+ component: () => import('@/views/system/result/default/detail'),
+ meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' }
+ }
+ ]
+ },
+ {
+ path: '/check-result/city',
+ component: Layout,
+ hidden: true,
+ children: [
+
+ ]
+ },
+ {
+ path: '/check-result/province',
+ component: Layout,
+ hidden: true,
+ children: [
+
+ ]
},
{
path: '/register',
@@ -77,7 +132,7 @@
{
path: '',
component: Layout,
- redirect: 'index',
+ redirect: 'screen',
children: [
{
path: 'index',
@@ -87,6 +142,20 @@
}
]
},
+
+ // {
+ // path: '',
+ // component: Layout,
+ // redirect: 'index',
+ // children: [
+ // {
+ // path: 'index',
+ // component: () => import('@/views/index'),
+ // name: 'Index',
+ // meta: { title: '棣栭〉', icon: 'dashboard', affix: true }
+ // }
+ // ]
+ // },
{
path: '/screen',
hidden: true,
--
Gitblit v1.8.0