소스 검색

Merge branch 'test' of https://git.yishihui.com/DeNet/de-net-official into test

zhangwei 3 년 전
부모
커밋
ee6bd8c3c3
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      pages/index.vue

+ 1 - 9
pages/index.vue

@@ -259,15 +259,7 @@ export default {
 				{
 					name: 'twitter:image',
 					content: this.detail.postBizData.imagePath || ''
-				},
-				{
-					name: 'twitter:image:width',
-					content: '1280'
-				},
-				{
-					name: 'twitter:image:height',
-					content: '720'
-				},
+				}
 			]
 		}
 	},