Przeglądaj źródła

双击标题只复制中文

Karsa 2 lat temu
rodzic
commit
ffff54c118
1 zmienionych plików z 1 dodań i 1 usunięć
  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');