Browse Source

fix(pptEasy/addCourse3): add noLogin=2 parameter to courseUrl

为课程跳转链接新增noLogin=2参数,用于指定登录状态相关逻辑
lsc 19 giờ trước cách đây
mục cha
commit
c2439f9096
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/pptEasy/addCourse3.vue

+ 1 - 1
src/components/pages/pptEasy/addCourse3.vue

@@ -3781,7 +3781,7 @@ export default {
       else if (this.lang.lang === 'com') {
         url = 'https://pbl.cocorobo.com'
       }
-      this.courseUrl = url + "/pbl-student-table/dist/#/courseDetail?userid=" + this.userid + "&oid=" + this.oid + "&org=" + this.org + "&courseId=" + this.courseId + "&tType=1&cid=&screenType=2"
+      this.courseUrl = url + "/pbl-student-table/dist/#/courseDetail?userid=" + this.userid + "&oid=" + this.oid + "&org=" + this.org + "&courseId=" + this.courseId + "&tType=1&cid=&screenType=2&noLogin=2"
     },
   },
   beforeDestroy() {