This commit is contained in:
liuye
2024-04-19 16:43:42 +08:00
parent 35411dc604
commit ff070578d6
3 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@
export default {
name: 'AppAgenda',
appName: '活动议程',
appName: '日程安排',
data() {
return {
@@ -109,7 +109,7 @@ export default {
}
},
mounted() {
document.title = '活动议程'
document.title = '日程安排'
},
methods: {

View File

@@ -29,7 +29,7 @@
export default {
name: 'AppMeeting',
appName: '2024巫溪老鹰茶文旅消费节',
appName: '中国老鹰茶之乡',
data() {
return {
@@ -47,7 +47,7 @@ export default {
{
linkUrl: './AppAgenda',
icon: require('./img/home-hdyc-icon.png'),
text: '活动议程'
text: '日程安排'
},
{
linkUrl: './AppCheckInfo',
@@ -59,7 +59,7 @@ export default {
},
mounted() {
document.title = '2024巫溪老鹰茶文旅消费节'
document.title = '中国老鹰茶之乡'
},
methods: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 24 KiB