MrShi
2024-01-29 24a4359138453f3125264c1c945fcf56092feacc
company/src/api/system/common.js
@@ -40,4 +40,9 @@
// 导入模板
export function importExcel (data) {
  return request.post('/business/goods/importExcel', data)
}
// 上传接口
export function upload (data) {
  return request.post('/public/upload', data)
}