From 202cf24631a7a5a76a444cbf82b434d7c2d8013b Mon Sep 17 00:00:00 2001 From: baozhoutao Date: Tue, 7 Jan 2025 17:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=96=B0=E5=BB=BA=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx b/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx index 7822de679..74d6d61d0 100644 --- a/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx +++ b/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx @@ -2,7 +2,7 @@ * @Author: baozhoutao@steedos.com * @Date: 2022-09-01 14:44:57 * @LastEditors: baozhoutao@steedos.com - * @LastEditTime: 2024-10-10 16:30:41 + * @LastEditTime: 2025-01-07 17:14:16 * @Description: */ @@ -359,7 +359,7 @@ export const AmisAppLauncher = async (props) => { ] } }, - isMobile && isSpaceAdmin ? null : { + isMobile || !isSpaceAdmin ? null : { "type": "button", "level": "link", "label": "+ 新建应用",