This commit is contained in:
xiaojunnuo
2024-11-07 10:05:03 +08:00
parent 0c645b6e66
commit fdc6eef921
@@ -29,6 +29,7 @@ export class PlusService {
licenseInfo.license = license; licenseInfo.license = license;
await this.sysSettingsService.saveSetting(licenseInfo); await this.sysSettingsService.saveSetting(licenseInfo);
}; };
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense }); return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });
} }