测试
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
</view>
|
||||
<!-- 内容 -->
|
||||
<view class="content-box">
|
||||
|
||||
<view class="box">
|
||||
<Section :title="$t('homePage.home.stationTopo')" />
|
||||
<cixi v-if="topologyType === 0" ref="tuopu" />
|
||||
@ -54,7 +55,8 @@
|
||||
<view class="box">
|
||||
<Section title="测试01" />
|
||||
<view class="marginT20" >
|
||||
<web-view :src="src" :fullscreen="false"></web-view>
|
||||
<!-- <iframe :src="src" frameborder="0"></iframe> -->
|
||||
<web-view :src="src" :fullscreen="false" style="height: 200rpx;"></web-view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="box">
|
||||
@ -197,7 +199,7 @@
|
||||
data() {
|
||||
return {
|
||||
// #ifdef APP
|
||||
src: '/hybrid/demo.html',
|
||||
src: '/static/html/demo.html',
|
||||
// #endif
|
||||
// #ifdef H5
|
||||
src: '/static/html/demo.html',
|
||||
|
||||
Reference in New Issue
Block a user