11wqe1 2 місяців тому
батько
коміт
c0123f43d9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/index.vue

+ 1 - 1
src/components/index.vue

@@ -303,9 +303,9 @@ export default {
       this.$forceUpdate();
     },
     goTo(path,id) {
+      this.$router.push(path);
       this.addOp3('1', "", { courseid: id,type: "course_open" }, "success")
 
-      this.$router.push(path);
     },
     //获取专区下的课程
     getZoneClass(zid) {