From c1fd36331f8e940e31c3fd72c2a0b4ba4c382466 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 19 Aug 2025 13:46:29 +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