เพิ่มหน้าหลัก

This commit is contained in:
kanyarat2001 2023-11-09 10:01:49 +07:00
parent 0bea014ac4
commit dc5d9f57b3
5 changed files with 36 additions and 14 deletions

View file

@ -17,16 +17,16 @@ const router = createRouter({
name: "home",
component: MainLayout,
children: [
// {
// path: "/",
// name: "dashboard",
// component: Dashboard,
// meta: {
// Auth: true,
// Key: [7],
// Role: "dashboard",
// },
// },
{
path: "/",
name: "dashboard",
component: Dashboard,
meta: {
Auth: true,
Key: [7],
Role: "dashboard",
},
},
...ModuleManual,
],
},