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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 5786f13..c4f3023 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -17,6 +17,8 @@
     historyList: [],
     sessionId:null,
     setListColor:[],
+    showRelationBox:false,
+    relationData:{}
   },
   mutations: {
     setHunmanMessage(state, msg) {

--
Gitblit v1.9.3