refactor(LoginPage): 注释掉未使用的第三方登录组件
移除微信登录相关代码,因为当前未使用该功能,减少不必要的代码冗余
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
| 74 | </div> | 74 | </div> |
| 75 | </form> | 75 | </form> |
| 76 | 76 | ||
| 77 | - <div class="mt-6"> | 77 | + <!-- <div class="mt-6"> |
| 78 | <div class="relative"> | 78 | <div class="relative"> |
| 79 | <div class="absolute inset-0 flex items-center"> | 79 | <div class="absolute inset-0 flex items-center"> |
| 80 | <div class="w-full border-t border-gray-300"></div> | 80 | <div class="w-full border-t border-gray-300"></div> |
| ... | @@ -106,7 +106,7 @@ | ... | @@ -106,7 +106,7 @@ |
| 106 | 微信 | 106 | 微信 |
| 107 | </button> | 107 | </button> |
| 108 | </div> | 108 | </div> |
| 109 | - </div> | 109 | + </div> --> |
| 110 | 110 | ||
| 111 | <div class="text-center mt-6"> | 111 | <div class="text-center mt-6"> |
| 112 | <p class="text-sm text-gray-600"> | 112 | <p class="text-sm text-gray-600"> | ... | ... |
-
Please register or login to post a comment