From f41e347a34d2859c149c59691bda6d179b209d44 Mon Sep 17 00:00:00 2001
From: yxl <584911253@qq.com>
Date: 星期三, 22 一月 2025 17:42:53 +0800
Subject: [PATCH] 最新修改

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

diff --git a/src/store/index.js b/src/store/index.js
index 07b4c45..c4f3023 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -7,7 +7,7 @@
   state: {
     setMenuFlag: false,
     setMsgData: null,
-    setScreenFlag: true,
+    setScreenFlag: false,
     erroInfoMessage: null,
     token: null,
     ragList: [],
@@ -17,6 +17,8 @@
     historyList: [],
     sessionId:null,
     setListColor:[],
+    showRelationBox:false,
+    relationData:{}
   },
   mutations: {
     setHunmanMessage(state, msg) {

--
Gitblit v1.9.3