提交 c43e3d66 编写于 作者: F fud

fix type mismatch error

上级 f6c508f1
......@@ -294,7 +294,7 @@ func (b *beegoAppConfig) String(key string) string {
func (b *beegoAppConfig) Strings(key string) []string {
if v := b.innerConfig.Strings(BConfig.RunMode + "::" + key); v[0] != "" {
return v[0]
return v
}
return b.innerConfig.Strings(key)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册