修改内容
This commit is contained in:
@@ -183,6 +183,16 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
component: () => import('~/views/userManage/driver.vue'),
|
||||
},
|
||||
{
|
||||
path: '/userManage/vehicle',
|
||||
name: 'VehicleManage',
|
||||
meta: {
|
||||
title: '车辆管理',
|
||||
keepAlive: true,
|
||||
requireAuth: true,
|
||||
},
|
||||
component: () => import('~/views/userManage/vehicle.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
// 早期预警路由
|
||||
|
||||
Reference in New Issue
Block a user