Commit e22bf78ae535521c7f88936a6408ddb92a182a12
1 parent
afdbe499
跳转新闻详情
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/labourUnion2/labourUnion2.vue
| ... | ... | @@ -142,7 +142,7 @@ |
| 142 | 142 | firstNewsTitle: '', // 第一条新闻标题 |
| 143 | 143 | jumpNewsListParams: { // 跳转新闻列表参数 |
| 144 | 144 | type: '34', |
| 145 | - to: this.mode === 'prod' ? 'http://wjjh5.cnlive.com/cnculColumn.html?moreUrl=http%3A%2F%2Fcms.cnlive.com%2Fapi%2FcontentApi%2FgetBlockContents%3FblockId%3D10161&type=web' : 'http://wjjh5test.cnlive.com/cnculColumn.html?moreUrl=http%3A%2F%2Fcmstest.cnlive.com%3A8768%2FcontentApi%2FgetBlockContents%3FblockId%3D10404&type=web', | |
| 145 | + to: this.mode === 'prod' ? 'http://wjjh5.cnlive.com/cnculColumn.html?moreUrl=http%3A%2F%2Fcms.cnlive.com%2Fapi%2FcontentApi%2FgetBlockContents%3FblockId%3D10161&type=web&isShowTitle=true' : 'http://wjjh5test.cnlive.com/cnculColumn.html?moreUrl=http%3A%2F%2Fcmstest.cnlive.com%3A8768%2FcontentApi%2FgetBlockContents%3FblockId%3D10404&type=web&isShowTitle=true', | |
| 146 | 146 | shop_type: '' |
| 147 | 147 | }, |
| 148 | 148 | linksArr: [], // 连接列表项目数组 | ... | ... |