lsc 2 jaren geleden
bovenliggende
commit
acda1ee54c

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.bd63fe68974cce8ddb02f83b938a5f09.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.d2a60cf4f8d4649786e6.js></script><script type=text/javascript src=./static/js/app.bd0d1c00baf1547dbef5.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.81cb66612318da5eec37cd234c315098.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.d2a60cf4f8d4649786e6.js></script><script type=text/javascript src=./static/js/app.acd17fb0dadb86432db9.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.81cb66612318da5eec37cd234c315098.css


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


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


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


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


+ 7 - 7
src/components/pages/studio/addCourse.vue

@@ -6243,7 +6243,7 @@ export default {
       } else {
         window.parent.postMessage(
           {
-            tools: tool + "s",
+            tools: tool + "studio",
             cid: this.cid,
             stage: this.unitIndex,
             task: taskCount,
@@ -8652,7 +8652,7 @@ export default {
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "addCourseWorksS", params)
+        .post(this.$store.state.api + "addStudioCourseWorksS", params)
         .then((res) => {
           this.$message({
             message: "提交成功",
@@ -8691,7 +8691,7 @@ export default {
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "addCourseWorksS", params)
+        .post(this.$store.state.api + "addStudioCourseWorksS", params)
         .then((res) => {
           this.$message({
             message: "提交成功",
@@ -8724,7 +8724,7 @@ export default {
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "addCourseWorksS", params)
+        .post(this.$store.state.api + "addStudioCourseWorksS", params)
         .then((res) => {
           this.$message({
             message: "提交成功",
@@ -8840,7 +8840,7 @@ export default {
             },
           ];
           this.ajax
-            .post(this.$store.state.api + "deleteCourseWorkS", params)
+            .post(this.$store.state.api + "deleteStudentCourseWorkS", params)
             .then((res) => {
               this.$message({
                 message: "删除成功",
@@ -8936,7 +8936,7 @@ export default {
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "addCourseWorksS", params)
+        .post(this.$store.state.api + "addStudioCourseWorksS", params)
         .then((res) => {
           this.$message({
             message: "提交成功",
@@ -8965,7 +8965,7 @@ export default {
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "addCourseWorksS", params)
+        .post(this.$store.state.api + "addStudioCourseWorksS", params)
         .then((res) => {
           this.$message({
             message: "提交成功",

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