修改内容

This commit is contained in:
xuqiuyun
2025-10-27 17:38:20 +08:00
parent a40ce28318
commit 42e0abcbe3
50 changed files with 4240 additions and 1276 deletions

View File

@@ -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'),
},
],
},
// 早期预警路由