|
|
@@ -15,19 +15,19 @@
|
|
|
</view>
|
|
|
<view class="weatherinfo">
|
|
|
<view class="weatherinfo_item">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/weizhi.png" mode="" class="weaimg"></image>
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/weizhi.png'" mode="" class="weaimg"></image>
|
|
|
<view class="textbox">
|
|
|
{{weatherinfo.district}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="weatherinfo_item">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/wendu.png" mode="" class="weaimg"></image>
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/wendu.png'" mode="" class="weaimg"></image>
|
|
|
<view class="textbox">
|
|
|
{{weatherinfo.at}}℃
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="weatherinfo_item">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/shidu.png" mode="" class="weaimg"></image>
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/shidu.png'" mode="" class="weaimg"></image>
|
|
|
<view class="textbox">
|
|
|
{{weatherinfo.ah}}
|
|
|
</view>
|
|
|
@@ -47,28 +47,28 @@
|
|
|
</view>
|
|
|
<view class="functionbox_text">
|
|
|
<view class="functionbox_text_item" v-if="jurisdiction.sqtf" @click="tabfunction(0)">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/base.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/base.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
四情基地
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="functionbox_text_item" @click="tabfunction(1)">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/worm.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/worm.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
病虫识别
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="functionbox_text_item" v-if="jurisdiction.zjtf" @click="tabfunction(2)">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/knowledge.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/knowledge.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
知识百科
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="functionbox_text_item" @click="tabfunction(3)">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/aftersale.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/aftersale.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
售后服务
|
|
|
@@ -82,56 +82,56 @@
|
|
|
</view>
|
|
|
<view class="facilitybox_itembox">
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.cbtf" @click="tabequipment('../cb/index/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/cb.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/cb.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
测报系统
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.cbyj" @click="tabequipment('../cbqxyj/cbwarn')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/cbyj.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/cbyj.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
测报预警
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.fztf" @click="tabequipment('../prevention/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/fz.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/fz.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
防治系统
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.jktf" @click="tabequipment('../monitor/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/jk.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/jk.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
监控系统
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.hjtf" @click="tabequipment('../environment/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/hj.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/hj.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
环境监测
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.qxz" @click="tabequipment('../qxzyj/cbwarn', '5')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/qxyj.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/qxyj.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
气象预警
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.sq" @click="tabequipment('../qxzyj/cbwarn', '15')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/sqyj.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/sqyj.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
墒情预警
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.ggtf" @click="tabequipment('../irrigate/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/guangai.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/guangai.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
智能灌溉
|
|
|
@@ -139,7 +139,7 @@
|
|
|
</view>
|
|
|
<view class="facilitybox_item" v-if="jurisdiction.sbtf"
|
|
|
@click="tabequipment('../equipMange/index/index')">
|
|
|
- <image src="http://www.hnyfwlw.com:8006/bigdata_app/newindex/user.png" mode="" class="itemimg">
|
|
|
+ <image :src="$imageURL+'/bigdata_app/newindex/user.png'" mode="" class="itemimg">
|
|
|
</image>
|
|
|
<view class="">
|
|
|
用户管理
|
|
|
@@ -818,35 +818,35 @@
|
|
|
}
|
|
|
|
|
|
.list_box1 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/cao.png);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/cao.png);
|
|
|
}
|
|
|
|
|
|
.list_box2 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/yee.jpg);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/yee.jpg);
|
|
|
}
|
|
|
|
|
|
.list_box3 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/lingc.jpg);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/lingc.jpg);
|
|
|
}
|
|
|
|
|
|
.list_box4 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/ming.png);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/ming.png);
|
|
|
}
|
|
|
|
|
|
.list_box5 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/mai.png);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/mai.png);
|
|
|
}
|
|
|
|
|
|
.list_box6 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/dadou.jpg)
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/dadou.jpg)
|
|
|
}
|
|
|
|
|
|
.list_box7 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/yumi.png);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/yumi.png);
|
|
|
}
|
|
|
|
|
|
.list_box8 {
|
|
|
- background-image: url(http://www.hnyfwlw.com:8006/bigdata_app/newindex/dao.png);
|
|
|
+ background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/dao.png);
|
|
|
}
|
|
|
}
|
|
|
}
|