From 3673aa2cb2246d5dc953155768d0087c27e8118e Mon Sep 17 00:00:00 2001 From: leeliforever Date: Wed, 4 Mar 2026 17:57:01 +0800 Subject: [PATCH] feat:change /uploadimg to /aicss/uploadimg' --- static/templates/chat_main.html | 2 +- static/templates/chat_page.html | 2 +- static/templates/setting.html | 2 +- static/templates/setting_avator.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/templates/chat_main.html b/static/templates/chat_main.html index 3b441f9..aea3e1d 100644 --- a/static/templates/chat_main.html +++ b/static/templates/chat_main.html @@ -1030,7 +1030,7 @@ var formData = new FormData(); formData.append('imgfile', file); $.ajax({ - url: '/uploadimg', + url: '/aicss/uploadimg', type: "post", data: formData, contentType: false, diff --git a/static/templates/chat_page.html b/static/templates/chat_page.html index c604aa8..5d018d9 100644 --- a/static/templates/chat_page.html +++ b/static/templates/chat_page.html @@ -633,7 +633,7 @@ var formData = new FormData(); formData.append('imgfile', file); $.ajax({ - url: '/uploadimg', + url: '/aicss/uploadimg', type: "post", data: formData, contentType: false, diff --git a/static/templates/setting.html b/static/templates/setting.html index 0dc247f..f3c4fb9 100644 --- a/static/templates/setting.html +++ b/static/templates/setting.html @@ -98,7 +98,7 @@