CN-1475 feat: subscribe配置

This commit is contained in:
chenjinsong
2023-11-20 18:48:10 +08:00
parent b4b72fc1e1
commit 6c1f1ed71b
2 changed files with 6 additions and 0 deletions

View File

@@ -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