From 566e049734a3d317f920ac5848e556e41c2ba763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Wed, 17 Jan 2024 20:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20=E5=AE=8C=E5=96=84=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 68cb9e0f..90e5f81c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -81,10 +81,6 @@ async function listenOnInit(): Promise { } async function checkAppLoad(): Promise { - if (!appStore.loading) { - await resetDB(); - return; - } let checkDB = false; try { checkDB = await TGSqlite.check(); @@ -116,7 +112,6 @@ async function checkDeviceFp(): Promise { const deviceLocal = appStore.deviceInfo; if (deviceInfo === undefined) { if (deviceLocal.device_fp === "0000000000000") { - // 获取 deviceFp appStore.deviceInfo = await TGRequest.Device.getFp(appStore.deviceInfo); console.info("deviceInfo 已重新获取!"); }