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 @@