diff --git a/src/forge/SecuritySetting/Index.jsx b/src/forge/SecuritySetting/Index.jsx
index d88cd3702..4a76ded8d 100644
--- a/src/forge/SecuritySetting/Index.jsx
+++ b/src/forge/SecuritySetting/Index.jsx
@@ -158,10 +158,10 @@ function Index(props){
我的Bot
Bot安装
- */}
diff --git a/src/forge/Server/List.jsx b/src/forge/Server/List.jsx
index 146770900..c83c00e47 100644
--- a/src/forge/Server/List.jsx
+++ b/src/forge/Server/List.jsx
@@ -64,7 +64,7 @@ function Main(props){
查看详情
*/}
- {projectDetail && projectDetail.author.type === "User" &&
+ {/* {projectDetail && projectDetail.author.type === "User" &&
个人建站服务
@@ -73,7 +73,7 @@ function Main(props){
查看详情
- }
+ } */}
)
diff --git a/src/forge/users/Material/Index.jsx b/src/forge/users/Material/Index.jsx
index c15036842..1cf63196a 100644
--- a/src/forge/users/Material/Index.jsx
+++ b/src/forge/users/Material/Index.jsx
@@ -55,7 +55,7 @@ function Index(props){
{props.history.push('/settings/phone')}}>手机号管理
{props.history.push('/settings/emails')}}>邮箱管理
{props.history.push('/settings/password')}}>密码管理
- {props.history.push('/settings/verification')}}>实名认证
+ {/* {props.history.push('/settings/verification')}}>实名认证 */}
{props.history.push('/settings/cancel')}}>账号注销
}