@@ -499,7 +499,7 @@ export default {
targetAppName: '',
targetAppId: '',
targetAppGroupId:'',
- linkName:item.linkName,
+ linkName:type && type === 'default' ? item.fullName : item.linkName,
appName: this.appDetail.appName,
}
})