check role

This commit is contained in:
Warunee Tamkoo 2024-08-19 11:19:20 +07:00
parent 9f4aeec575
commit b9b8bac836
3 changed files with 31 additions and 9 deletions

View file

@ -104,9 +104,4 @@ if (auth.token && auth.refresh_token) {
// });
}
app.config.globalProperties.$checkPermission = function () {
console.log("This is a checkPermission");
return true;
};
app.mount("#app");