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: {