From d7f770c44e3a49023707b88f4e226f8c3435a472 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Tue, 24 Oct 2023 10:14:33 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/890 update links Signed-off-by: Hai Liang Wang --- .../src/main/resources/templates/admin/license/index.pug | 4 ++-- .../main/resources/templates/admin/license/instance.pug | 8 ++++---- .../app/src/main/resources/templates/apps/index.pug | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contact-center/app/src/main/resources/templates/admin/license/index.pug b/contact-center/app/src/main/resources/templates/admin/license/index.pug index d76f6f90..f5d00ac9 100644 --- a/contact-center/app/src/main/resources/templates/admin/license/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/license/index.pug @@ -19,8 +19,8 @@ block content | 导入 button.layui-btn.layui-btn-small(onclick='location.reload()') span 刷新 - button.layui-btn.layui-btn-small(onclick='openLicenseStorePage()') - span 打开证书商店 + button.layui-btn.layui-btn-warm.layui-btn-small(onclick='openLicenseStorePage()') + span 购买使用授权证书 .row(style='padding:5px;') blockquote.layui-elem-quote.layui-quote-nm diff --git a/contact-center/app/src/main/resources/templates/admin/license/instance.pug b/contact-center/app/src/main/resources/templates/admin/license/instance.pug index 7f03ecd4..4be914c0 100644 --- a/contact-center/app/src/main/resources/templates/admin/license/instance.pug +++ b/contact-center/app/src/main/resources/templates/admin/license/instance.pug @@ -13,13 +13,13 @@ block content | 实例信息 span(style='float:right;') .layui-btn-group.ukefu-btn-group - button.layui-btn.layui-btn-small(onclick='openLicenseStorePage()') - span 打开证书商店 + button.layui-btn.layui-btn-warm.layui-btn-small(onclick='openLicenseStorePage()') + span 购买使用授权证书 .row(style='padding:5px;') blockquote.layui-elem-quote.layui-quote-nm i.layui-icon(style="color:gray")  - font(color="#999").layui-word-aux balala ... + font(color="#999").layui-word-aux 春松客服实例信息,代表该春松客服软件运行的标识信息。在春松客服使用授权中,每个实例为一个可以绑定授权证书的单位。 .col-lg-12 fieldset.layui-elem-field @@ -54,6 +54,6 @@ block content } function openLicenseStorePage() { - var licenseStoreProvider = "#{licenseStoreProvider}"; + var licenseStoreProvider = "#{licenseStoreProvider}/product/cskefu001"; window.open(licenseStoreProvider, "_blank"); } \ No newline at end of file diff --git a/contact-center/app/src/main/resources/templates/apps/index.pug b/contact-center/app/src/main/resources/templates/apps/index.pug index a7378bbb..526690b2 100644 --- a/contact-center/app/src/main/resources/templates/apps/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/index.pug @@ -194,7 +194,7 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm dd a(href="javascript:void(0)" onclick="showSystemBuildInfo()") 关于产品 dd - a(href="https://docs.cskefu.com/" target="_blank") 使用指南 + a(href="https://docs.cskefu.com/docs/licenses" target="_blank") 使用授权 dd a(href="https://github.com/cskefu/cskefu/issues" target="_blank") 反馈建议 dd