Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-04 11:00:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8431d1568ea1aa9d84d06c66d0368192af7ca9ec
8431d156
1 parent
f1e26133
feat(登录页): 添加微信登录图标和选项
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
src/assets/images/weixin_logo_lg.jpeg
src/views/auth/LoginPage.vue
src/assets/images/weixin_logo_lg.jpeg
0 → 100644
View file @
8431d15
13.7 KB
src/views/auth/LoginPage.vue
View file @
8431d15
...
...
@@ -169,6 +169,13 @@
<UserAgreement ref="userAgreementRef" />
</p>
</div>
<div class="mt-6 flex justify-center items-center gap-4" style="flex-direction: column;">
<div class="text-sm font-medium text-gray-600">其他登录方式</div>
<div>
<img :src="weixinLogo" alt="微信登录" style="width: 40px; height: 40px; border-radius: 8px;">
</div>
</div>
</FrostedGlass>
</div>
</div>
...
...
@@ -185,6 +192,7 @@ import { smsAPI } from "@/api/common";
import { showToast } from "vant";
import UserAgreement from "@/components/ui/UserAgreement.vue";
import { setAuthHeaders } from "@/utils/axios";
import weixinLogo from '@/assets/images/weixin_logo_lg.jpeg'
const userAgreementRef = ref(null);
...
...
Please
register
or
login
to post a comment