BUG 25948

This commit is contained in:
aixianling
2021-12-24 15:24:56 +08:00
parent b2af14588b
commit 4aa2c84f1c

View File

@@ -31,10 +31,7 @@ export default {
headerBg: require('./img/header-bg.png'), headerBg: require('./img/header-bg.png'),
} }
}, },
created() { onShow(){
document.title = '居民互动'
},
mounted() {
document.title = "居民互动" document.title = "居民互动"
} }
} }