mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-26 12:15:39 +08:00
配置初始化时增加context参数
This commit is contained in:
@@ -22,7 +22,7 @@ func FindLocationConfig(parentAction *actionutils.ParentAction, locationId int64
|
||||
return
|
||||
}
|
||||
|
||||
err = locationConfig.Init()
|
||||
err = locationConfig.Init(nil)
|
||||
if err != nil {
|
||||
parentAction.ErrorPage(err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user