From c192d0bda1c59a3c68861b373c9d0cd91234f57b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 30 四月 2024 17:02:54 +0800 Subject: [PATCH] 调整包位置 --- src/router/index.js | 42 ------------------------------------------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a50e06d..eeb0275 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,48 +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: '/car/equipment', - component: Layout, - hidden: true, - children: [ - { - path: 'index', - name: 'equipment', - component: () => import('@/views/system/equipment/index'), - meta: { title: '璧勪骇绠$悊', activeMenu: '/system/equipment' } - } - ] - }, - { - path: '/check-result/city', - component: Layout, - hidden: true, - children: [ - - ] - }, - { - path: '/check-result/province', - component: Layout, - hidden: true, - children: [ - - ] - }, - { path: '/register', component: () => import('@/views/register'), hidden: true -- Gitblit v1.8.0