修改图片路径
This commit is contained in:
parent
dbe6137a4e
commit
c87ee26b07
@ -63,17 +63,17 @@ export default {
|
||||
},
|
||||
{
|
||||
photo:
|
||||
"http://localhost:8080/footer_facility.png",
|
||||
"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facility.png",
|
||||
photoAc:
|
||||
"http://localhost:8080/footer_facilityAc.png",
|
||||
"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_facilityAc.png",
|
||||
nav_name: "智能设备",
|
||||
url: "",
|
||||
},
|
||||
{
|
||||
photo:
|
||||
"http://localhost:8080/footer_richScan.png",
|
||||
"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
|
||||
photoAc:
|
||||
"http://localhost:8080/footer_richScan.png",
|
||||
"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_richScan.png",
|
||||
url: "",
|
||||
isScan: true,
|
||||
},
|
||||
|
||||
@ -14,19 +14,19 @@
|
||||
<view class="function-nav">
|
||||
<view class="function-item" @click="goToShop">
|
||||
<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>
|
||||
<text>店铺管理</text>
|
||||
</view>
|
||||
<view class="function-item" @click="goToOrder">
|
||||
<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>
|
||||
<text>供应商订单</text>
|
||||
</view>
|
||||
<view class="function-item" @click="goToWuye">
|
||||
<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>
|
||||
<text>物业管理</text>
|
||||
</view>
|
||||
@ -74,7 +74,7 @@
|
||||
<!-- 广告横幅 -->
|
||||
<view class="serverList1">
|
||||
<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" />
|
||||
</view>
|
||||
<view class="serverList1_right">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user