|
@@ -243,7 +243,7 @@ export default {
|
|
|
title: conData.object.title,
|
|
|
summary: conData.object.summary,
|
|
|
upTime: conData.object.uptimeStr,
|
|
|
- list: conData.list,
|
|
|
+ list: conData.list||[],
|
|
|
vurl:
|
|
|
'http://video-asean2.oss-cn-hongkong.aliyuncs.com/' +
|
|
|
conData.object.vurl,
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
meta: [{
|
|
|
hid: 'keywords',
|
|
|
name: 'keywords',
|
|
|
- content: `东盟头条,aseantop,${this.keywords.replace(' ',',')}`
|
|
|
+ content: `东盟头条,aseantop,${this.keywords?this.keywords.replace(' ',','):''}`
|
|
|
},{
|
|
|
hid: 'description',
|
|
|
name: 'description',
|