From f145e0cb91709b48f83de47871ca9eef6b40beb9 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 4 Nov 2022 15:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=9C=B0=E5=9D=80=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/module/bookDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/module/bookDetails.vue b/src/views/module/bookDetails.vue index 02a842c..dc1c7cb 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 } } }