修复黑白名单不生效bug (#120)
This commit is contained in:
parent
586df83124
commit
400009bf44
|
@ -104,7 +104,7 @@ class Cfg {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** notice配置 */
|
/** notice配置 */
|
||||||
getOther () {
|
getNotice () {
|
||||||
let def = this.getdefSet('notice')
|
let def = this.getdefSet('notice')
|
||||||
let config = this.getConfig('notice')
|
let config = this.getConfig('notice')
|
||||||
return { ...def, ...config }
|
return { ...def, ...config }
|
||||||
|
|
Loading…
Reference in New Issue