|
@@ -92,8 +92,9 @@ export default {
|
|
|
valign:'top'
|
|
|
})
|
|
|
}
|
|
|
+ //不需要显示了
|
|
|
//若contentList为空,则在右下的位置显示标题
|
|
|
- if(!contentList.length){
|
|
|
+ /* if(!contentList.length){
|
|
|
cover.addText(
|
|
|
[{text:title,options:{fontSize:28*0.75,breakLine:true}}],
|
|
|
{
|
|
@@ -105,7 +106,7 @@ export default {
|
|
|
align:'center',
|
|
|
fontFace:'SimHei'
|
|
|
})
|
|
|
- }
|
|
|
+ } */
|
|
|
return cover
|
|
|
},
|
|
|
//获取基本配置-ppt配置
|