linwenling
2023-08-10 3fc96c83b58e9c5402088e25666f1507643966f6
ruoyi-ui/src/api/selfeconomy/index.js
@@ -72,3 +72,11 @@
  })
}
//上传文件
export function uploadPic(data) {
  return request({
    url: '/common/upload',
    method: 'post',
    data: data
  })
}