From 0850b3e8427ac590ef9868d8b6b599aa9739f67d Mon Sep 17 00:00:00 2001 From: yanwenlong Date: Sat, 16 Sep 2023 00:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/book/categorytree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => {