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) {