修改细节
This commit is contained in:
@@ -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