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