From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码
---
src/store/homes.store.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/store/homes.store.js b/src/store/homes.store.js
index b309199..8eafdfe 100644
--- a/src/store/homes.store.js
+++ b/src/store/homes.store.js
@@ -8,8 +8,7 @@
// state 持久化
persist: true,
state: () => ('homes', {
- kefu_url: "",
- system_data: {},
+ kefu_url: ""
}),
actions: {
@@ -18,7 +17,6 @@
console.log("sdsdsds",data)
this.kefu_url = data.customer_service_url
- this.system_data = data
},
},
})
\ No newline at end of file
--
Gitblit v1.9.3