update check profile img
This commit is contained in:
@@ -170,7 +170,7 @@ export default {
|
||||
// this.provinceItems = data;
|
||||
})
|
||||
.catch((error) => {
|
||||
alert("ไม่สามารถบันทึกข้อมูลได้: " + error.message);
|
||||
alert("ไม่สามารถเข้าสู่ระบบได้: " + error.message);
|
||||
console.error("เกิดข้อผิดพลาดในการโหลดข้อมูล:", error);
|
||||
});
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@ import FormMain from "../components/form/FormMain.vue";
|
||||
export default {
|
||||
components: { FormMain },
|
||||
computed: {
|
||||
...mapGetters(["getUsername", "getImg"]),
|
||||
...mapGetters(["getUsername", "getImg",'getCheckLogin']),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user