From 9427e018eddd7028160bbc2a5adaa420c16427d4 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 11 Aug 2021 11:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E9=9D=A2=E6=9D=BF=E5=88=86?= =?UTF-8?q?=E6=95=B0=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TestPanel.vue | 1 + src/utils/api.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index ab1eb5a..efb22ba 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -549,6 +549,7 @@ export default { this.getQueryProject(this.value1) this.isSubmit = false this.countVal = 0 + this.grade = 0 newmain.$emit("isSubmit", this.isSubmit) }, counterFn(counterTime) { diff --git a/src/utils/api.js b/src/utils/api.js index c4acf3c..58dd845 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -1,6 +1,4 @@ import config from '@/config' -// let host = 'http://192.168.31.125:8081/python'//林 -// let host = 'http://192.168.31.216:8081/python'//榕 let host = `${config.host}python` export default {