From 934c2b1780bbe6a3bf3e86758d1da15b4735b20e Mon Sep 17 00:00:00 2001 From: caoyuchun Date: Wed, 10 Jul 2024 17:11:11 +0800 Subject: [PATCH] cyc --- src/views/Book.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/Book.vue b/src/views/Book.vue index 114c47d..2128c56 100644 --- a/src/views/Book.vue +++ b/src/views/Book.vue @@ -186,6 +186,7 @@ export default { console.log(this.catalogList) this.looseLeafData = await res3.json() + debugger this.basisPath = res.basisPath debugger } @@ -206,8 +207,6 @@ export default { // this.errormsg = error // this.$message.error(error); // } - debugger - this.basisPath = this.textBookData.basisPath // this.catalogList = await bookApi.bookinfo.category({bookId:this.bookId}) // this.looseLeafData = await bookApi.bookinfo.data({bookId:this.bookId})