เพิ่มหน้าหลัก
This commit is contained in:
parent
0bea014ac4
commit
dc5d9f57b3
5 changed files with 36 additions and 14 deletions
|
|
@ -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,
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue