This commit is contained in:
xiaojunnuo
2024-10-12 18:30:40 +08:00
parent 67ba17286c
commit 5601bc4ab2
4 changed files with 55 additions and 5 deletions
@@ -35,10 +35,6 @@ export class AutoInitSite {
installInfo.siteId = nanoid();
await this.sysSettingsService.saveSetting(installInfo);
}
if (!installInfo.siteId) {
installInfo.siteId = nanoid();
await this.sysSettingsService.saveSetting(installInfo);
}
//private信息
const privateInfo = await this.sysSettingsService.getSetting<SysPrivateSettings>(SysPrivateSettings);