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