This commit is contained in:
花有清香月有阴
2021-12-24 19:19:05 +08:00
parent 086eb62ee0
commit dab536a369

View File

@@ -129,7 +129,6 @@ export default {
iconPath: 'home', iconPath: 'home',
selectedIconPath: 'home-fill', selectedIconPath: 'home-fill',
text: '统计分析', text: '统计分析',
isDot: true,
customIcon: false, customIcon: false,
}, },
{ {
@@ -182,7 +181,7 @@ export default {
}, },
watch: {}, watch: {},
onLoad() { onLoad() {
document.title = '居民信息管理' document.title = '居民信息管理'
this.getEchart1() this.getEchart1()
this.areaId = this.user.areaId this.areaId = this.user.areaId
}, },