mirror of https://github.com/certd/certd
perf: 商业版隐藏文档相关链接
parent
39a02235cf
commit
4443a1c030
|
@ -3,7 +3,7 @@
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="title">开放接口密钥管理</div>
|
<div class="title">开放接口密钥管理</div>
|
||||||
<div class="more">
|
<div class="more">
|
||||||
<a :href="OPEN_API_DOC" target="_blank">开放接口文档</a>
|
<a v-comm="false" :href="OPEN_API_DOC" target="_blank">开放接口文档</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<fs-crud ref="crudRef" v-bind="crudBinding"> </fs-crud>
|
<fs-crud ref="crudRef" v-bind="crudBinding"> </fs-crud>
|
||||||
|
|
|
@ -4,10 +4,14 @@
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{ t("certd.subdomainHosting") }}
|
{{ t("certd.subdomainHosting") }}
|
||||||
<span class="sub">
|
<span class="sub">
|
||||||
{{ t("certd.subdomainHostingHint") }}; {{ t("certd.subdomainHelpText") }}
|
{{ t("certd.subdomainHostingHint") }};
|
||||||
<a href="https://certd.docmirror.cn/guide/use/cert/subdomain.html" target="_blank">
|
|
||||||
{{ t("certd.subdomainManagement") }}
|
<span v-comm="false">
|
||||||
</a>
|
{{ t("certd.subdomainHelpText") }}
|
||||||
|
<a href="https://certd.docmirror.cn/guide/use/cert/subdomain.html" target="_blank">
|
||||||
|
{{ t("certd.subdomainManagement") }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue