11wqe1 hace 2 meses
padre
commit
c0123f43d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {