feat:issue
This commit is contained in:
parent
c132b077c0
commit
f4b7767476
7 changed files with 902 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import ModuleLogs from "@/modules/03_logs/router";
|
|||
import ModuleSystem from "@/modules/04_system/router";
|
||||
import ModuleCommand from "@/modules/05_command/router";
|
||||
import ModuleWebServices from "@/modules/06_webservices/router";
|
||||
import ModeuleIssues from "@/modules/07_issues/router";
|
||||
|
||||
// TODO: ใช้หรือไม่?
|
||||
import { authenticated, logout } from "@/plugins/auth";
|
||||
|
|
@ -50,6 +51,7 @@ const router = createRouter({
|
|||
...ModuleSystem,
|
||||
...ModuleCommand,
|
||||
...ModuleWebServices,
|
||||
...ModeuleIssues,
|
||||
],
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue