From 605500d28bd1866a6bcf2841c407b00cb62848c4 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Fri, 4 Nov 2022 14:12:34 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2?=
=?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/index.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index ff5e74a..d9b9ec5 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -11,7 +11,7 @@
- -
+
-
图书检索
@@ -93,6 +93,9 @@ export default {
mounted() {
},
methods: {
+ toSearch() {
+ window.location.href = 'http://219.140.69.151/opac'
+ },
toPath(path) {
if (path === '/CurrentRackBook') {
const query = { leftShelfNo: this.leftShelfNo, rightShelfNo: this.rightShelfNo }
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 2/3] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=B7=B3=E8=BD=AC?=
=?UTF-8?q?=E9=97=AE=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
}
}
}
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 3/3] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=9C=B0=E5=9D=80?=
=?UTF-8?q?=E9=97=AE=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
}
}
}