|
@@ -1,6 +1,6 @@
|
|
|
import Vue from 'vue';
|
|
|
import VueRouter from 'vue-router';
|
|
|
-import checkLogin from "@common/router/before";
|
|
|
+import checkLogin from '@common/router/before';
|
|
|
Vue.use(VueRouter);
|
|
|
const live = [
|
|
|
{
|
|
@@ -39,10 +39,10 @@ const live = [
|
|
|
component: () => import('../views/technical/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/technical/zhibolist',
|
|
|
- name: 'technical_lzhibolist',
|
|
|
+ path: '/hallList/index',
|
|
|
+ name: 'hallList_lzhibolist',
|
|
|
meta: { title: '直播大厅列表', subSite: true },
|
|
|
- component: () => import('../views/technical/zhibolist.vue'),
|
|
|
+ component: () => import('../views/hallList/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/technical/list',
|