增加系统16

openf12
yujialong 2 years ago
parent 20193280f5
commit e2efe063fd
  1. BIN
      src/assets/images/system/16/bg1.png
  2. BIN
      src/assets/images/system/16/bg2.png
  3. BIN
      src/assets/images/system/16/btn1.png
  4. BIN
      src/assets/images/system/16/btn2.png
  5. BIN
      src/assets/images/system/16/btn3.png
  6. BIN
      src/assets/images/system/16/header1.png
  7. BIN
      src/assets/images/system/16/header2.png
  8. BIN
      src/assets/images/system/16/left.png
  9. BIN
      src/assets/images/system/16/right.png
  10. BIN
      src/assets/images/system/16/yes.png
  11. 2
      src/components/TestPanel.vue
  12. 2
      src/components/codemirror.vue
  13. 3
      src/config/index.js
  14. 2
      src/main.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -557,7 +557,7 @@ export default {
judgmentName: e.name, judgmentName: e.name,
answer: e.code, answer: e.code,
score: e.examScore, score: e.examScore,
quesScore: e.score quesScore: e.score,
}) })
// //
this.$get(this.api.queryBcJudgmentPointByBcId, { this.$get(this.api.queryBcJudgmentPointByBcId, {

@ -424,7 +424,7 @@ export default {
}).then(res => { }).then(res => {
const data = res.code const data = res.code
const photo = data.photoUrl const photo = data.photoUrl
const result = data.runResult const result = data.runResult || ''
this.$emit('cache') // this.$emit('cache') //
this.loadIns.close() this.loadIns.close()
this.picSrcList = [] this.picSrcList = []

@ -11,8 +11,9 @@ let bankPath = `${location.origin}/banksystem` // 银行系统
// 121.37.12.51 | 192.168.31.151 // 121.37.12.51 | 192.168.31.151
if (isDev) { if (isDev) {
host = 'http://192.168.31.51:9000/' host = 'http://192.168.31.51:9000/'
// host = 'http://121.37.12.51:9000/'
// host = 'http://192.168.31.116:9000/' // host = 'http://192.168.31.116:9000/'
host = 'http://121.37.12.51:9000/'
// host = 'https://occupationlab.com/'
bankPath = `http://${location.hostname}:8093` bankPath = `http://${location.hostname}:8093`
} else if (isPro) { } else if (isPro) {
host = 'https://occupationlab.com/' host = 'https://occupationlab.com/'

@ -31,6 +31,8 @@ if (systemId.includes(',')) {
import('@/styles/theme/theme14.scss') import('@/styles/theme/theme14.scss')
} else if (systemId == 15) { } else if (systemId == 15) {
import('@/styles/theme/theme13.scss') import('@/styles/theme/theme13.scss')
} else if (systemId == 16) {
import('@/styles/theme/theme13.scss')
} }
} }
import api from './api'; import api from './api';

Loading…
Cancel
Save