check role
This commit is contained in:
parent
9f4aeec575
commit
b9b8bac836
3 changed files with 31 additions and 9 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue