fix 调整模块的启动顺序
This commit is contained in:
parent
c091fbdb27
commit
2051ada800
@ -68,6 +68,8 @@ def start_module():
|
|||||||
"""
|
"""
|
||||||
# 虚伪显示
|
# 虚伪显示
|
||||||
DisplayHelper()
|
DisplayHelper()
|
||||||
|
# 站点管理
|
||||||
|
SitesHelper()
|
||||||
# 加载模块
|
# 加载模块
|
||||||
ModuleManager()
|
ModuleManager()
|
||||||
# 加载插件
|
# 加载插件
|
||||||
@ -76,8 +78,6 @@ def start_module():
|
|||||||
Scheduler()
|
Scheduler()
|
||||||
# 启动事件消费
|
# 启动事件消费
|
||||||
Command()
|
Command()
|
||||||
# 站点管理
|
|
||||||
SitesHelper()
|
|
||||||
# 初始化路由
|
# 初始化路由
|
||||||
init_routers()
|
init_routers()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user