diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index 2af4e85c..e2a74c4e 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -1,6 +1,6 @@ @@ -34,17 +34,18 @@ export default { created() { uni.setNavigationBarTitle({title: '居民互动'}) }, - methods: { - - }, + mounted() { + document.title = "居民互动" + } } \ No newline at end of file +