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