From 3520f4b5ea6fefd3b84b7d0e76ef92efe4a56ea8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 15 Jan 2024 10:28:43 +0800
Subject: [PATCH] 派遣服务页面调整
---
src/store/modules/common.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index e7ecff6..c017373 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -28,8 +28,12 @@
themeName: getStore({ name: 'themeName' }) || 'theme-bule',
lockPasswd: getStore({ name: 'lockPasswd' }) || '',
website: website,
+ webTitle: ''
},
mutations: {
+ SET_WEBTITLE: (state, webTitle) => {
+ state.webTitle = webTitle
+ },
SET_LANGUAGE: (state, language) => {
state.language = language
setStore({
--
Gitblit v1.9.3