mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-05-19 04:37:28 +08:00
update
This commit is contained in:
@@ -30,7 +30,6 @@ func main() {
|
||||
}
|
||||
|
||||
func start() {
|
||||
|
||||
// 启动前先执行数据库内容的初始化工作
|
||||
DefaultDataInit()
|
||||
// 开启路由监听
|
||||
@@ -45,7 +44,9 @@ func DefaultDataInit() {
|
||||
SystemInit.TableInIt()
|
||||
// 初始化网站基本配置信息
|
||||
SystemInit.BasicConfigInit()
|
||||
// 初始化影视来源列表信息
|
||||
SystemInit.SpiderInit()
|
||||
// 初始化轮播组件信息
|
||||
SystemInit.BannersInit()
|
||||
}
|
||||
// 初始化影视来源列表信息
|
||||
SystemInit.SpiderInit()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user