上传配置

This commit is contained in:
liwei1dao 2023-03-15 10:00:59 +08:00
parent 02830457ed
commit 1ede1a934e

View File

@ -80,7 +80,7 @@ func (this *configureComp) getGamePandamasJs() (configure []*cfg.GamePandamasJsD
var (
v interface{}
)
if v, err = this.GetConfigure(game_pandamasjx); err != nil {
if v, err = this.GetConfigure(game_pandamasjs); err != nil {
this.module.Errorln(err)
return
} else {