fix(png): update png use cdn
image is too big Signed-off-by: clibing <wmsjhappy@gmail.com>mini-program
parent
d8912d88df
commit
a021dd396f
|
@ -4,7 +4,7 @@
|
||||||
title-color='#FFFFFF' :title-bold='true' title-size='32'></u-navbar>
|
title-color='#FFFFFF' :title-bold='true' title-size='32'></u-navbar>
|
||||||
|
|
||||||
<view class="navbar">
|
<view class="navbar">
|
||||||
<image src="../../static/login.png" mode=""></image>
|
<image src="https://cdn.lihe-control.com/static/login.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
title-color='#FFFFFF' :title-bold='true' title-size='32'></u-navbar>
|
title-color='#FFFFFF' :title-bold='true' title-size='32'></u-navbar>
|
||||||
|
|
||||||
<view class="navbar">
|
<view class="navbar">
|
||||||
<image src="../../static/timeEnvironment_bg.png" mode=""></image>
|
<image src="https://cdn.lihe-control.com/static/timeEnvironment_bg.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<text>温室#2-摄像机#2</text>
|
<text>温室#2-摄像机#2</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="video">
|
<view class="video">
|
||||||
<image src="../../static/video1.png" mode=""></image>
|
<image src="https://cdn.lihe-control.coms/static/video1.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="timer">
|
<view class="timer">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<view class="center">
|
<view class="center">
|
||||||
<view class="video_live">
|
<view class="video_live">
|
||||||
<image src="../../static/videoLive.png" mode=""></image>
|
<image src="https://cdn.lihe-control.com/static/videoLive.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="skills">
|
<view class="skills">
|
||||||
|
|
Loading…
Reference in New Issue