导航栏标题
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
||||
this.areaId = this.user.areaId
|
||||
this.areaName = this.user.areaName
|
||||
this.getList()
|
||||
uni.setNavigationBarTitle({title: '视频监控'})
|
||||
document.title = '视频监控'
|
||||
// this.getMonitors()
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.detectOrient()
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '视频监控'})
|
||||
document.title = '视频监控'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user