准备接入minIO
This commit is contained in:
@@ -16,11 +16,11 @@ const router = new Router({
|
||||
path: '/map',
|
||||
name: 'map',
|
||||
component: () => import('../pages/map.vue') //路由懒加载(按需加载)
|
||||
}, {
|
||||
},{
|
||||
path: '/call_room',
|
||||
name: 'call_room',
|
||||
component: () => import('../pages/call_room.vue')
|
||||
}, {
|
||||
},{
|
||||
path: '/hd_map',
|
||||
name: 'hd_map',
|
||||
component: () => import('../pages/hd_map.vue')
|
||||
|
||||
Reference in New Issue
Block a user