修改细节
This commit is contained in:
@@ -82,6 +82,7 @@ export class CesiumViewerManager {
|
|||||||
containerId: options.containerId,
|
containerId: options.containerId,
|
||||||
shouldAnimate: true,
|
shouldAnimate: true,
|
||||||
baseLayerPicker: false,
|
baseLayerPicker: false,
|
||||||
|
imageryProvider: false,
|
||||||
timeline: false,
|
timeline: false,
|
||||||
animation: false,
|
animation: false,
|
||||||
infoBox: false,
|
infoBox: false,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="nav-list">
|
<div class="nav-list">
|
||||||
<router-link
|
<router-link
|
||||||
@click="useStatusStore().setAppLoadingCompleted(false)"
|
@click="useStatusStore().appLoadingCompleted = false"
|
||||||
v-for="(item, index) in topNavMap"
|
v-for="(item, index) in topNavMap"
|
||||||
:key="index"
|
:key="index"
|
||||||
:to="{ name: item.name, query: item.query }"
|
:to="{ name: item.name, query: item.query }"
|
||||||
|
|||||||
Reference in New Issue
Block a user