diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index 9b06f13573..09e1b66b25 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -308,6 +308,7 @@ const getEmptyDesc = (): string => { jsname="c2hhcmUtaGFuZGxlcg==" :weight="scope.row.weight" :resource-id="activeName === 'recent' ? scope.row.id : scope.row.resourceId" + :resource-type="scope.row.type" /> diff --git a/core/core-frontend/src/views/workbranch/index.vue b/core/core-frontend/src/views/workbranch/index.vue index 34cbd5c8b1..29e4d22a45 100644 --- a/core/core-frontend/src/views/workbranch/index.vue +++ b/core/core-frontend/src/views/workbranch/index.vue @@ -70,10 +70,6 @@ const tabBtnList = [ { name: t('auth.screen'), value: 'SCREEN' - }, - { - name: '应用模板', - value: 'APP' } ] const activeTabBtn = ref('PANEL')