陈松 4 kuukautta sitten
vanhempi
commit
3d6c6c7a8d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/modules/user/page-login/page-login.component.ts

+ 1 - 0
src/modules/user/page-login/page-login.component.ts

@@ -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: '登录失败',