hongshu-admin v1.0

This commit is contained in:
mayongjian
2024-07-18 14:55:32 +08:00
commit 4432eaaea6
316 changed files with 27372 additions and 0 deletions

9
src/api/web/test.js Normal file
View File

@@ -0,0 +1,9 @@
import request from '@/utils/request'
export function cropperPicture(params) {
return request({
url: process.env.PICTURE_API + '/file/cropperPicture',
method: 'POST',
data: params
})
}