mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 03:10:48 +08:00
增加初始化过程
This commit is contained in:
@@ -18,6 +18,12 @@ export default {
|
||||
hideInMenu: true,
|
||||
component: '@/pages/login/index',
|
||||
},
|
||||
{
|
||||
name: '初始化',
|
||||
path: '/initialization',
|
||||
hideInMenu: true,
|
||||
component: '@/pages/initialization/index',
|
||||
},
|
||||
{
|
||||
path: '/crontab',
|
||||
name: '定时任务',
|
||||
|
||||
Reference in New Issue
Block a user