From 4614b08c71df8dd0e4f14b180f46110c9916a85b Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 4 Nov 2022 14:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- src/views/module/bookDetails.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index d9b9ec5..28eef14 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -106,7 +106,7 @@ export default { }, toRoomNav() { const linkSrc = process.env.VUE_APP_BASE_API - window.location.href = linkSrc + '/anchoring/initVenueNavigation.do?libcode='+this.libcode + window.location.href = linkSrc + '/anchoring/initVenueNavigation.do?libcode=' + this.libcode }, // 首页 - 新书推荐 getNewBookList() { diff --git a/src/views/module/bookDetails.vue b/src/views/module/bookDetails.vue index 93e9cc4..02a842c 100644 --- a/src/views/module/bookDetails.vue +++ b/src/views/module/bookDetails.vue @@ -59,7 +59,7 @@ export default { methods: { toBookNav(index) { const linkSrc = process.env.VUE_APP_BASE_API - window.location.href = linkSrc + '/anchoring/goNavigation.do?=libcode' + this.libcode + '&eqmNo=001&barcode=' + this.bookData.places[index].barcode + window.location.href = linkSrc + '/anchoring/goNavigation.do?libcode' + this.libcode + '&eqmNo=001&barcode=' + this.bookData.places[index].barcode } } }