|
@@ -17,14 +17,12 @@
|
|
<mainLeft></mainLeft>
|
|
<mainLeft></mainLeft>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="17" class="mainRight">
|
|
<el-col :span="17" class="mainRight">
|
|
- <mainRight></mainRight>
|
|
|
|
|
|
+ <mainRight :mainRightList="mainRightList"></mainRight>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="down">
|
|
<el-col :span="24" class="down">
|
|
- <div class="w_1200">
|
|
|
|
<footinfo :content="content"></footinfo>
|
|
<footinfo :content="content"></footinfo>
|
|
- </div>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -40,6 +38,7 @@ export default {
|
|
name: 'list',
|
|
name: 'list',
|
|
props: {
|
|
props: {
|
|
logolist: null,
|
|
logolist: null,
|
|
|
|
+ mainRightList:null,
|
|
content: null,
|
|
content: null,
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|