diff --git a/projects/app/src/pages/account/components/Info/index.tsx b/projects/app/src/pages/account/components/Info/index.tsx
index 835b6c404..29ffa5b13 100644
--- a/projects/app/src/pages/account/components/Info/index.tsx
+++ b/projects/app/src/pages/account/components/Info/index.tsx
@@ -306,11 +306,11 @@ const MyInfo = ({ onOpenContact }: { onOpenContact: () => void }) => {
{formatStorePrice2Read(userInfo?.team?.balance).toFixed(3)} 元
{/* TODO:暂时隐藏 */}
- {/* {userInfo?.permission.hasManagePer && !!standardPlan && (
+ {userInfo?.permission.hasManagePer && !!standardPlan && (
- )} */}
+ )}
)}