From f40e9b69d5236912522ac36f4a2b57dac5028c9e Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 26 三月 2024 17:36:02 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/zgyw-ui
---
src/router/index.js | 69 ++++++++++++++++++++++++++++++----
1 files changed, 61 insertions(+), 8 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8850356..80ba5f6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -51,13 +51,52 @@
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: '/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',
@@ -77,7 +116,7 @@
{
path: '',
component: Layout,
- redirect: 'index',
+ redirect: 'screen',
children: [
{
path: 'index',
@@ -87,6 +126,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