소스 검색

del title

master
chutingting 4 년 전
부모
커밋
96c92cd259
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/page/cultivate/particulars.vue

+ 2
- 2
src/page/cultivate/particulars.vue 파일 보기

@@ -60,12 +60,12 @@ export default {
await this.getDetail()
if (this.data) {
let head = document.getElementsByTagName('head');
/* let head = document.getElementsByTagName('head');
let meta = document.createElement('meta');
document.querySelector('meta[name="keywords"]').setAttribute('content', this.data.seoKeywords)
document.querySelector('meta[name="description"]').setAttribute('content', this.data.seoDescription)
head[0].appendChild(meta)
document.title = this.data.seoTitle
document.title = this.data.seoTitle */
}
},


불러오는 중...
취소
저장