|
@@ -61,11 +61,11 @@ export const constantRoutes = [
|
|
path: '',
|
|
path: '',
|
|
component: () => import('@/layout/indexCommon.vue'),
|
|
component: () => import('@/layout/indexCommon.vue'),
|
|
redirect: '/index',
|
|
redirect: '/index',
|
|
- hidden: true,
|
|
|
|
|
|
+ hidden:true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'index',
|
|
path: 'index',
|
|
- component: () => import('@/layout/index2.vue'),
|
|
|
|
|
|
+ component: () => import('@/views/liveChat/index.vue'),
|
|
name: 'index',
|
|
name: 'index',
|
|
meta: { title: '首页', icon: 'dashboard', affix: true }
|
|
meta: { title: '首页', icon: 'dashboard', affix: true }
|
|
},
|
|
},
|
|
@@ -144,7 +144,6 @@ export const constantRoutes = [
|
|
// ]
|
|
// ]
|
|
// },
|
|
// },
|
|
|
|
|
|
-
|
|
|
|
{
|
|
{
|
|
path: '/user',
|
|
path: '/user',
|
|
component: Layout,
|
|
component: Layout,
|