refactor: ♻️ 授权页面重构
重构授权页面
This commit is contained in:
@@ -59,7 +59,12 @@ onBeforeMount(() => {
|
||||
// 设置批量第三方 js
|
||||
setIntroduction.jsCdn();
|
||||
//websockt 模块
|
||||
websocket.init(wsReceive)
|
||||
try {
|
||||
websocket.init(wsReceive)
|
||||
}catch (e) {
|
||||
console.log("websocket错误")
|
||||
}
|
||||
|
||||
});
|
||||
// 页面加载时
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user