Commit c1bee389 authored by rencs's avatar rencs

10.9

parent ed4bb32f
...@@ -439,7 +439,24 @@ export const asyncRouterMap = [{ ...@@ -439,7 +439,24 @@ export const asyncRouterMap = [{
component: _import('vehicle/vehicleCount/index'), component: _import('vehicle/vehicleCount/index'),
name: '车辆出行统计', name: '车辆出行统计',
authority: 'vehicleCount' authority: 'vehicleCount'
} }, {
path: 'vehicleTypeList',
component: _import('vehicleType/index'),
name: '车型列表',
authority: 'vehicleTypeList'
},
{
path: 'vehicleTypeLabel',
component: _import('vehicleType/vehicleTypeLabel'),
name: '车型标签设置',
authority: 'vehicleTypeLabel'
},
{
path: 'accompanyingItem',
component: _import('vehicle/accompanyingItem/index'),
name: '随行物品管理',
authority: 'accompanyingItem'
},
// { // {
// path: 'dispatchApply', // path: 'dispatchApply',
// component: _import('vehicle/dispatchApply/index'), // component: _import('vehicle/dispatchApply/index'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment