导航栏标题
This commit is contained in:
		@@ -155,7 +155,7 @@ export default {
 | 
			
		||||
  computed: { ...mapState(['user']) },
 | 
			
		||||
  created() {
 | 
			
		||||
    this.getType()
 | 
			
		||||
    uni.setNavigationBarTitle({title: '新增人员'})
 | 
			
		||||
    document.title =  '新增人员'
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  methods: {
 | 
			
		||||
 
 | 
			
		||||
@@ -94,7 +94,7 @@ export default {
 | 
			
		||||
    this.getStatistic()
 | 
			
		||||
    this.getStatisticMon()
 | 
			
		||||
    this.getUserList()
 | 
			
		||||
    uni.setNavigationBarTitle({title: '特殊人群管理'})
 | 
			
		||||
    document.title = '特殊人群管理'
 | 
			
		||||
    uni.$on('specialPeopleList', () => {
 | 
			
		||||
      this.getStatistic()
 | 
			
		||||
      this.getStatisticMon()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user