保誠-保戶業務員媒合平台
HelenHuang
2021-12-30 ac594e4efb30ba28776d74b0fb08ab34d7c32023
PAMapp/components/Ui/UiAvatar.vue
@@ -11,11 +11,14 @@
@Component
export default class UiAvatar extends Vue {
    @Prop() size!: number;
    @Prop() fileName!: string;
    @Prop()
    size!: number;
    @Prop()
    fileName!: string;
    get imgSrc() {
        return process.env.BASE_URL + '/consultant/avatar/' + this.fileName;
        return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo;
    }
}
</script>
</script>