dev_202412
yujialong 3 months ago
parent 87c2af5363
commit 0196f27459
  1. 2
      src/pages/theoryExam/index.vue
  2. 2
      src/setting.js

@ -643,6 +643,7 @@ export default {
}]
ques.attachmentName = file.name
ques.attachmentUrl = url
ques.answered = 1
this.submit(0)
} catch (e) { }
},
@ -667,6 +668,7 @@ export default {
ques.fileList = []
ques.attachmentName = ''
ques.attachmentUrl = ''
ques.answered = 0
this.submit(0)
},

@ -30,7 +30,7 @@ if (isDev) {
host = "http://121.37.12.51/"; // 测试服
// host = 'https://www.occupationlab.com/' // 正式服
const ip = localStorage.getItem('localIp')
const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'https://izhixinyun.com/']
const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://118.31.167.228/']
host = ips[+ip]
// host = 'http://192.168.31.51:9000/'
} else if (isSq) {

Loading…
Cancel
Save