From 197edefefb7216cf02eb1578afe8dfc929867efc Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Thu, 22 Sep 2022 16:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B7=AF=E7=94=B1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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) + } } }