-
-
- 智能客服配置
-
-
-
+
+
+
+ 会话管理
-
-
-
-
-
+
+
-
-
-
-
-
+ });
+
+ function back() {
+ window.history.back();
+ }
+
diff --git a/src/addon/aikefu/shop/view/kefu/conversation.html b/src/addon/aikefu/shop/view/kefu/conversation.html
index 134567ea4..3cf4d09c1 100644
--- a/src/addon/aikefu/shop/view/kefu/conversation.html
+++ b/src/addon/aikefu/shop/view/kefu/conversation.html
@@ -1,192 +1,180 @@
-
-
-
-
-
-
+
+
+
+ 从Dify平台获取的API密钥,用于调用Dify聊天机器人API。
+ 前往Dify平台
-
-
-
会话管理
+ + +
+
+ 消息管理
-
-
-
-
-
-
+
-
-
-
+
+
+
+
+
+
-
-
+ });
+
\ No newline at end of file
diff --git a/src/addon/aikefu/shop/view/kefu/message.html b/src/addon/aikefu/shop/view/kefu/message.html
index acfb493e8..676e5dbc0 100644
--- a/src/addon/aikefu/shop/view/kefu/message.html
+++ b/src/addon/aikefu/shop/view/kefu/message.html
@@ -1,276 +1,274 @@
-
-
-
-
-
-
-
-
-
消息管理
+ + +
+
+
+
-
-
-
-
-
+
+ // 初始化加载
+ if (conversation_id) {
+ loadConversationInfo();
+ loadMessageList();
+ }
+ });
+
\ No newline at end of file