lsc 1 jaar geleden
bovenliggende
commit
4760d59d19

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.aeb09178dfbffda55d448a428a4fade3.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.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.9897edcd03767d5061b6.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.4f48b66bb27378e1836762c30f109eae.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.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.de11b8f78fdfb9155c28.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.4f48b66bb27378e1836762c30f109eae.css


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


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


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


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


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


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


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

@@ -8716,12 +8716,12 @@ export default {
         .post(this.$store.state.api + "addWorkNew2T", params)
         .then((res) => {
           console.log(this.steps);
-          if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
+          // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
             this.$message({
               message: "新增成功",
               type: "success",
             });
-          }
+          // }
           this.number = res.data.ordernumber;
           this.courseId = res.data.courseId;
           this.cid = res.data.courseId;
@@ -8862,7 +8862,7 @@ export default {
       this.ajax
         .post(this.$store.state.api + "updateWorkNew2", params)
         .then((res) => {
-          if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
+          // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
             if (this.cidType == 1) {
               this.$message({
                 message: "修改成功",
@@ -8874,7 +8874,7 @@ export default {
                 type: "success",
               });
             }
-          }
+          // }
           this.number = this.nbOrder;
           this.courseId = this.cid;
           this.steps = 4;

+ 4 - 4
src/components/pages/task/addCourse.vue

@@ -8712,12 +8712,12 @@ export default {
         .post(this.$store.state.api + "addWorkNew2E", params)
         .then((res) => {
           console.log(this.steps);
-          if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
+          // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
             this.$message({
               message: "新增成功",
               type: "success",
             });
-          }
+          // }
           this.number = res.data.ordernumber;
           this.courseId = res.data.courseId;
           this.cid = res.data.courseId;
@@ -8858,7 +8858,7 @@ export default {
       this.ajax
         .post(this.$store.state.api + "updateWorkNew2", params)
         .then((res) => {
-          if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
+          // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
             if (this.cidType == 1) {
               this.$message({
                 message: "修改成功",
@@ -8870,7 +8870,7 @@ export default {
                 type: "success",
               });
             }
-          }
+          // }
           this.number = this.nbOrder;
           this.courseId = this.cid;
           this.steps = 4;

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