From ebe728bfea7cc3f7c929821ec0ab4f33edc04b83 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 May 2025 16:04:48 +0800
Subject: [PATCH] 修改:滑块乘以杠杆

---
 src/api/chat.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/chat.js b/src/api/chat.js
index 3e5fb52..7ed877a 100644
--- a/src/api/chat.js
+++ b/src/api/chat.js
@@ -39,7 +39,7 @@
       formData.append("file", res);
       axios
         .post(
-          `${BASE_URL}/api/api/uploadFile`,
+          `${BASE_URL}/wap/public/uploadimg!execute.action`,
           formData,
           {
             onDownloadProgress: (progressEvent) => {

--
Gitblit v1.9.3