修改细节

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 -1
View File
@@ -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 }"