|
@@ -75,7 +75,7 @@ const Login2pProvider: React.FC<ContextProviderProps> = ({ children }: ContextPr
|
|
|
loginEnd(data.data.Data.Token, next)
|
|
|
} else {
|
|
|
message.info('该微信号第一次授权登录平台,请先绑定手机号')
|
|
|
- history.push(`/login2p?token=${data.data.Data.Token}&next=${next}`)
|
|
|
+ history.push(`/login2p?smtoken=${data.data.Data.Token}&next=${next}`)
|
|
|
}
|
|
|
})
|
|
|
.catch(error => message.error('微信登录错误'))
|