Update api.js

This commit is contained in:
姜棚 2021-11-30 04:38:03 +08:00
parent 8971d3a9a0
commit 930d04fd4c
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ export const postThemecustom= (data) => {
//添加定制化模板 //添加定制化模板
export const copyThemecustom= (id,data) => { export const copyThemecustom= (id,data) => {
return upload('post', baseurl + "/plan/theme/clone/"+id,data) return upload('put', baseurl + "/plan/theme/clone/"+id,data)
} }