From e25fb7495f6acb9364c0dca0a11f962089b82a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=E4=BA=86=E4=B8=AAJ?= Date: Tue, 19 May 2026 19:08:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dandroid=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=9B=B4=E6=96=B0=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/global.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stores/global.ts b/src/stores/global.ts index 0b21ca5..e08e837 100644 --- a/src/stores/global.ts +++ b/src/stores/global.ts @@ -214,9 +214,7 @@ export const globalStore = defineStore('global', () => { // 检测更新 const checkStudyMachineUpdate = async (checkWeb = true) => { if (isNotStudyMachine) return - const { - data: { data: res }, - } = await globalApi.checkVersion({ + const res = await globalApi.checkVersion({ model: getManufacturer(), }) system.latestVersion = res