From 3c6203da5fc2503b83ee2f7bd5b8a37333b62cb2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 08 五月 2024 17:30:34 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/router/index.js | 52 ---------------------------------------------------- 1 files changed, 0 insertions(+), 52 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 80ba5f6..eeb0275 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,58 +47,6 @@ 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 -- Gitblit v1.8.0