编辑接口修复

This commit is contained in:
yanwenlong
2023-09-16 00:46:18 +08:00
parent c55de3bb4a
commit 0850b3e842

View File

@@ -180,7 +180,7 @@ export default {
editData(){
console.log("修改的三级分类数据",this.addcategory)
this.$http({
url: this.$http.adornUrl(`book/bookCategory/update`),
url: this.$http.adornUrl(`/book/bookCategory/update`),
method: 'post',
data: this.$http.adornData(this.addcategory, false)
}).then(({ data }) => {