Commit bac7427a authored by yaya's avatar yaya

feat: 环境优化

parent c0ca626e
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
messageContent: '', messageContent: '',
nextReqMessageID: '', // 历史消息下一页 nextReqMessageID: '', // 历史消息下一页
isCompleted: false, isCompleted: false,
envText: 'cjxc-applet-dev_', envText: process.env.NODE_ENV === 'production' ? 'cjxc-applet_' : 'cjxc-applet-dev_',
conversationList: [], // 会话列表 conversationList: [], // 会话列表
currentConversationItem: {}, // 当前聊天 currentConversationItem: {}, // 当前聊天
messageList: [], // 历史消息 messageList: [], // 历史消息
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment