fix bug
This commit is contained in:
parent
6e96a7011c
commit
937969ac2f
|
@ -354,7 +354,7 @@ export default {
|
|||
if (key == 'register') {
|
||||
continue;
|
||||
} else {
|
||||
if (this.websiteConfig[key].replace(/(^\s*)|(\s*$)/g, '')) {
|
||||
if (!this.websiteConfig[key].replace(/(^\s*)|(\s*$)/g, '')) {
|
||||
this.websiteConfig[key] = 'None';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue