From 4242f79d5f250262305dd32f7470479d8e6da543 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Fri, 27 Oct 2023 12:50:07 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/937 enhance notice for popup Signed-off-by: Hai Liang Wang --- .../app/src/main/resources/static/js/CSKeFu_Admin.v1.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/contact-center/app/src/main/resources/static/js/CSKeFu_Admin.v1.js b/contact-center/app/src/main/resources/static/js/CSKeFu_Admin.v1.js index 9cd24d7c..c0e5d766 100644 --- a/contact-center/app/src/main/resources/static/js/CSKeFu_Admin.v1.js +++ b/contact-center/app/src/main/resources/static/js/CSKeFu_Admin.v1.js @@ -77,13 +77,9 @@ function handleGeneralCodeInQueryPathOrApiResp(code, cb) { case 'billingquotaexception.no_license_found': layer.confirm('证书不存在,联系系统超级管理员导入。', { title: '使用授权证书', icon: 2, btn: [ - '我是超级管理员', '查看说明' + '查看说明' ], btn1: function (index, layero, that) { - // 我是超级管理员 - return false; - }, - btn2: function (index, layero, that) { // 查看说明 window.open("https://docs.cskefu.com/docs/licenses", "_blank"); return false;