This commit is contained in:
2026-03-06 16:50:46 +08:00
commit 0704be4c9f
249 changed files with 46365 additions and 0 deletions

11
api/upload.js Normal file
View File

@@ -0,0 +1,11 @@
import { Upload } from './request'
// 获取场景列表
const uploadImg = (source, formData) => {
return Upload('/wisdom/signature/upload', source, formData)
}
export {
uploadImg,
}