张晓波
2023-12-12 453e36702a81f459295d30841bab00010f9a6ae6
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;
         })
      },