代码生成器实现

This commit is contained in:
pixel 2020-03-30 15:53:22 +08:00
parent 87c5e691f6
commit f818f968b1
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ export const createTemp = (data) => {
return service({
url: "/autoCode/createTemp",
method: 'post',
data
data,
responseType: 'blob'
})
}