From 7491d71feb511e8103ed684c067d8c7d6584e943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A2=A6?= Date: Tue, 2 Jun 2026 17:02:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E5=8F=B3=E4=B8=8A=E6=96=B9=E5=85=AC=E4=BC=97=E5=8F=B7?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E9=A1=B5=E9=9D=A2=E5=8A=A0=E8=BD=BDloading=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E4=B8=A4=E4=B8=AA=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/index.vue | 21 --------------------- src/page/system/homeWork/index.vue | 7 +------ 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 81fd240..d9faee3 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -10,7 +10,6 @@ import hud from '@/utils/hud' import sass from '@/utils/sass' const logo = sass.getLogo() -const qr = sass.getQrCode() const url = window.location.href const showIcp = url.includes('//www.') || url.split('.').length === 2 @@ -96,17 +95,6 @@ const debug = debounce( }, ) -// 点击二维码会弹出账号密码 -function clickQrCode() { - native_api.showDoodle?.() - // hud.success( - // JSON.stringify({ - // account: account.value, - // password: password.value, - // }), - // ) -} - defineOptions({ name: 'Login', }) @@ -140,15 +128,6 @@ defineOptions({ 登 录 -
-
- -
-
- 更多内容关注 - {{ sass.platform.wxName }}公众号 -
-
蜀ICP备2026014928号-1 diff --git a/src/page/system/homeWork/index.vue b/src/page/system/homeWork/index.vue index 50e5358..ea900e3 100644 --- a/src/page/system/homeWork/index.vue +++ b/src/page/system/homeWork/index.vue @@ -76,11 +76,6 @@ onMounted(async () => { } }) -// 每次进入页面,都刷新数据 -onBeforeMount(() => { - listLoading.value = true -}) - function to(url: string) { router.push(url) } @@ -181,7 +176,7 @@ const startDoWork = () => {