From 5b762ec871eb631fd37df10bc0c6d2195e3a1d47 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 4 Dec 2023 13:18:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E5=88=86=E4=BA=AB=E6=96=87?= =?UTF-8?q?=E6=A1=88=EF=BC=8C=E6=A8=A1=E7=89=88=E4=B8=AD=E5=BF=83=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutTable.vue | 1 + core/core-frontend/src/views/workbranch/index.vue | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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')