|
@@ -65,7 +65,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'index',
|
|
|
- component: () => import('@/layout/index2.vue'),
|
|
|
+ component: () => import('@/views/liveChat/index.vue'),
|
|
|
name: 'index',
|
|
|
meta: { title: '首页', icon: 'dashboard', affix: true }
|
|
|
},
|