update docs;

This commit is contained in:
iczer 2020-08-28 11:09:07 +08:00
parent 04be83ac7c
commit 88c7653dab
5 changed files with 32 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module.exports = {
title: '进阶',
collapsable: false,
children: [
'/advance/i18n', '/advance/async', '/advance/authority', '/advance/error'
'/advance/i18n', '/advance/async', '/advance/authority', '/advance/login', '/advance/guard', '/advance/interceptors', '/advance/skill'
]
},
{

7
docs/advance/guard.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 导航守卫
lang: zn-CN
---
# 导航守卫
### 作者还没来得及编辑该页面,如果你感兴趣,可以点击下方链接,帮助作者完善此页

View File

@ -0,0 +1,7 @@
---
title: 拦截器配置
lang: zn-CN
---
# 拦截器配置
### 作者还没来得及编辑该页面,如果你感兴趣,可以点击下方链接,帮助作者完善此页

7
docs/advance/login.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 登录认证
lang: zn-CN
---
# 登录认证
### 作者还没来得及编辑该页面,如果你感兴趣,可以点击下方链接,帮助作者完善此页

10
docs/advance/skill.md Normal file
View File

@ -0,0 +1,10 @@
---
title: 108个小技巧
lang: zn-CN
---
# 108个小技巧
## 自定义菜单icon
## 隐藏页面标题
## 关闭页签API
## 权限校验PI