pref:点击手机登陆后日志优化

This commit is contained in:
zdl
2025-11-26 11:43:16 +08:00
parent 7a2c73f3ca
commit 7b4c4be7bf
5 changed files with 8 additions and 34 deletions

View File

@@ -102,7 +102,6 @@ export function setCurrentUser(user) {
subscription_days_left: user.subscription_days_left || 0
};
localStorage.setItem('mock_current_user', JSON.stringify(normalizedUser));
console.log('[Mock State] 设置当前登录用户:', normalizedUser);
}
}