@@ -114,7 +114,7 @@
},
// 课程开发链接
goKechengPage() {
- this.$router.push({name: 'courseware'});
+ this.$router.push({ path: '/courseware/synopsis' });
// 关于帮助中心
goaboutUs() {
@@ -79,7 +79,7 @@
goKechengPage(){
- this.$router.push({ name: 'courseware' });
goaboutUs(){
@@ -62,7 +62,7 @@
this.$router.push({ name: 'index' });
break;
case 'course':
case 'resources':
this.$router.push({ name: 'resources' });
@@ -872,7 +872,7 @@
this.$router.push({ name: 'trainsystem' });
checkInfo(data) {
const opt = {
@@ -75,7 +75,7 @@