| | |
| | | import { message } from 'ant-design-vue' |
| | | import { EComponentName, EPhotoType, ERouterName } from '../types' |
| | | import { EComponentName, ELocalStorageKey, EPhotoType, ERouterName } from '../types' |
| | | import { CURRENT_CONFIG } from './http/config' |
| | | import { EVideoPublishType, LiveStreamStatus } from '../types/live-stream' |
| | | import { getRoot } from '/@/root' |
| | |
| | | userName: '', |
| | | elementPreName: 'PILOT' |
| | | } |
| | | const token = localStorage.getItem(ELocalStorageKey.Token) |
| | | components.set(EComponentName.Map, mapParam) |
| | | const wsParam: WsParam = { |
| | | host: CURRENT_CONFIG.websocketURL, |