346149741
2024-09-03 e4a8926b5315a51b10e883cfd4634cd90c568418
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 => {