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('')">文创
数字文脉
- 关于
+
@@ -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 c92c99e..fbc16eb 100644
--- a/src/views/homepage.vue
+++ b/src/views/homepage.vue
@@ -72,7 +72,7 @@ const handkeLink = (url) => {
router.push(url)
state.activePage = url;
} else {
- router.push('/home/staytuned')
+ router.push('/common/staytuned')
}
}