Commit c7a2796a by zhangleyuan

feat:增加用户标识

parent 1a27722f
......@@ -54,6 +54,7 @@ function Login(props) {
User.setUserId(res.result.loginInfo.userId)
User.setToken(res.result.loginInfo.xmToken)
User.setEnterpriseId(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