Browse Source

应用参数调整

wu 4 weeks ago
parent
commit
9bbcbdfd00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/basic/previewApp/index.vue

+ 1 - 1
src/views/basic/previewApp/index.vue

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