This commit is contained in:
xiaojunnuo
2024-11-26 01:21:49 +08:00
parent d6c7326467
commit cb86151deb
2 changed files with 6 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ export class BasicSettingsController extends BaseController {
const sysPublic = await this.getSysPublic();
const installInfo = await this.getInstallInfo();
let siteInfo = {};
if (!isComm()) {
if (isComm()) {
siteInfo = await this.getSiteInfo();
}
const siteEnv = await this.getSiteEnv();