修改重置场景逻辑以及修复小bug
bug:当选中某个导航菜单时,再次点击会一直加载
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
</div>
|
||||
<div class="nav-list">
|
||||
<router-link
|
||||
@click="useStatusStore().appLoadingCompleted = false"
|
||||
@click="
|
||||
isActive(item.query.identification)
|
||||
? ''
|
||||
: (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