소스 검색

feat: 修复 二维码复制拼写错误

chenhao 2 년 전
부모
커밋
ac4c72e75e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/OnlineExam/Examing/TextQuestionView.vue

+ 1 - 1
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -412,7 +412,7 @@ export default {
         if (process.env.NODE_ENV === "development") {
           origin = process.env.VUE_APP_API_SERVER;
         }
-        this.qrValuee =
+        this.qrValue =
           response.data + encodeURIComponent("&apiServer=" + origin);
       }
     },