Skip to content

Commit 61b633b

Browse files
committed
【website站点】【杨琨】【优化示例】
1 parent 4cf3ed2 commit 61b633b

File tree

2 files changed

+1
-2
lines changed
  • website/public/static/demo/vue-cesium/example

2 files changed

+1
-2
lines changed

website/public/static/demo/vue-cesium/example/analysis/flood.htm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
:amplitude="amplitude"
4242
:animation-speed="animationSpeed"
4343
:frequency="frequency"
44-
v-on:load="load"
4544
>
4645
</mapgis-3d-flood-no-slot>
4746
</mapgis-web-scene>

website/public/static/demo/vue-cesium/example/sceneChildComponnents/link.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
el: '#app',
9292
data() {
9393
return {
94-
link: false,
94+
link: true,
9595
url1: 'https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}',
9696
url2: 'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
9797
url3: 'https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}',

0 commit comments

Comments
 (0)