CN-1238: 实体查询语法逻辑

This commit is contained in:
刘洪洪
2023-08-18 09:32:58 +08:00
parent 08b0c1fd1f
commit 6267851a2d
12 changed files with 201 additions and 48 deletions

View File

@@ -254,9 +254,9 @@ export default {
// networkOverviewBeforeTab是dashboard点击下钻标识dimensionType是详情页到下钻页标识
const tab = query.networkOverviewBeforeTab || query.dimensionType
const value = query.fourthMenu
const ipList = ['ip', 'clientIp', 'serverIp', 'dnsServer', 'a', 'aaaa']
const ipList = ['ip', 'clientIp', 'serverIp', 'a', 'aaaa']
const appList = ['appLabel']
const domainList = ['sslSni'] // domain暂定先加入snis
const domainList = ['sslSni', 'domain']
if (ipList.indexOf(tab) > -1) {
entityType.value = 'ip'