修改图片路径

This commit is contained in:
赵毅 2025-08-09 18:14:04 +08:00
parent dbe6137a4e
commit c87ee26b07
2 changed files with 8 additions and 8 deletions

View File

@ -63,17 +63,17 @@ export default {
}, },
{ {
photo: photo:
"http://localhost:8080/footer_facility.png", "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facility.png",
photoAc: photoAc:
"http://localhost:8080/footer_facilityAc.png", "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png",
nav_name: "智能设备", nav_name: "智能设备",
url: "", url: "",
}, },
{ {
photo: photo:
"http://localhost:8080/footer_richScan.png", "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
photoAc: photoAc:
"http://localhost:8080/footer_richScan.png", "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
url: "", url: "",
isScan: true, isScan: true,
}, },

View File

@ -14,19 +14,19 @@
<view class="function-nav"> <view class="function-nav">
<view class="function-item" @click="goToShop"> <view class="function-item" @click="goToShop">
<div class="icon-box"> <div class="icon-box">
<image class="iconImg" src="http://localhost:8080/index_shop.png" mode="widthFix" /> <image class="iconImg" src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/index_shop.png" mode="widthFix" />
</div> </div>
<text>店铺管理</text> <text>店铺管理</text>
</view> </view>
<view class="function-item" @click="goToOrder"> <view class="function-item" @click="goToOrder">
<div class="icon-box"> <div class="icon-box">
<image class="iconImg" src="http://localhost:8080/index_order.png" mode="widthFix" /> <image class="iconImg" src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/index_order.png" mode="widthFix" />
</div> </div>
<text>供应商订单</text> <text>供应商订单</text>
</view> </view>
<view class="function-item" @click="goToWuye"> <view class="function-item" @click="goToWuye">
<div class="icon-box"> <div class="icon-box">
<image class="iconImg" src="http://localhost:8080/index_wuye.png" mode="widthFix" /> <image class="iconImg" src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/index_wuye.png" mode="widthFix" />
</div> </div>
<text>物业管理</text> <text>物业管理</text>
</view> </view>
@ -74,7 +74,7 @@
<!-- 广告横幅 --> <!-- 广告横幅 -->
<view class="serverList1"> <view class="serverList1">
<view class="serverList1_left"> <view class="serverList1_left">
<!-- <image src="http://localhost:8080/index_ad_left.jpg" mode="aspectFit" /> --> <!-- <image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/index_ad_left.jpg" mode="aspectFit" /> -->
<image :src="serverLeft" mode="aspectFit" /> <image :src="serverLeft" mode="aspectFit" />
</view> </view>
<view class="serverList1_right"> <view class="serverList1_right">