Skip to content

Commit 0dbf20a

Browse files
author
潘卓然ParnDeedlit
committed
Merge branch 'dev'
2 parents 9f5bc96 + 6f00c76 commit 0dbf20a

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

website/public/static/demo/config/config-vue-cesium.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,6 @@
230230
"detail": "",
231231
"icon": "measurescene.png",
232232
"update": "最后更新时间:2021-06-10"
233-
},
234-
{
235-
"name": "表格",
236-
"file": "table",
237-
"diffcult": "1",
238-
"detail": "",
239-
"icon": "table.png",
240-
"update": "最后更新时间:2021-06-18"
241233
}
242234
]
243235
},

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)