仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ubcs
统一业务系统系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
产品主数据手动同步&接口基本信息 集团码 编辑信息未同步 内容类型选择无有效值
田源
2024-03-08
77a90900b2f960c0e8a879bf121f953d5089a12d
[ubcs.git]
/
Source
/
UBCS-WEB
/
src
/
page
/
index
/
layout.vue
1
2
3
4
5
6
7
8
<template>
<div>
<keep-alive>
<router-view class="avue-view" v-if="$route.meta.keepAlive" :key="$route.fullPath"/>
</keep-alive>
<router-view class="avue-view" v-if="!$route.meta.keepAlive" :key="$route.fullPath"/>
</div>
</template>