Authored by 张凯

chore:腾讯云平台详情页面只有运营端可以进行跳转,租户端不支持跳转

... ... @@ -4008,6 +4008,11 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
layer.alert('该资源只对接TRAP告警信息!',{icon:0});
return;
}
//如果是腾讯云平台且是租户,则没有详情页
if (res.resType === 'TENCENT_CLOUD_PLAT' && res.platUserType !== '0'){
layer.alert('只有运营端有详情页!',{icon:0});
return;
}
//url(/src/style/img/shutdown.png)
title +=`<span id="title-shutdown" data-id=${resId} style="flex:1;padding:0 5px;width:600px;display: inline-block;position: relative;top: 0px;left:20px;"></span>`
// ztq 2023-06-01
... ...