lcw
This commit is contained in:
@ -75,7 +75,8 @@ function redirectAuth() {
|
||||
const idCardNoLoginLogin = (idCard, orgId) => {
|
||||
idCardNoLogin({
|
||||
idCardNo: idCard,
|
||||
orgCode: orgId
|
||||
orgCode: orgId,
|
||||
ssxt: "sgxt"
|
||||
}).then((resIdCard) => {
|
||||
// 登录成功后设置token和用户信息到store
|
||||
store.commit("user/setToken", resIdCard.jwtToken);
|
||||
|
||||
Reference in New Issue
Block a user