内网开发
This commit is contained in:
@@ -24,6 +24,14 @@ const router = new Router({
|
||||
path: '/hd_map',
|
||||
name: 'hd_map',
|
||||
component: () => import('../pages/hd_map.vue')
|
||||
},{
|
||||
path: '/hd_map_area',
|
||||
name: 'hd_map_area',
|
||||
component: () => import('../pages/hd_map_area.vue')
|
||||
},{
|
||||
path: '/hd_show_patrol_history',
|
||||
name: 'hd_show_patrol_history',
|
||||
component: () => import('../pages/hd_show_patrol_history.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user