|
@@ -30,7 +30,6 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
morePaths: {
|
|
|
- '中考资讯': {name: 'NewsMiddleExam'},
|
|
|
'家长学校': {name: 'NewsParentSchool'},
|
|
|
'中考学生辅导': {name: 'NewsMiddleAssistant'},
|
|
|
'心灵课堂': {name: 'NewsHeartClass'}
|
|
@@ -50,7 +49,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getTypes() {
|
|
|
- this.newsTypes = ['中考资讯', '家长学校', '中考学生辅导', '心灵课堂']
|
|
|
+ this.newsTypes = ['中考学生辅导', '家长学校', '心灵课堂']
|
|
|
this.activeName = this.newsTypes.first()
|
|
|
this.getList(this.activeName)
|
|
|
},
|