Skip to content

Commit

Permalink
处理新建应用按钮权限
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Jan 7, 2025
1 parent fcaf013 commit 202cf24
Showing 1 changed file with 2 additions and 2 deletions.
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-10-10 16:30:41
* @LastEditTime: 2025-01-07 17:14:16
* @Description:
*/

Expand Down Expand Up @@ -359,7 +359,7 @@ export const AmisAppLauncher = async (props) => {
]
}
},
isMobile && isSpaceAdmin ? null : {
isMobile || !isSpaceAdmin ? null : {
"type": "button",
"level": "link",
"label": "+ 新建应用",
Expand Down

0 comments on commit 202cf24

Please sign in to comment.