浏览代码

fix i am smart bug

CR003
Anna Ho 1年前
父节点
当前提交
f43c78838d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      src/pages/iAmSmart/AuthCallback/index.js
  2. +2
    -2
      src/pages/iAmSmart/DirectLoginCallback/index.js

+ 2
- 2
src/pages/iAmSmart/AuthCallback/index.js 查看文件

@@ -45,8 +45,8 @@ const Index = () => {
role: responseData.role,
abilities: responseData.abilities,
creditor: responseData.creditor,
passwordExpiryDate: response.data.passwordExpiryDate,
orgPaymentRecord: response.data.orgPaymentRecord,
passwordExpiryDate: responseData.passwordExpiryDate,
orgPaymentRecord: responseData.orgPaymentRecord,
//locale: responseData.preferLocale,
//avatar: require('src/assets/images/users/avatar-3.png').default,
}


+ 2
- 2
src/pages/iAmSmart/DirectLoginCallback/index.js 查看文件

@@ -45,8 +45,8 @@ const Index = () => {
role: responseData.role,
abilities: responseData.abilities,
creditor: responseData.creditor,
passwordExpiryDate: response.data.passwordExpiryDate,
orgPaymentRecord: response.data.orgPaymentRecord,
passwordExpiryDate: responseData.passwordExpiryDate,
orgPaymentRecord: responseData.orgPaymentRecord,
//avatar: require('src/assets/images/users/avatar-3.png').default,
}
const data = { ...userData, accessToken: responseData.accessToken, refreshToken: responseData.refreshToken }


正在加载...
取消
保存