单站监控菜单栏

This commit is contained in:
白菜
2025-06-18 01:01:17 +08:00
parent 9174e8b6aa
commit 4218776b77
16 changed files with 926 additions and 11 deletions

View File

@ -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>