From a236fe127acc24084fcdd2838a517213fa03601e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 10 Jul 2025 21:26:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8B=89=E6=9D=86=E7=AE=B1=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8A=A0=E6=B6=B2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.vue b/src/app.vue index ef3f9d1..123c0c5 100644 --- a/src/app.vue +++ b/src/app.vue @@ -107,7 +107,9 @@ const startProgress = () => { } else { await initData() // 核心数据 - await initLiquidConfig() // 液体配置 + if (__DEVICE_TYPE__ !== useDeviceStore().deviceTypeMap.DrawBarDM) { + await initLiquidConfig() // 液体配置 + } } // 进度完成后清除定时器 if (progress.value >= 100) {