/home instead of /corp
This commit is contained in:
@@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/corp',
|
||||
path: '/home',
|
||||
component: () => import('@/corp/CorpLayout.vue'),
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user