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