修复 发布跳转错误 ,个人页线条问题
This commit is contained in:
@@ -10,7 +10,6 @@ const HomePage: React.FC = () => {
|
||||
useEffect(() => {
|
||||
const handleLoginRedirect = async () => {
|
||||
const login_status = check_login_status();
|
||||
|
||||
if (login_status) {
|
||||
try {
|
||||
// 先获取用户信息
|
||||
@@ -32,7 +31,7 @@ const HomePage: React.FC = () => {
|
||||
|
||||
return (
|
||||
<View className="home_page">
|
||||
|
||||
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user