update check profile img

This commit is contained in:
2024-05-07 15:29:33 +07:00
parent 31ef9ed967
commit c0fbc62ed8
7 changed files with 72 additions and 24 deletions

View File

@@ -170,7 +170,7 @@ export default {
// this.provinceItems = data;
})
.catch((error) => {
alert("ไม่สามารถบันทึกข้อมูลได้: " + error.message);
alert("ไม่สามารถเข้าสู่ระบบได้: " + error.message);
console.error("เกิดข้อผิดพลาดในการโหลดข้อมูล:", error);
});
},

View File

@@ -19,7 +19,7 @@ import FormMain from "../components/form/FormMain.vue";
export default {
components: { FormMain },
computed: {
...mapGetters(["getUsername", "getImg"]),
...mapGetters(["getUsername", "getImg",'getCheckLogin']),
},
};
</script>