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; }) },