From 4f5bd43f98818cbb2adb15dfeeed03ebd7f577ee Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Mon, 9 Aug 2021 16:32:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B2=B3=E6=B5=B7=E5=92=8C=E6=AD=A3=E5=BC=8F?=
=?UTF-8?q?=E6=9C=8D=E5=BC=80=E6=94=BE=E7=B3=BB=E7=BB=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/page/Backstage.vue | 21 +++++++++++++++------
src/components/page/Login.vue | 8 ++++++--
src/components/page/TeachingVideo.vue | 14 ++++++++++++++
src/config/index.js | 15 +++++++++------
4 files changed, 44 insertions(+), 14 deletions(-)
diff --git a/src/components/page/Backstage.vue b/src/components/page/Backstage.vue
index f3fe9ee..cc39a9a 100644
--- a/src/components/page/Backstage.vue
+++ b/src/components/page/Backstage.vue
@@ -32,17 +32,20 @@ export default {
roleId: this.$store.state.accountRole,
systemList: this.$config.isHh ? [{
imgSrc: require('../../assets/img/station1.png'),
- name: '智信云Python程序设计
教学系统'
+ name: 'Python程序设计
教学系统'
},{
imgSrc: require('../../assets/img/station2.png'),
- name: '智信云经济金融建模
实验教学系统'
+ name: '经济金融建模
实验教学系统'
},
{
imgSrc: require('../../assets/img/station8.png'),
- name: '智信云金融随机过程
实验教学系统'
+ name: '金融随机过程
实验教学系统'
},{
imgSrc: require('../../assets/img/station9.png'),
- name: '智信云量化投资策略建模
实验教学系统'
+ name: '量化投资策略建模
实验教学系统'
+ },{
+ imgSrc: require('../../assets/img/station10.png'),
+ name: '大数据分析
实验教学系统'
}] : (this.$config.isBeta ? [{
imgSrc: require('../../assets/img/station1.png'),
name: 'Python程序设计
教学系统'
@@ -103,6 +106,12 @@ export default {
},{
imgSrc: require('../../assets/img/station10.png'),
name: '大数据分析
实验教学系统'
+ },{
+ imgSrc: require('../../assets/img/station11.png'),
+ name: 'Python数据清洗
教学实验系统'
+ },{
+ imgSrc: require('../../assets/img/station12.png'),
+ name: 'Python数据采集(爬虫)
教学实验系统'
}])
};
},
@@ -228,12 +237,12 @@ export default {
}
&.isHh{
.item{
- width: 21%;
+ width: 16%;
}
}
&.isOccu{
.item{
- width: 30%;
+ width: 21%;
}
}
}
diff --git a/src/components/page/Login.vue b/src/components/page/Login.vue
index 9799bfa..e60facb 100644
--- a/src/components/page/Login.vue
+++ b/src/components/page/Login.vue
@@ -79,6 +79,8 @@
+
+
@@ -142,6 +144,7 @@