แก้ report
This commit is contained in:
parent
f65eab4e5e
commit
b640c7cf0c
4 changed files with 40 additions and 79 deletions
|
|
@ -147,7 +147,7 @@ onMounted(async () => {
|
|||
const user = await tokenParsed();
|
||||
if (user) {
|
||||
const commander = await user.role.includes("commander");
|
||||
const oligarch = await kuser.role.includes("oligarch");
|
||||
const oligarch = await user.role.includes("oligarch");
|
||||
const officer = await user.role.includes("officer");
|
||||
if (commander) {
|
||||
roleUser.value = "commander";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue