From ea3796f9a0098858f5726e03db56a339b6eab3cc Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 21 五月 2024 09:13:19 +0800 Subject: [PATCH] Merge branch 'master' into dev-threejs --- src/router/index.js | 26 -------------------------- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8e60ec4..eeb0275 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,32 +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: '/register', component: () => import('@/views/register'), hidden: true -- Gitblit v1.8.0