corp homepage
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/corp',
|
||||
component: () => import('@/corp/CorpLayout.vue'),
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import(/* webpackChunkName: "vaultview" */ '@/corp/Home.vue'),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/layouts/chart/ChartLayout.vue'),
|
||||
|
||||
Reference in New Issue
Block a user