Explorar el Código

双击标题只复制中文

Karsa hace 2 años
padre
commit
ffff54c118
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');