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