保誠-保戶業務員媒合平台
Mila
2021-12-02 829c5f83c9e8c9571b38b97c3bc7eff95bcf266d
PAMapp/layouts/default.vue
@@ -51,7 +51,7 @@
    // format to {page}-banner or pam-no-banner tag
    private routeFormatBannerClass(route: string): string {
      const needBannerTags = ['recommendConsultant', 'quickFilter', 'myConsultantList-consultantList', 'myConsultantList-contactedList', 'myAppointmentList-appointmentList', 'myAppointmentList-contactedList'];
      const needBannerTags = ['recommendConsultant', 'quickFilter', 'myConsultantList-consultantList', 'myConsultantList-contactedList', 'myAppointmentList-appointmentList', 'myAppointmentList-contactedList', 'login'];
      return _.includes(needBannerTags, route) ? route + '-banner' : 'pam-no-banner';
    };
@@ -201,4 +201,16 @@
    }
  }
  .login {
    &-banner {
      background-image: url('~/assets/images/login/login_mob.svg');
    }
    @media (min-width: 768px) {
      &-banner {
        background-image: url('~/assets/images/login/login_web.svg');
      }
    }
  }
</style>