From e786ce156074083c841ae6a86a112beb5447ba42 Mon Sep 17 00:00:00 2001 From: goder-zhang Date: Sat, 14 Feb 2026 16:32:06 +0000 Subject: [PATCH] fix: keku_idle url --- static/templates/chat_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/chat_page.html b/static/templates/chat_page.html index 6244153..f0b77b7 100644 --- a/static/templates/chat_page.html +++ b/static/templates/chat_page.html @@ -722,7 +722,7 @@ } $.ajax({ type: "get", - url: "/kefu_idle?visitor_id="+visitor_id, + url: "/aicss/kefu_idle?visitor_id="+visitor_id, success: function(data) { if(data.code==200 && data.msg=="ok"){ KEFU_ID=data.result;