diff --git a/src/assets/images/system/15/bg1.png b/src/assets/images/system/15/bg1.png new file mode 100644 index 0000000..7b73bc2 Binary files /dev/null and b/src/assets/images/system/15/bg1.png differ diff --git a/src/assets/images/system/15/bg2.png b/src/assets/images/system/15/bg2.png new file mode 100644 index 0000000..28a3e52 Binary files /dev/null and b/src/assets/images/system/15/bg2.png differ diff --git a/src/assets/images/system/15/btn1.png b/src/assets/images/system/15/btn1.png new file mode 100644 index 0000000..52c2424 Binary files /dev/null and b/src/assets/images/system/15/btn1.png differ diff --git a/src/assets/images/system/15/btn2.png b/src/assets/images/system/15/btn2.png new file mode 100644 index 0000000..349faaf Binary files /dev/null and b/src/assets/images/system/15/btn2.png differ diff --git a/src/assets/images/system/15/btn3.png b/src/assets/images/system/15/btn3.png new file mode 100644 index 0000000..b84762c Binary files /dev/null and b/src/assets/images/system/15/btn3.png differ diff --git a/src/assets/images/system/15/header1.png b/src/assets/images/system/15/header1.png new file mode 100644 index 0000000..d080cee Binary files /dev/null and b/src/assets/images/system/15/header1.png differ diff --git a/src/assets/images/system/15/header2.png b/src/assets/images/system/15/header2.png new file mode 100644 index 0000000..0c07117 Binary files /dev/null and b/src/assets/images/system/15/header2.png differ diff --git a/src/assets/images/system/15/left.png b/src/assets/images/system/15/left.png new file mode 100644 index 0000000..587f1f1 Binary files /dev/null and b/src/assets/images/system/15/left.png differ diff --git a/src/assets/images/system/15/right.png b/src/assets/images/system/15/right.png new file mode 100644 index 0000000..e3c65c2 Binary files /dev/null and b/src/assets/images/system/15/right.png differ diff --git a/src/assets/images/system/15/yes.png b/src/assets/images/system/15/yes.png new file mode 100644 index 0000000..033e2e5 Binary files /dev/null and b/src/assets/images/system/15/yes.png differ diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 5392eae..f608a69 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -232,7 +232,7 @@ export default { if (!points.length) { this.$message.error('该项目没有判分点,请换个项目重试') this.projectId = this.projectList[0].projectId - this.getProDetail() + // this.getProDetail() } points.map((e, i) => { e.code = '' // 后端返回的字段没有code,要手动加上以存储运行的代码 diff --git a/src/config/index.js b/src/config/index.js index e3c9e30..8e1ad85 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -4,13 +4,15 @@ const url = location.host const isDev = process.env.NODE_ENV === 'development' //是否本地 const isHh = url.includes('10.196.131.73') //是否是河海版本 const isPro = url.includes('occupationlab.com') //是否职站生产 +const isZxy = url.includes('izhixinyun.com') //是否智信云 let host = location.origin + '/' let bankPath = `${location.origin}/banksystem` // 银行系统 // 121.37.12.51 | 192.168.31.151 if (isDev) { - host = 'http://192.168.31.151:9000/' - host = 'http://121.37.12.51:9000/' + host = 'http://192.168.31.51:9000/' + // host = 'http://121.37.12.51:9000/' + // host = 'http://192.168.31.116:9000/' bankPath = `http://${location.hostname}:8093` } else if (isPro) { host = 'https://occupationlab.com/' @@ -34,6 +36,10 @@ export default { * @description 是否是职站生产 */ isPro, + /** + * @description 是否智信云 + */ + isZxy, /** * @description 系统主题色 * 如果有多个systemId,则显示系统7的主题色 diff --git a/src/main.js b/src/main.js index fc26827..333d084 100644 --- a/src/main.js +++ b/src/main.js @@ -29,6 +29,8 @@ if (systemId.includes(',')) { import('@/styles/theme/theme13.scss') } else if (systemId == 14) { import('@/styles/theme/theme14.scss') + } else if (systemId == 15) { + import('@/styles/theme/theme13.scss') } } import api from './api'; diff --git a/src/views/Data.vue b/src/views/Data.vue index 7c47709..b67bcdc 100644 --- a/src/views/Data.vue +++ b/src/views/Data.vue @@ -73,7 +73,7 @@ - +