diff --git a/dist.zip b/dist.zip index e351c66..63e1ff8 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 117e023..b1da7d7 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -224,7 +224,7 @@ const handleUserMenu = (command) => { }; - + + \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 6ae6ef3..8d2059d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -359,6 +359,7 @@ const scanLogin = reactive({ zzd_client_id: "", scanUrl: "", code: "", + }); onMounted(() => { scanLogin.scanUrl = `https://login.dg-work.cn/oauth2/auth.htm?response_type=code&client_id=${scanLogin.zydd_client_id}&redirect_uri=${scanLogin.redirect_uri}&scope=get_user_info&authType=QRCODE&embedMode=true`;