svg测试演示
This commit is contained in:
@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user