|
@@ -8,9 +8,9 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<mainData :lesson="lesson" :today="today" @getLesson="getLesson" :arrange="arrange"></mainData>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="foot">
|
|
|
+ <!-- <el-col :span="24" class="foot">
|
|
|
<footInfo></footInfo>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<script>
|
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
|
-import footInfo from '@/layout/common/footInfo.vue';
|
|
|
+// import footInfo from '@/layout/common/footInfo.vue';
|
|
|
import mainData from '@/layout/index/mainData.vue';
|
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
|
const { mapActions: lesson } = createNamespacedHelpers('lesson');
|
|
@@ -27,7 +27,7 @@ export default {
|
|
|
props: {},
|
|
|
components: {
|
|
|
NavBar,
|
|
|
- footInfo,
|
|
|
+ // footInfo,
|
|
|
mainData,
|
|
|
},
|
|
|
data: function() {
|