mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
This commit is contained in:
@@ -28,6 +28,7 @@ export class PlusService {
|
|||||||
}
|
}
|
||||||
licenseInfo.license = license;
|
licenseInfo.license = license;
|
||||||
await this.sysSettingsService.saveSetting(licenseInfo);
|
await this.sysSettingsService.saveSetting(licenseInfo);
|
||||||
|
await this.updateLicense(license);
|
||||||
};
|
};
|
||||||
|
|
||||||
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });
|
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });
|
||||||
|
|||||||
+3
@@ -6,6 +6,9 @@
|
|||||||
<div>1. 解析记录应该添加在{{ record.domain }}域名下</div>
|
<div>1. 解析记录应该添加在{{ record.domain }}域名下</div>
|
||||||
<div>2. 要添加的是CNAME类型的记录,不是TXT</div>
|
<div>2. 要添加的是CNAME类型的记录,不是TXT</div>
|
||||||
<div>3. 核对记录值是否是:{{ record.recordValue }}</div>
|
<div>3. 核对记录值是否是:{{ record.recordValue }}</div>
|
||||||
|
<div>
|
||||||
|
4. 运行命令 <a-tag>nslookup -qa=txt {{ record.hostRecord }}{{ record.domain }}</a-tag> 查看解析配置是否正确
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<fs-icon class="ml-5 pointer" icon="mingcute:question-line"></fs-icon>
|
<fs-icon class="ml-5 pointer" icon="mingcute:question-line"></fs-icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user