@@ -43,10 +43,10 @@ import footDown from '../../layout/index/foot.vue';
export default {
name: 'detial',
props: {
- topInfo: null,
- mainLeftList: null,
- contentList: null,
- downList: null,
+ topInfo: null,//头部
+ mainLeftList: null,//主体左侧导航
+ contentList: null,//主体右侧内容
+ downList: null,//底部
},
components: {
top,
name: 'list',
- mainRightList: null,
+ mainRightList: null,//主体右侧导航