🐛 修复代码生成模块的bug
This commit is contained in:
parent
717ee7da58
commit
6f9d326dfd
|
|
@ -29,6 +29,6 @@ export async function detail(params) {
|
||||||
export async function genCodes(params) {
|
export async function genCodes(params) {
|
||||||
return request('/api/blade-develop/code/gen-code', {
|
return request('/api/blade-develop/code/gen-code', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: params,
|
body: func.toFormData(params),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user