|
@@ -218,9 +218,9 @@ export default {
|
|
|
.then((res) => {
|
|
|
console.log(res.data);
|
|
|
this.updateVc();
|
|
|
- if (this.tType == 1) {
|
|
|
+ if (this.tType == 1 || this.tType == 2) {
|
|
|
this.goTo(
|
|
|
- "/study?type=" +
|
|
|
+ "/studyStudent?type=" +
|
|
|
i +
|
|
|
"&courseId=" +
|
|
|
this.id +
|
|
@@ -237,7 +237,7 @@ export default {
|
|
|
);
|
|
|
} else {
|
|
|
this.goTo(
|
|
|
- "/studyStudent?type=" +
|
|
|
+ "/study?type=" +
|
|
|
i +
|
|
|
"&courseId=" +
|
|
|
this.id +
|