docs: 分离vue2和vue3版本

This commit is contained in:
yubaolee
2025-04-08 17:01:24 +08:00
parent af1c436212
commit 65ea5ec8d2
17 changed files with 1007 additions and 2 deletions

16
docs/vue2/keepalive.md Normal file
View File

@@ -0,0 +1,16 @@
# 界面缓存
OpenAuth.Pro以前的版本采用vue [keepAlive](https://cn.vuejs.org/guide/built-ins/keep-alive.html)的方式缓存所有前端组件。从v5.2版本开始,可以在【模块管理】中配置前端是否缓存。如图:
![20231230210713](http://img.openauth.net.cn/20231230210713.png)
::: tip 提示
目前框架除了【消息日志/系统日志】外,其他界面都是默认自动缓存的。
:::