From 4db29b598da39d1d90ab48b2b32f71bc617b924e Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Wed, 3 Jun 2026 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/otherEdit/newsEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/otherEdit/newsEdit.vue b/src/views/otherEdit/newsEdit.vue index 803b858..b174d58 100644 --- a/src/views/otherEdit/newsEdit.vue +++ b/src/views/otherEdit/newsEdit.vue @@ -69,7 +69,7 @@ export default { let formData = new FormData(); formData.append("file", file); axios({ - url: process.env.VUE_APP_BASE_API + "/file/upload", + url: process.env.VUE_APP_BASE_API + "/common/upload", method: "POST", data: formData, headers: {