src/pages/character/detail.vue
@@ -541,7 +541,7 @@ }, methods: { copyText() { const textToCopy = this.biogData[0].content + " 来源:中医医学人物知识库"; const textToCopy = this.biogData[0].content + "\n来源:中医医学人物知识库"; const textarea = document.createElement("textarea"); textarea.value = textToCopy; document.body.appendChild(textarea);