errorPernission page
This commit is contained in:
parent
87f3209073
commit
24374ab8f2
3 changed files with 33 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ const MainLayout = () => import("@/views/MainLayout.vue");
|
|||
const Dashboard = () => import("@/modules/01_dashboard/views/Dashboard.vue");
|
||||
const Error404NotFound = () => import("@/views/Error404NotFound.vue");
|
||||
const loginMain = () => import("@/views/login.vue");
|
||||
const ErrorPermission = () => import("@/views/ErrorPermission.vue");
|
||||
|
||||
import ModuleTransfer from "@/modules/02_transfer/router";
|
||||
import ModuleRetire from "@/modules/03_retire/router";
|
||||
|
|
@ -38,6 +39,11 @@ const router = createRouter({
|
|||
Key: [7],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/error",
|
||||
name: "errorPermission",
|
||||
component: ErrorPermission,
|
||||
},
|
||||
|
||||
...ModuleTransfer,
|
||||
...ModuleRetire,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue