准备接入minIO

This commit is contained in:
2023-10-19 17:27:15 +08:00
parent 69983054dc
commit bf48ed20fc
21 changed files with 1942 additions and 161 deletions

View File

@@ -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')