Lou
2024-04-16 8ddcd81c8393fb574bfb2cd172dfbe772a84bee9
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();
         },