优化代码

This commit is contained in:
GoEdgeLab
2022-03-26 22:04:16 +08:00
parent 6e2727c279
commit cff59852d6

View File

@@ -94,7 +94,7 @@ func (this *HTTPWebDAO) ComposeWebConfig(tx *dbs.Tx, webId int64, cacheMap *util
return nil, nil
}
config := &serverconfigs.HTTPWebConfig{}
var config = &serverconfigs.HTTPWebConfig{}
config.Id = webId
config.IsOn = web.IsOn