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') } }