@@ -38,6 +38,7 @@ export class PageLoginComponent {
// 导航到目标页面
this.router.navigateByUrl('tabs/tab3');
+ window.location.reload();
} catch (error: any) {
const alert = await this.alertController.create({
header: '登录失败',