Explorar o código

双击标题只复制中文

Karsa %!s(int64=2) %!d(string=hai) anos
pai
achega
ffff54c118
Modificáronse 1 ficheiros con 1 adicións e 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');