From 6fa2afebb9d4e64068a9c85405f5eb8566f73ba8 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 06 Sep 2025 10:39:18 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into test

---
 src/store/modules/common.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index 146f8cf..46f4fb2 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -15,8 +15,15 @@
     lockPasswd: getStore({ name: 'lockPasswd' }) || '',
     website: website,
     setting: website.setting,
+    downloadProgress:{
+      htsjzx: 100, //数据中心
+      htlsrwxq: 100, //历史任务详情
+    }
   },
   mutations: {
+    setDownloadProgress(state, data) {
+      state.downloadProgress = data
+    },
     SET_LANGUAGE: (state, language) => {
       state.language = language;
       setStore({

--
Gitblit v1.9.3