diff --git a/.gitignore b/.gitignore index 2cea3ef..08827c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist/ +build/ deploy_versions/ .temp/ .rn_temp/ diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 12079c6..2ea164f 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -68,7 +68,7 @@ const Login: FC = () => { setToken(res.data.token) setUserInfo({ ...res.data }) - Taro.redirectTo({ + Taro.switchTab({ url: '/pages/index/index', }) } else { @@ -93,12 +93,7 @@ const Login: FC = () => { - + {!eyesStatus ? (