wjt
2024-07-23 c3b2d6d35b77d11ff86d45926501493b7fc8886e
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 => {