This commit is contained in:
xiaojunnuo
2024-11-19 17:49:59 +08:00
parent c7cf2e6f16
commit 7a73a01999
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export class PlusService {
}
licenseInfo.license = license;
await this.sysSettingsService.saveSetting(licenseInfo);
await this.updateLicense(license);
};
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });