!599 登陆状态错误

pull/599/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent c1304bac24
commit f007b9be6e

@ -25,6 +25,7 @@ export class MainContent extends React.Component<{ store?: TopPanelStore; }>
this.props.store.dealerInfo = data.ext_info.dealer;
else
this.props.store.dealerInfo = null;
this.props.store.isLogin = true;
saveLoginInfos(data);
await userConfigStore.InitUserData();
}

Loading…
Cancel
Save