PAMapp/components/Ui/UiAvatar.vue @@ -18,7 +18,7 @@ fileName!: string; get imgSrc() { return process.env.BASE_URL + '/consultant/avatar/' + this.fileName; return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo; } } </script>