Feat: admin dashboard homepage

This commit is contained in:
HFO4
2020-02-23 10:19:13 +08:00
parent 49f784104e
commit 31d4a0e1c2
9 changed files with 142 additions and 2 deletions

View File

@ -15,6 +15,7 @@ import (
// Init 初始化启动
func Init(path string) {
InitApplication()
conf.Init(path)
// Debug 关闭时,切换为生产模式
if !conf.SystemConfig.Debug {