From 6a414ad2e434220f32ce9f7075342c6dcdcab32d Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Tue, 11 Jun 2024 19:25:05 +0800 Subject: [PATCH] =?UTF-8?q?feat()=EF=BC=9A=E9=87=8D=E5=86=99=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E4=B8=8A=E7=BA=BF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 16 ++++++++++++++-- src/views/unified/index.vue | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 src/views/unified/index.vue diff --git a/src/router/index.js b/src/router/index.js index a465391..0d15922 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -72,9 +72,21 @@ export const constantRoutes = [ children: [ { path: 'instance', - name: '数据模拟', + name: '车辆实例', component: () => import('@/views/vehicle/index'), - meta: { title: '数据模拟', icon: 'form' } + meta: { title: '车辆实例', icon: 'form' } + } + ] + }, + { + path: '/vehicle', + component: Layout, + children: [ + { + path: 'unified', + name: '统一调配', + component: () => import('@/views/unified/index'), + meta: { title: '统一调配', icon: 'eye-open' } } ] }, diff --git a/src/views/unified/index.vue b/src/views/unified/index.vue new file mode 100644 index 0000000..bf95ad0 --- /dev/null +++ b/src/views/unified/index.vue @@ -0,0 +1,21 @@ + + + + +