Commit ab7a4ed5 by zhujian

'fixed'

parent 239ac4f3
......@@ -54,8 +54,8 @@ if (getParameterByName('code')) {
appTermEnum: 'XIAOMAI_CLOUD_CLASS_PC_WEB_ADMIN',
code: getParameterByName('code')
}).then((res) => {
User.setUserId(res.result.userId);
User.setToken(res.result.xmToken);
User.setUserId(res.result.loginInfo.userId);
User.setToken(res.result.loginInfo.xmToken);
mount()
})
} else {
......
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