|
@@ -8,9 +8,9 @@
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
<liveList></liveList>
|
|
<liveList></liveList>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="foot">
|
|
|
|
|
|
+ <!-- <el-col :span="24" class="foot">
|
|
<footInfo></footInfo>
|
|
<footInfo></footInfo>
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -19,14 +19,14 @@
|
|
<script>
|
|
<script>
|
|
import { mapState, mapMutations, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, mapMutations, createNamespacedHelpers } from 'vuex';
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
-import footInfo from '@/layout/common/footInfo.vue';
|
|
|
|
|
|
+// import footInfo from '@/layout/common/footInfo.vue';
|
|
import liveList from './parts/liveList.vue';
|
|
import liveList from './parts/liveList.vue';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {},
|
|
props: {},
|
|
components: {
|
|
components: {
|
|
NavBar,
|
|
NavBar,
|
|
- footInfo,
|
|
|
|
|
|
+ // footInfo,
|
|
liveList, //直播列表
|
|
liveList, //直播列表
|
|
},
|
|
},
|
|
data: function() {
|
|
data: function() {
|