增加
This commit is contained in:
@@ -15,13 +15,12 @@ const { on, emit } = useEventBus()
|
||||
|
||||
//连接signlar
|
||||
const ConnectSignlar = (clientId: string) => {
|
||||
console.log(`客户端:${clientId}`);
|
||||
console.log(`客户端:${clientId}`);
|
||||
}
|
||||
|
||||
|
||||
// 初始化应用配置
|
||||
onMounted(() => {
|
||||
userStore.setToken("5555","111","222");
|
||||
// 初始化屏幕尺寸
|
||||
if (typeof window !== 'undefined') {
|
||||
appStore.updateScreenSize(window.innerWidth, window.innerHeight)
|
||||
|
||||
Reference in New Issue
Block a user