Skip to content

Commit 30ef75a

Browse files
committed
Remove generated routes
1 parent 2bd2f1f commit 30ef75a

File tree

1 file changed

+1
-131
lines changed
  • tyadmin_api_cli/antd_full_templates/config

1 file changed

+1
-131
lines changed
Lines changed: 1 addition & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,3 @@
11
[
2-
{
3-
name: '首页',
4-
path: '/xadmin/index',
5-
icon: 'dashboard',
6-
component: './TyAdminBuiltIn/DashBoard'
7-
},
8-
{
9-
name: 'auth',
10-
icon: 'BarsOutlined',
11-
path: '/xadmin/auth',
12-
routes:
13-
[
14-
{
15-
name: '权限',
16-
path: '/xadmin/permission',
17-
component: './AutoGenPage/PermissionList',
18-
},
19-
{
20-
name: '组',
21-
path: '/xadmin/group',
22-
component: './AutoGenPage/GroupList',
23-
},
24-
{
25-
name: '用户',
26-
path: '/xadmin/user',
27-
component: './AutoGenPage/UserList',
28-
}
29-
]
30-
},
31-
{
32-
name: 'django_celery_beat',
33-
icon: 'BarsOutlined',
34-
path: '/xadmin/django_celery_beat',
35-
routes:
36-
[
37-
{
38-
name: 'solar event',
39-
path: '/xadmin/solar_schedule',
40-
component: './AutoGenPage/SolarScheduleList',
41-
},
42-
{
43-
name: 'interval',
44-
path: '/xadmin/interval_schedule',
45-
component: './AutoGenPage/IntervalScheduleList',
46-
},
47-
{
48-
name: 'clocked',
49-
path: '/xadmin/clocked_schedule',
50-
component: './AutoGenPage/ClockedScheduleList',
51-
},
52-
{
53-
name: 'crontab',
54-
path: '/xadmin/crontab_schedule',
55-
component: './AutoGenPage/CrontabScheduleList',
56-
},
57-
{
58-
name: 'periodic tasks',
59-
path: '/xadmin/periodic_tasks',
60-
component: './AutoGenPage/PeriodicTasksList',
61-
},
62-
{
63-
name: 'periodic task',
64-
path: '/xadmin/periodic_task',
65-
component: './AutoGenPage/PeriodicTaskList',
66-
}
67-
]
68-
},
69-
{
70-
name: 'authtoken',
71-
icon: 'BarsOutlined',
72-
path: '/xadmin/authtoken',
73-
routes:
74-
[
75-
{
76-
name: '令牌',
77-
path: '/xadmin/token',
78-
component: './AutoGenPage/TokenList',
79-
},
80-
{
81-
name: 'token',
82-
path: '/xadmin/token_proxy',
83-
component: './AutoGenPage/TokenProxyList',
84-
}
85-
]
86-
},
87-
{
88-
name: 'storage',
89-
icon: 'BarsOutlined',
90-
path: '/xadmin/storage',
91-
routes:
92-
[
93-
{
94-
name: 'nas',
95-
path: '/xadmin/nas',
96-
component: './AutoGenPage/NasList',
97-
}
98-
]
99-
},
100-
{
101-
name: 'captcha',
102-
icon: 'BarsOutlined',
103-
path: '/xadmin/captcha',
104-
routes:
105-
[
106-
{
107-
name: 'captcha store',
108-
path: '/xadmin/captcha_store',
109-
component: './AutoGenPage/CaptchaStoreList',
110-
}
111-
]
112-
},
113-
{
114-
name: 'Tyadmin内置',
115-
icon: 'VideoCamera',
116-
path: '/xadmin/sys',
117-
routes:
118-
[
119-
{
120-
name: 'TyAdmin日志',
121-
icon: 'smile',
122-
path: '/xadmin/sys/ty_admin_sys_log',
123-
component: './TyAdminBuiltIn/TyAdminSysLogList'
124-
},
125-
{
126-
name: 'TyAdmin验证',
127-
icon: 'smile',
128-
path: '/xadmin/sys/ty_admin_email_verify_record',
129-
component: './TyAdminBuiltIn/TyAdminEmailVerifyRecordList'
130-
}
131-
]
132-
}
2+
1333
]

0 commit comments

Comments
 (0)