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 = () => {