PAMapp/components/Ui/UiAvatar.vue
@@ -11,8 +11,11 @@ @Component export default class UiAvatar extends Vue { @Prop() size!: number; @Prop() agentNo!: string; @Prop() size!: number; @Prop() fileName!: string; get imgSrc() { return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo;