Browse Source

fix async 语法错误

Michael Wang 6 years ago
parent
commit
b8206076f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/OnlineExam/Examing/ExamingHome.vue

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

@@ -181,7 +181,7 @@ export default {
       5 * 1000 // 10秒检查是否有更改需要提交答案
     );
   },
-  mounted() {
+  async mounted() {
     // iview bug: https://github.com/iview/iview/issues/4061
     // document.body.style = "";