仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ubcs
统一业务系统系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
码值codeallcode查重改成一句分批次查询(500)一次执行查询改为and拼接的依据sql查询。
ludc
2024-12-03
ae0dc4f46b075b5eace5596a66f6b81e357ae05e
[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>