mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-11 20:17:03 +08:00
https://github.com/cskefu/cskefu/issues/937 enhance notice for popup
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
parent
4bd455784e
commit
4242f79d5f
@ -77,13 +77,9 @@ function handleGeneralCodeInQueryPathOrApiResp(code, cb) {
|
|||||||
case 'billingquotaexception.no_license_found':
|
case 'billingquotaexception.no_license_found':
|
||||||
layer.confirm('证书不存在,联系系统超级管理员导入。', {
|
layer.confirm('证书不存在,联系系统超级管理员导入。', {
|
||||||
title: '使用授权证书', icon: 2, btn: [
|
title: '使用授权证书', icon: 2, btn: [
|
||||||
'我是超级管理员', '查看说明'
|
'查看说明'
|
||||||
],
|
],
|
||||||
btn1: function (index, layero, that) {
|
btn1: function (index, layero, that) {
|
||||||
// 我是超级管理员
|
|
||||||
return false;
|
|
||||||
},
|
|
||||||
btn2: function (index, layero, that) {
|
|
||||||
// 查看说明
|
// 查看说明
|
||||||
window.open("https://docs.cskefu.com/docs/licenses", "_blank");
|
window.open("https://docs.cskefu.com/docs/licenses", "_blank");
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user