This commit is contained in:
Warunee Tamkoo 2024-07-31 09:48:33 +07:00
parent 73d45a3d24
commit 0e87c63641
123 changed files with 310 additions and 10280 deletions

View file

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