From ae0d8c8a0d00268dbe1eb8bc2f9f6f6fd4780ee3 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 10 Sep 2025 15:21:08 +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