Просмотр исходного кода

fix(pptEasy/addCourse3): 修改课程url中noLogin参数值为3

将课程跳转链接里的noLogin参数从2调整为3,修正登录校验参数
lsc 1 день назад
Родитель
Сommit
bca8c48f58
1 измененных файлов с 1 добавлено и 1 удалено
  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') {
       else if (this.lang.lang === 'com') {
         url = 'https://pbl.cocorobo.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&noLogin=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=3"
     },
     },
   },
   },
   beforeDestroy() {
   beforeDestroy() {