Merge branch 'master' into master

This commit is contained in:
ipanghu
2021-09-01 09:12:17 +08:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
<!-- 当前面包屑用路由自动生成可根据需求修改 -->
<!--
:to="{ path: item.path }" 暂时注释不用-->
<HistoryComponent />
<HistoryComponent ref="layoutHistoryComponent" />
</div>
</transition>
<router-view v-if="$route.meta.keepAlive && reloadFlag" v-slot="{ Component }" v-loading="loadingFlag" element-loading-text="正在加载中" class="admin-box">