Merge branch 'develop' into dev-tee
This commit is contained in:
commit
016f256d38
52 changed files with 165 additions and 278 deletions
|
|
@ -287,7 +287,6 @@ const getClass = (val: boolean) => {
|
|||
onMounted(async () => {
|
||||
if (keycloak.tokenParsed != null) {
|
||||
roleAdmin.value = await keycloak.tokenParsed.role.includes("placement1");
|
||||
console.log("roleAdmin===>", roleAdmin.value);
|
||||
}
|
||||
await getData();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue