wjt
2024-06-25 244d89b41c0e0e995d38f635a126a0959b9ba25b
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 => {