From 27085f43fae6aebae783a5697cb69da531df32cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=20=E5=85=83=E5=B1=B1?= Date: Thu, 1 Feb 2024 10:24:29 +0800 Subject: [PATCH] f --- src/views/aboutpage.vue | 45 +++++++++++++++++++++++++++++++++++----- src/views/commonpage.vue | 2 +- src/views/homepage.vue | 2 +- 3 files changed, 42 insertions(+), 7 deletions(-) diff --git a/src/views/aboutpage.vue b/src/views/aboutpage.vue index ba3bbe2..0e20367 100644 --- a/src/views/aboutpage.vue +++ b/src/views/aboutpage.vue @@ -23,8 +23,26 @@ @click="handkeLink('')">文创
数字文脉
-
关于
+
关于 +
+
+
制度公开
+ +
讲解服务
+
观众调查
+ +
+
+
+
@@ -60,8 +78,11 @@ @click="handkeLink('')">文创
数字文脉
-
关于
+
关于 +
2333
+
@@ -135,9 +156,10 @@ const handkeLink = (url) => { router.push(url) state.activePage = url; } else { - router.push('/home/staytuned') + router.push('/common/staytuned') } } + diff --git a/src/views/commonpage.vue b/src/views/commonpage.vue index c9d5a33..4bc0528 100644 --- a/src/views/commonpage.vue +++ b/src/views/commonpage.vue @@ -73,7 +73,7 @@ const handkeLink = (url) => { router.push(url) state.activePage = url; } else { - router.push('/home/staytuned') + router.push('/common/staytuned') } } diff --git a/src/views/homepage.vue b/src/views/homepage.vue index 7d7c4c3..be3e359 100644 --- a/src/views/homepage.vue +++ b/src/views/homepage.vue @@ -73,7 +73,7 @@ const handkeLink = (url) => { router.push(url) state.activePage = url; } else { - router.push('/home/staytuned') + router.push('/common/staytuned') } }