pages/home/index.vue
@@ -820,12 +820,12 @@ }, //初始化 init() { async init() { this.selectRole = uni.getStorageSync("activeRole") this.getMenuList() this.getBanner(); this.getSiteList() this.getNoticeList() await this.getMenuList() await this.getBanner(); await this.getNoticeList() // this.getTaskCount(); },