guhongwei hace 5 años
padre
commit
1b915e5140

+ 1 - 6
public/static/liveIndex.html

@@ -32,13 +32,8 @@
             <p>指导单位:吉林省计算中心</p>
             <p>主办方:吉林省计算中心</p>
             <p>支持单位:长春市福瑞科技有限公司</p>
-            <a class="childpage" href="http://localhost:8001/direct" target="_blink">进入活动现场<i class="iconfont icon-bofang"></i></a>
+            <a class="childpage" href="/direct" target="_blank">进入活动现场<i class="iconfont icon-bofang"></i></a>
             <br>
-            
-            <div data-v-de97bcec="" class="btn el-col el-col-24">
-          <a href="http://localhost:8001/live/liveApply">申请测试对接会</a>
-            </div>
-            <!-- ../live/hall -->
           </div>
         </div>
       </div>

+ 2 - 2
src/layout/live/head.vue

@@ -36,8 +36,8 @@
               <!-- <li :class="isTab('index') ? 'active' : ''">
                 <a @click="turnTo('home')" target="">首页</a>
               </li> -->
-              <li class="">
-                <a @click="zhibo()" target="_blank">直播大厅</a>
+              <li :class="isTab('hallList') ? 'active' : ''">
+                <a @click="turnTo('hallList')" target="">直播大厅</a>
               </li>
               <li :class="isTab('market') ? 'active' : ''">
                 <a @click="turnTo('market')" target="">科技超市</a>

+ 4 - 4
src/router/index.js

@@ -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',

+ 2 - 2
src/views/technical/zhibolist.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="list">
+  <div id="index">
     <el-col :span="24" class="main">
       <el-col :span="24" class="info">
         <el-col>
@@ -38,7 +38,7 @@ import _ from 'lodash';
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: dock } = createNamespacedHelpers('dock');
 export default {
-  name: 'list',
+  name: 'index',
   props: {},
   components: {},
   data: () => ({