From c5f86d52fa6f711ffe413f74838cebd0e8bcdf6e Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期一, 28 十一月 2022 22:32:27 +0800
Subject: [PATCH] 人口变量限制从32位改为200位

---
 src/views/exam/paper/guide.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/exam/paper/guide.vue b/src/views/exam/paper/guide.vue
index 70cfdaa..3a76279 100644
--- a/src/views/exam/paper/guide.vue
+++ b/src/views/exam/paper/guide.vue
@@ -43,7 +43,7 @@
     },
     openExplain: function () {
       let _this = this
-      window.open(_this.formDo.jobDescriptionFile);
+      window.open(_this.formDo.jobDescriptionFile)
     }
   },
   computed: {

--
Gitblit v1.9.1