@@ -21,20 +21,20 @@ export const mySidebar: SidebarMulti = {
21
21
items : [
22
22
{ text : '路由' , link : 'route' } ,
23
23
{ text : 'JWT' , link : 'jwt' } ,
24
- { text : '跨域' , link : 'CORS' } ,
25
- { text : 'RBAC' , link : 'RBAC' } ,
26
24
{ text : 'CRUD' , link : 'CRUD' } ,
27
- { text : '事务' , link : 'transaction' } ,
28
- { text : '切换数据库' , link : 'db' } ,
29
- { text : '数据规则' , link : 'data-rule' , icon : 'mdi:planet' } ,
30
- { text : '代码生成' , link : 'code-generation' } ,
31
- { text : '自定义异常' , link : 'custom-err-msg' , icon : 'mdi:planet' } ,
32
25
{ text : '接口响应' , link : 'response' } ,
26
+ { text : '自定义异常' , link : 'custom-err-msg' , icon : 'mdi:planet' } ,
33
27
{ text : '分页' , link : 'paginate' } ,
28
+ { text : '切换数据库' , link : 'db' } ,
29
+ { text : '代码生成' , link : 'code-generation' } ,
30
+ { text : '跨域' , link : 'CORS' } ,
31
+ { text : '数据规则' , link : 'data-rule' , icon : 'mdi:planet' } ,
32
+ { text : 'RBAC' , link : 'RBAC' } ,
33
+ { text : '事务' , link : 'transaction' } ,
34
34
{ text : 'Celery' , link : 'celery' , icon : 'mdi:planet' } ,
35
35
{ text : 'APScheduler' , link : 'apscheduler' } ,
36
36
{ text : '日志分析' , link : 'log' , icon : 'mdi:planet' } ,
37
- { text : 'Socketio' , link : 'socketio' } ,
37
+ { text : 'Socketio' , link : 'socketio' , icon : 'mdi:planet' } ,
38
38
]
39
39
} ,
40
40
{
0 commit comments