Pārlūkot izejas kodu

双击标题只复制中文

Karsa 2 gadi atpakaļ
vecāks
revīzija
ffff54c118
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/chartShow/index.vue

+ 1 - 1
src/views/chartShow/index.vue

@@ -897,7 +897,7 @@ export default defineComponent({
     const copyText = () => {
       const { chartInfo } = state;
       let input = document.createElement("input");
-      input.value = language.value == 'ch'?chartInfo.ChartName:chartInfo.ChartNameEn;
+      input.value = chartInfo.ChartName;
       document.body.appendChild(input)
       input.select();
       document.execCommand('copy');