mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
1. 修复“登陆”=》“登录”
2. 增加社交平台的绑定与解绑
This commit is contained in:
@ -47,7 +47,7 @@ const user = {
|
||||
})
|
||||
},
|
||||
|
||||
// 社交登陆
|
||||
// 社交登录
|
||||
SocialLogin({ commit }, userInfo) {
|
||||
const code = userInfo.code
|
||||
const state = userInfo.state
|
||||
@ -64,7 +64,7 @@ const user = {
|
||||
})
|
||||
},
|
||||
|
||||
// 社交登陆
|
||||
// 社交登录
|
||||
SocialLogin2({ commit }, userInfo) {
|
||||
const code = userInfo.code
|
||||
const state = userInfo.state
|
||||
|
Reference in New Issue
Block a user