- 修改退出登录后的重定向路径,从"/pages/index/index"调整为"/pages/home/index"
@@ -30,7 +30,7 @@ const ProfilePage: React.FC = () => {
duration: 1500
})
setTimeout(() => {
- Taro.reLaunch({ url: '/pages/index/index' })
+ Taro.reLaunch({ url: '/pages/home/index' })
}, 1500)
}