From 03043192ddf00f9a36b7454799a9152cd1b50a0b Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 11:13:45 +0800
Subject: [PATCH] 1

---
 src/store/homes.store.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/store/homes.store.js b/src/store/homes.store.js
index 8eafdfe..b309199 100644
--- a/src/store/homes.store.js
+++ b/src/store/homes.store.js
@@ -8,7 +8,8 @@
     // state ζŒδΉ…εŒ–
     persist: true,
     state: () => ('homes', {
-        kefu_url: ""
+        kefu_url: "",
+        system_data: {},
     }),
 
     actions: {
@@ -17,6 +18,7 @@
 
             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