Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
066cc2dfcf Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m7s
2026-05-26 15:01:07 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
7489c9d2aa fix: default profileImg 2026-05-26 15:00:49 +07:00

View file

@ -357,7 +357,7 @@ async function fetchKeycloakPosition() {
});
}
const profileImg = ref<string>("");
const profileImg = ref<string>(avatar);
async function getImg(id: string, pathName: string) {
await http
.get(config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", id, pathName))