实验面板分数等

ui
yujialong 3 years ago
parent b810de42ba
commit 9427e018ed
  1. 1
      src/components/TestPanel.vue
  2. 2
      src/utils/api.js

@ -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) {

@ -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 {

Loading…
Cancel
Save