叶松
2023-11-22 3a95f79805a490d23d969faedb376bcc9ac14fb5
sz_app/pages/homeIndex/index.vue
@@ -43,6 +43,7 @@
         this.height = (deviceInfo.windowWidth / 3) - 32;
         const menuData = JSON.parse(uni.getStorageSync('menuData')) || [];
         this.homeTabList = menuData.map(item => {
            console.log(item.menuIcon);
            item.menuIcon = `http://filemanage.thhy-tj.com:8888/${item.menuIcon}`
            return item;
         })