PAMapp/components/BackActionBar.vue
@@ -61,8 +61,7 @@ } } pushRouterByLoginRole():void{ const link = _.isEqual(this.currentRole,Role.ADMIN)? '/myAppointmentList/appointmentList':'/'; this.$router.push(link); this.$router.go(-1); } } </script>