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