diff --git a/src/views/modules/book/categorytree.vue b/src/views/modules/book/categorytree.vue index 3ec0986..c4f6e85 100644 --- a/src/views/modules/book/categorytree.vue +++ b/src/views/modules/book/categorytree.vue @@ -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 }) => {