Browse Source

🔧 chore(profile): 临时注释退出登录按钮

- 注释掉退出登录功能区域以进行功能调整
- 保留代码结构以便后续恢复使用
yourname 3 months ago
parent
commit
cfc95ac088
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mini/src/pages/profile/index.tsx

+ 2 - 2
mini/src/pages/profile/index.tsx

@@ -296,7 +296,7 @@ const ProfilePage: React.FC = () => {
         </View>
 
         {/* 退出登录按钮 */}
-        <View className="m-[24rpx_32rpx]">
+        {/* <View className="m-[24rpx_32rpx]">
           <View className="bg-white rounded-[20rpx] shadow-[0_4rpx_20rpx_rgba(0,0,0,0.08)] border border-[#E5E5EA] overflow-hidden">
             <View
               className="flex items-center justify-center p-[28rpx_32rpx] active:bg-[#F8F9FA] transition-colors duration-300"
@@ -306,7 +306,7 @@ const ProfilePage: React.FC = () => {
               <Text className="text-[30rpx] font-bold text-red-500">退出登录</Text>
             </View>
           </View>
-        </View>
+        </View> */}
 
         {/* 版本信息 */}
         <View className="text-center py-[32rpx]">