common/upload.js
@@ -2,7 +2,7 @@ export const upload = (file) => { return new Promise((resolve,refject) => { uni.uploadFile({ url: config.baseUrl + '/tool/file/upload', url: config.serverUrl + '/tool/file/upload', filePath: file, name: 'file', success: val => {