Commit 3403f6ba by zhangleyuan

Merge branch 'feature/zhangleyuan/20210603/identifier' into gray

parents 1402a09b c02d77dd
......@@ -54,6 +54,8 @@ function Login(props) {
User.setUserId(res.result.loginInfo.userId)
User.setToken(res.result.loginInfo.xmToken)
User.setEnterpriseId(res.result.enterpriseId)
console.log('identifier',res.result.enterpriseId)
User.setIdentifier(res.result.identifier)
window.RCHistory.push({
pathname: `/switch-route`
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment