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