แก้ report

This commit is contained in:
STW_TTTY\stwtt 2024-09-12 11:37:34 +07:00
parent f65eab4e5e
commit b640c7cf0c
4 changed files with 40 additions and 79 deletions

View file

@ -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";