备份
This commit is contained in:
@@ -32,6 +32,14 @@ const router = new Router({
|
||||
path: '/hd_show_patrol_history',
|
||||
name: 'hd_show_patrol_history',
|
||||
component: () => import('../pages/hd_show_patrol_history.vue')
|
||||
},{
|
||||
path: '/hd_show_equipment_move_history',
|
||||
name: 'hd_show_equipment_move_history',
|
||||
component: () => import('../pages/hd_show_equipment_move_history.vue')
|
||||
},{
|
||||
path: '/hd_show_patrolTmp_history',
|
||||
name: 'hd_show_patrolTmp_history',
|
||||
component: () => import('../pages/hd_show_patrolTmp_history.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user