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 } } }