svg测试演示

This commit is contained in:
pengqiao1993
2025-11-07 17:21:39 +08:00
parent c6ea4a8c52
commit b3608320a8
3 changed files with 210 additions and 4 deletions

View File

@ -51,13 +51,13 @@
<ceshi-t v-else-if="topologyType === 1" />
<standard v-else ref="tuopu" />
</view>
<!-- <view class="box">
<view class="box">
<Section title="测试01" />
<view class="marginT20">
<ceshi-t />
<view class="marginT20" >
<web-view :src="src" :fullscreen="false"></web-view>
</view>
</view>
<view class="box">
<!-- <view class="box">
<Section title="测试02" />
<view class="marginT20">
<ceshi-l />
@ -196,6 +196,12 @@
},
data() {
return {
// #ifdef APP
src: '/hybrid/demo.html',
// #endif
// #ifdef H5
src: '/static/html/demo.html',
// #endif
loading: false,
curve_option: {},
charge_option: {},