diff --git a/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx b/packages/@steedos-widgets/amis-object/src/amis/AmisAppLauncher.tsx index 820cafd8..c12abc9b 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: 殷亮辉 yinlianghui@hotoa.com - * @LastEditTime: 2024-05-14 13:30:24 + * @LastEditTime: 2024-05-14 15:12:49 * @Description: */ @@ -49,6 +49,9 @@ export const AmisAppLauncher = async (props) => { item.visible_on = false; } } + else{ + item.visible_on = true; + } }); `;