|
@ -59,7 +59,7 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
toBookNav(index) { |
|
|
toBookNav(index) { |
|
|
const linkSrc = process.env.VUE_APP_BASE_API |
|
|
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 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|