yxl
2025-01-22 f41e347a34d2859c149c59691bda6d179b209d44
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) {