Merge remote-tracking branch 'origin/v2-dev' into v2-dev

This commit is contained in:
xiaojunnuo
2024-11-19 17:51:34 +08:00
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 });