@ -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() {
@ -59,7 +59,7 @@ export default {
methods: {
toBookNav(index) {
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
}