Browse Source

Merge branch 'beta'

SanHQin 4 days ago
parent
commit
a038409c0d

+ 1 - 1
dist/index.html

@@ -37,7 +37,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.d836e75ed74e4ee525bb5e4bdaf3666b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.7b679d02326cf808fca2.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.cef1c8c2f4fcd38349761b007108402d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.2f907bbaefdfeb66ee4f.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.cef1c8c2f4fcd38349761b007108402d.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.cef1c8c2f4fcd38349761b007108402d.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2f907bbaefdfeb66ee4f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2f907bbaefdfeb66ee4f.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.23ea04dc469b57e2b4f8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage-manifest.2ece51fa34be51c8610a.js.map


+ 4 - 0
src/components/pages/aiAddCourse/addCourse.vue

@@ -9139,6 +9139,10 @@ export default {
       this.noneBtnImg = _tmp.length >= 1;
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     guid() {

+ 4 - 0
src/components/pages/aiEasy/addCourse.vue

@@ -8471,6 +8471,10 @@ export default {
       this.noneBtnImg = _tmp.length >= 1;
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     guid() {

+ 4 - 0
src/components/pages/aiEasy2/addCourse.vue

@@ -5434,6 +5434,10 @@ export default {
       this.noneBtnImg = _tmp.length >= 1;
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     guid() {

+ 4 - 0
src/components/pages/easy/addCourse.vue

@@ -9231,6 +9231,10 @@ export default {
       this.noneBtnImg = _tmp.length >= 1;
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     guid() {

+ 4 - 0
src/components/pages/newCourse/addCourse.vue

@@ -8402,6 +8402,10 @@ export default {
       this.noneBtnImg = _tmp.length >= 1;
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     guid() {

+ 4 - 0
src/components/pages/pptEasy/addCourse3.vue

@@ -1644,6 +1644,10 @@ export default {
       this.loadPPTToolList();
     },
     goTo(path) {
+      if(this.$route.query.isCocoLearn == 2){
+        parent.setCourseUrl();
+        return
+      }
       this.$router.push(path);
     },
     save(type = 1) {

Some files were not shown because too many files changed in this diff