This commit is contained in:
parent
445b45e57e
commit
deaa9f4fe9
|
@ -6,7 +6,7 @@ import { ChatLayout } from '@/views/chat/layout'
|
||||||
|
|
||||||
const routes: RouteRecordRaw[] = [
|
const routes: RouteRecordRaw[] = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/root',
|
||||||
name: 'Root',
|
name: 'Root',
|
||||||
component: ChatLayout,
|
component: ChatLayout,
|
||||||
redirect: '/chat',
|
redirect: '/chat',
|
||||||
|
@ -19,8 +19,8 @@ const routes: RouteRecordRaw[] = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/controller',
|
path: '/',
|
||||||
name: 'controller',
|
name: 'con',
|
||||||
component: () => import('@/views/controller/index.vue'),
|
component: () => import('@/views/controller/index.vue'),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue