title
This commit is contained in:
		@@ -24,7 +24,9 @@ export default {
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  components: { Detail, List },
 | 
			
		||||
 | 
			
		||||
  onShow() {
 | 
			
		||||
    document.title = "乡村相册"
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
    onChange(e) {
 | 
			
		||||
      this.params = e.params
 | 
			
		||||
 
 | 
			
		||||
@@ -30,6 +30,9 @@ export default {
 | 
			
		||||
      this.component = e.type
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  onShow() {
 | 
			
		||||
    document.title = "网格管理"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -29,6 +29,9 @@ export default {
 | 
			
		||||
    onChange(e) {
 | 
			
		||||
      this.params = e.params
 | 
			
		||||
      this.component = e.type
 | 
			
		||||
    },
 | 
			
		||||
    onShow() {
 | 
			
		||||
      document.title = "特殊人群"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user