导航栏title

This commit is contained in:
liuye
2021-12-23 16:56:41 +08:00
parent 496bd23980
commit 4b766bbeed
11 changed files with 11 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ export default {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.getList()
uni.setNavigationBarTitle({title: '视频监控'})
// this.getMonitors()
},
mounted() {

View File

@@ -22,6 +22,7 @@ export default {
this.$nextTick(() => {
this.detectOrient()
})
uni.setNavigationBarTitle({title: '视频监控'})
},
methods: {