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