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