Просмотр исходного кода

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

chenhao 2 лет назад
Родитель
Сommit
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);
       }
     },