@@ -15,7 +15,7 @@ const routes = [
// },
// 直播大厅
{
- path: '/',
+ path: '/live/index',
name: 'live_index',
meta: { title: '直播大厅', isleftarrow: false },
component: () => import('../views/live/index.vue'),