Skip to content

Commit

Permalink
应用未配置visible_on属性时应该显示出来
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed May 14, 2024
1 parent 9deca73 commit dadbf61
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: [email protected]
* @Date: 2022-09-01 14:44:57
* @LastEditors: 殷亮辉 [email protected]
* @LastEditTime: 2024-05-14 13:30:24
* @LastEditTime: 2024-05-14 15:12:49
* @Description:
*/

Expand Down Expand Up @@ -49,6 +49,9 @@ export const AmisAppLauncher = async (props) => {
item.visible_on = false;
}
}
else{
item.visible_on = true;
}
});
`;

Expand Down

0 comments on commit dadbf61

Please sign in to comment.