浏览代码

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);
       }
     },