增加两个系统

openf12
yujialong 2 years ago
parent 8c33484fbf
commit 1539033e92
  1. BIN
      src/assets/images/system/13/bg1.png
  2. BIN
      src/assets/images/system/13/bg2.png
  3. BIN
      src/assets/images/system/13/btn1.png
  4. BIN
      src/assets/images/system/13/btn2.png
  5. BIN
      src/assets/images/system/13/btn3.png
  6. BIN
      src/assets/images/system/13/header1.png
  7. BIN
      src/assets/images/system/13/header2.png
  8. BIN
      src/assets/images/system/13/left.png
  9. BIN
      src/assets/images/system/13/right.png
  10. BIN
      src/assets/images/system/13/yes.png
  11. BIN
      src/assets/images/system/14/bg1.png
  12. BIN
      src/assets/images/system/14/bg2.png
  13. BIN
      src/assets/images/system/14/btn1.png
  14. BIN
      src/assets/images/system/14/btn2.png
  15. BIN
      src/assets/images/system/14/header1.png
  16. BIN
      src/assets/images/system/14/header2.png
  17. BIN
      src/assets/images/system/14/header3.png
  18. BIN
      src/assets/images/system/14/header4.png
  19. BIN
      src/assets/images/system/14/left.png
  20. BIN
      src/assets/images/system/14/right.png
  21. BIN
      src/assets/images/system/14/yes.png
  22. 2
      src/components/TestPanel.vue
  23. 42
      src/config/index.js
  24. 4
      src/main.js
  25. 50
      src/styles/theme/theme13.scss
  26. 55
      src/styles/theme/theme14.scss

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -763,7 +763,7 @@ export default {
background-size: 100% 58px; background-size: 100% 58px;
} }
&.system5, &.system7, &.system9 { &.system5, &.system7, &.system9 {
background-size: 100% 57px; background-size: 100% 40px;
} }
&.system8, &.system6 { &.system8, &.system6 {
background-size: 100% 61px; background-size: 100% 61px;

@ -17,44 +17,6 @@ if (isDev) {
bankPath = `https://www.huorantech.cn/banksystem` bankPath = `https://www.huorantech.cn/banksystem`
} }
const systemId = Cookie.get('admin-systemId') const systemId = Cookie.get('admin-systemId')
/**
* python8个系统的id和名称
* id即systemId从cookie里取
*/
const pythonList = [
{
id: 1,
name: 'Python程序设计教学系统'
},
{
id: 4,
name: '经济金融建模实验教学系统'
},
{
id: 5,
name: 'Python数据可视化实验教学系统'
},
{
id: 6,
name: '金融随机过程实验教学系统'
},
{
id: 7,
name: '量化投资策略建模实验教学系统'
},
{
id: 8,
name: '大数据分析实验教学系统'
},
{
id: 9,
name: 'Python数据清洗教学实验系统'
},
{
id: 10,
name: 'Python数据采集(爬虫)教学实验系统'
}
]
export default { export default {
/** /**
* @description 域名 * @description 域名
@ -77,10 +39,6 @@ export default {
* 如果有多个systemId则显示系统7的主题色 * 如果有多个systemId则显示系统7的主题色
*/ */
defaultSystem: systemId.includes(',') ? 7 : systemId, defaultSystem: systemId.includes(',') ? 7 : systemId,
/**
* python子系统
**/
pythonList,
/** /**
* 银行系统 * 银行系统
**/ **/

@ -25,6 +25,10 @@ if (systemId.includes(',')) {
import('@/styles/theme/theme9.scss') import('@/styles/theme/theme9.scss')
} else if (systemId == 10) { } else if (systemId == 10) {
import('@/styles/theme/theme10.scss') import('@/styles/theme/theme10.scss')
} else if (systemId == 13) {
import('@/styles/theme/theme13.scss')
} else if (systemId == 14) {
import('@/styles/theme/theme14.scss')
} }
} }
import api from './api'; import api from './api';

@ -0,0 +1,50 @@
/* 改变主题色变量 */
$--color-primary: #2F83FE;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
.color {
background-color: $--color-primary;
}
.el-main {
background: url(../../assets/images/system/13/bg1.png) (98% 23px)/auto no-repeat,
url(../../assets/images/system/13/bg2.png) bottom right no-repeat;
}
.t-color {
color: $--color-primary;
}
.p-title {
background: url(../../assets/images/system/13/header1.png) no-repeat,
url(../../assets/images/system/13/header2.png) (99% 6px)/auto no-repeat,
linear-gradient(157deg, #3457FD 0%, #29B1FE 100%);
border-radius: 4px 4px 0px 0px;
}
.el-tabs__item.is-active {
color: #fff !important;
background-color: $--color-primary;
}
.select .el-select__caret:before {
background-color: $--color-primary;
}
.el-icon-s-ticket:before {
color: $--color-primary;
}
.submit {
background: url(../../assets/images/system/13/btn1.png) no-repeat,
url(../../assets/images/system/13/btn2.png) top right/auto no-repeat,
url(../../assets/images/system/13/btn3.png) bottom right/auto no-repeat !important;
background-color: $--color-primary !important;
}
.el-table {
th {
color: #000;
background-color: #E0F2FF !important;
}
.el-table__row--striped td {
background-color: #E0F2FF !important;
}
}
.total-score {
color: #878787;
background-color: rgba(0,147,255,0.4);
}

@ -0,0 +1,55 @@
/* 改变主题色变量 */
$--color-primary: #0BA5F7;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
.color {
background-color: $--color-primary;
}
.el-main {
background: url(../../assets/images/system/14/bg1.png) (98% 23px)/auto no-repeat,
url(../../assets/images/system/14/bg2.png) bottom right no-repeat;
}
.t-color {
color: $--color-primary;
}
.p-title {
height: 60px !important;
background: url(../../assets/images/system/14/header1.png) (21px 21px)/auto no-repeat,
url(../../assets/images/system/14/header2.png) (-5px 37px)/auto no-repeat,
url(../../assets/images/system/14/header3.png) (99% -6px)/auto no-repeat,
url(../../assets/images/system/14/header4.png) (97% 42px)/auto no-repeat,
linear-gradient(157deg, #2AC1FB 0%, #036BE8 100%);
border-radius: 4px 4px 0px 0px;
i, p {
line-height: 60px !important;
}
}
.el-tabs__item.is-active {
color: #fff !important;
background-color: $--color-primary;
}
.select .el-select__caret:before {
background-color: $--color-primary;
}
.el-icon-s-ticket:before {
color: $--color-primary;
}
.submit {
background: url(../../assets/images/system/14/btn1.png) (-15px 10px)/auto no-repeat,
url(../../assets/images/system/14/btn2.png) (80px -10px)/auto no-repeat !important;
background-color: $--color-primary !important;
}
.el-table {
th {
color: #000;
background-color: #EDFCFB !important;
}
.el-table__row--striped td {
background-color: #EDFCFB !important;
}
}
.total-score {
color: #878787;
background-color: rgba(0,147,255,0.4);
}
Loading…
Cancel
Save