mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-11-29 18:37:49 +08:00
文档新增 Sa-Token 与 Shiro 功能代码实现对比
This commit is contained in:
parent
aefcdf12d4
commit
036e10ef79
@ -115,6 +115,7 @@
|
||||
- [解决跨域问题](/fun/cors-filter)
|
||||
- [技术选型:SSO 与 OAuth2 对比](/fun/sso-vs-oauth2)
|
||||
<!-- - [框架源码所有技术栈](/fun/tech-stack) -->
|
||||
- [从 Shiro、SpringSecurity、JWT 迁移](/fun/auth-framework-function-test)
|
||||
- [issue 提问模板](/fun/issue-template)
|
||||
- [为Sa-Token贡献代码](/fun/git-pr)
|
||||
- [Sa-Token开源大事记](/fun/timeline)
|
||||
|
@ -247,7 +247,7 @@
|
||||
// tab选项卡
|
||||
tabs: {
|
||||
persist : true, // 是否在刷新页面时重置选项卡
|
||||
sync : true, // 页面上的多个tab是否同步切换
|
||||
sync : false, // 页面上的多个tab是否同步切换
|
||||
theme : 'classic', // 主题:'classic', 'material', false
|
||||
tabComments: true, // 用注释来标注选项卡标题,例如:<!-- tab:SpringBoot -->
|
||||
tabHeadings: true // 用标题+粗体来定制选项卡
|
||||
|
1107
sa-token-doc/fun/auth-framework-function-test.md
Normal file
1107
sa-token-doc/fun/auth-framework-function-test.md
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user