|
@@ -62,15 +62,15 @@
|
|
methods: {
|
|
methods: {
|
|
// 考试链接
|
|
// 考试链接
|
|
goExamPage(){
|
|
goExamPage(){
|
|
- this.$router.push({ name: 'examsystem' });
|
|
|
|
|
|
+ this.$router.push({path: '/product/exam'});
|
|
},
|
|
},
|
|
// 培训链接
|
|
// 培训链接
|
|
goPeixunPage(){
|
|
goPeixunPage(){
|
|
- this.$router.push({ name: 'trainsystem' });
|
|
|
|
|
|
+ this.$router.push({path: '/product/peixun'});
|
|
},
|
|
},
|
|
// 课程开发链接
|
|
// 课程开发链接
|
|
goKechengPage(){
|
|
goKechengPage(){
|
|
- this.$router.push({ name: 'courseware' });
|
|
|
|
|
|
+ this.$router.push({path: '/product/courseResource'});
|
|
},
|
|
},
|
|
// 关于帮助中心
|
|
// 关于帮助中心
|
|
goaboutUs(){
|
|
goaboutUs(){
|