fix: 修复首页公共链接分享文案,模版中心分类

* refactor: UI

* refactor: UI

* refactor: UI

* refactor: UI

* refactor: 优化文案样式等

* fix: 修复首页公共链接分享文案,模版中心分类
This commit is contained in:
王嘉豪 2023-12-04 13:19:16 +08:00 committed by GitHub
parent d1659894be
commit 36e03c5f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -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"
/>
</template>

View File

@ -70,10 +70,6 @@ const tabBtnList = [
{
name: t('auth.screen'),
value: 'SCREEN'
},
{
name: '应用模板',
value: 'APP'
}
]
const activeTabBtn = ref('PANEL')