|
@@ -859,6 +859,9 @@ const handleLogin = async () => {
|
|
|
if (localGet("geeker-user").userInfo.phone) {
|
|
if (localGet("geeker-user").userInfo.phone) {
|
|
|
localSet("iphone", localGet("geeker-user").userInfo.phone);
|
|
localSet("iphone", localGet("geeker-user").userInfo.phone);
|
|
|
}
|
|
}
|
|
|
|
|
+ if (localGet("geeker-user").userInfo.businessSection) {
|
|
|
|
|
+ localSet("businessSection", localGet("geeker-user").userInfo.businessSection);
|
|
|
|
|
+ }
|
|
|
await initDynamicRouter();
|
|
await initDynamicRouter();
|
|
|
|
|
|
|
|
// 3.清空 tabs、keepAlive 数据
|
|
// 3.清空 tabs、keepAlive 数据
|