修改细节

This commit is contained in:
wzy-warehouse
2026-04-17 17:25:19 +08:00
parent 007da52621
commit fe258cd249
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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,
+1 -1
View File
@@ -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 }"