修改接口

This commit is contained in:
2025-05-13 17:28:01 +08:00
parent 53fbee0ca9
commit dab4dba0fe

View File

@ -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: {