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 @@
+
+
+ 统一调配
+
+
+
+
+
+