编辑接口修复
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user