单站监控菜单栏
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
<template>
|
||||
<section class="app-main">
|
||||
<transition name="fade-transform" mode="out-in">
|
||||
<!-- todo 单站监控页面中二级路由选择时不需要切换页面的动态效果-->
|
||||
<!-- <transition name="fade-transform" mode="out-in">-->
|
||||
<keep-alive :include="cachedViews">
|
||||
<router-view v-if="!$route.meta.link" :key="key" />
|
||||
</keep-alive>
|
||||
</transition>
|
||||
<!-- </transition>-->
|
||||
<iframe-toggle />
|
||||
<copyright />
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user