From dab4dba0fe6b5bc79f53208cd6f8fc40fbac71ee Mon Sep 17 00:00:00 2001 From: wangxiaowei Date: Tue, 13 May 2025 17:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tools.js b/utils/tools.js index ac3f9a6..18aadcf 100644 --- a/utils/tools.js +++ b/utils/tools.js @@ -272,7 +272,7 @@ export function menuJump(item) { export function uploadFile(path) { return new Promise((resolve, reject) => { uni.uploadFile({ - url: `${baseURL}/api/file/formimage`, + url: `${baseURL}/api/file/formImage`, filePath: path, name: "file", header: {