diff --git a/src/views/index.vue b/src/views/index.vue index be13904..f6c4f0c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -7,12 +7,12 @@
-
图书馆简介
+
图书馆简介
场馆导航
-
新书推荐
-
数字资源
+
新书推荐
+
数字资源
@@ -37,6 +37,9 @@ export default { mounted() { }, methods: { + toPath(path) { + this.$router.push(path) + } } }