CN-1475 feat: subscribe配置
This commit is contained in:
@@ -75,6 +75,7 @@ export const panelTypeAndRouteMapping = {
|
||||
ipEntityDetail: 21,
|
||||
domainEntityDetail: 22,
|
||||
appEntityDetail: 23,
|
||||
subscribeEntityDetail: 24,
|
||||
cryptocurrency: 7,
|
||||
ipDrillDownTest: 8,
|
||||
linkMonitor: 14,
|
||||
|
||||
@@ -39,6 +39,11 @@ export default {
|
||||
entityData.appName = query.entityName
|
||||
break
|
||||
}
|
||||
case 'subscribe': {
|
||||
panelType = panelTypeAndRouteMapping.subscribeEntityDetail
|
||||
entityData.appName = query.entityName
|
||||
break
|
||||
}
|
||||
default: {
|
||||
panelType = panelTypeAndRouteMapping.ipEntityDetail
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user