|
|
@ -53,7 +53,7 @@ |
|
|
|
|
|
|
|
|
import headInfo from "@/components/Head.vue"; |
|
|
import headInfo from "@/components/Head.vue"; |
|
|
import Foot from "@/components/Foot.vue"; |
|
|
import Foot from "@/components/Foot.vue"; |
|
|
import {getTwInfo} from "@/api/kcInfo"; |
|
|
import {getInfo} from "@/api/kcInfo"; |
|
|
export default { |
|
|
export default { |
|
|
// eslint-disable-next-line vue/multi-word-component-names |
|
|
// eslint-disable-next-line vue/multi-word-component-names |
|
|
name: 'TWInfoXq', |
|
|
name: 'TWInfoXq', |
|
|
@ -88,7 +88,7 @@ export default { |
|
|
var data = { |
|
|
var data = { |
|
|
id:this.docId |
|
|
id:this.docId |
|
|
} |
|
|
} |
|
|
getTwInfo(data).then((res)=>{ |
|
|
getInfo(data).then((res)=>{ |
|
|
this.contentInfo.title = res.data.data.name |
|
|
this.contentInfo.title = res.data.data.name |
|
|
this.contentInfo.content = res.data.data.contentInfo |
|
|
this.contentInfo.content = res.data.data.contentInfo |
|
|
|
|
|
|
|
|
|