จัดการตำแหน่งติดเงื่อนไข
This commit is contained in:
parent
d70d3da9f5
commit
07130bd702
4 changed files with 667 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ import ModuleDevelopment from "@/modules/15_development/router";
|
|||
import ModuleSupport from "@/modules/00_support/router";
|
||||
import ModuleActing from "@/modules/17_acting/router";
|
||||
import ModuleCommand from "@/modules/18_command/router";
|
||||
import ModulePositionCondition from "@/modules/19_condition/router";
|
||||
|
||||
// TODO: ใช้หรือไม่?
|
||||
import { authenticated } from "@/plugins/auth";
|
||||
|
|
@ -76,6 +77,7 @@ const router = createRouter({
|
|||
...ModuleSupport,
|
||||
...ModuleActing,
|
||||
...ModuleCommand,
|
||||
...ModulePositionCondition,
|
||||
],
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue