From 1a8a9ff4fd90e28bf33bca809c5ea0372db3dd48 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 04 Sep 2025 17:13:34 +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