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