MrShi
2026-04-13 be3ec4c1f11a5e090408fcd6f650557651fcf007
admin/src/api/system/common.js
@@ -34,3 +34,8 @@
    autoLogin: false
  })
}
// 上传文件
export function upload (data) {
  return request.post('/web/public/upload', data)
}