仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mdmweb
mdm
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
李喆(开发组)
2025-07-09
87f8f2bd13089a71c64af4281dcc8c052ba4342c
[mdmweb.git]
/
src
/
page
/
index
/
layout.vue
1
2
3
4
5
6
7
<template>
<router-view #="{ Component }">
<keep-alive :include="$store.getters.tagsKeep">
<component :is="Component" />
</keep-alive>
</router-view>
</template>