From 12c6e0aa54c250f4a181a6b71ce18908858d93ca Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 26 Nov 2025 09:47:11 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v8.0/8.0.2' into prod
---
src/page/index/useGlobalWS.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/index/useGlobalWS.js b/src/page/index/useGlobalWS.js
index 22faf74..009bc8a 100644
--- a/src/page/index/useGlobalWS.js
+++ b/src/page/index/useGlobalWS.js
@@ -30,7 +30,7 @@
...downloadProgress.value,
[type]: setProgress,
})
- if (status === 'COMPLETED' && ['dpsjzx','dplsrwxq'].includes(type)) {
+ if (status === 'COMPLETED' && ['htsjzx','htlsrwxq'].includes(type)) {
const name = `数据中心-${dayjs().format('YYYYMMDDHHmmss')}.zip`
const currentUrl = getStore({name: 'downloadUrl'})
if (currentUrl === download_url && download_url!== undefined) return
--
Gitblit v1.9.3