From 92af1d75c0e194bbe52faeb3eca3ca79ccca5b2a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 17 Sep 2025 18:40:23 +0800
Subject: [PATCH] feat:更新名称

---
 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