This commit is contained in:
pengqiao1993
2025-11-07 18:14:05 +08:00
parent b3608320a8
commit caef804c14
4 changed files with 144 additions and 102 deletions

View File

@ -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',