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 }