Browse Source

去掉图片上车的空格修复上传404

master
hupeng 4 years ago
parent
commit
f744b242a0
  1. 2
      utils/index.js

2
utils/index.js

@ -988,7 +988,7 @@ export function chooseImage(callback) {
console.log(image);
uni.showLoading({ title: "图片上传中", mask: true });
uni.uploadFile({
url: `${VUE_APP_API_URL} /api/upload`,
url: `${VUE_APP_API_URL}/api/upload`,
file: image,
filePath: image.path,
header: {

Loading…
Cancel
Save