保誠-保戶業務員媒合平台
Mila
2021-12-20 707b43ca15d380db9b6a72c3a63abc2d7b0efc83
PAMapp/components/NavBar.vue
@@ -90,8 +90,8 @@
    login_role = Role.NOT_LOGIN;
    isOpenDropdown = false;
    get loginRole(): string {
      return this.idToken && this.currentRole ? this.currentRole : Role.NOT_LOGIN;
    get loginRole(): Role {
      return this.idToken && this.currentRole ? (this.currentRole as Role): Role.NOT_LOGIN;
    }
    routerNavigateTo(url: string): void {