This commit is contained in:
Himit_ZH 2021-06-08 18:00:54 +08:00
parent 6e96a7011c
commit 937969ac2f
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}
}