mirror of https://github.com/certd/certd
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
commit
ea27c96362
|
@ -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 });
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue