Bläddra i källkod

Merge branch 'beta' into HK

lsc 2 år sedan
förälder
incheckning
ad8ab25d3c

+ 4 - 0
dist/index.html

@@ -25,7 +25,11 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
+<<<<<<< HEAD
     }</style><link href=./static/css/app.9f1b5ed01e9ec8567256682ad6042972.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.f583576dfec9dfc9a295.js></script><script type=text/javascript src=./static/js/vendor.47326b7cf726c651fd28.js></script><script type=text/javascript src=./static/js/app.e31de5b672baf0c66e82.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() {
+>>>>>>> beta
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 0
dist/static/css/app.4f48b66bb27378e1836762c30f109eae.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/css/app.4f48b66bb27378e1836762c30f109eae.css.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 0
dist/static/css/app.9f1b5ed01e9ec8567256682ad6042972.css


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/app.de11b8f78fdfb9155c28.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 0
dist/static/js/app.de11b8f78fdfb9155c28.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/app.e31de5b672baf0c66e82.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/manifest.f583576dfec9dfc9a295.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

@@ -8709,12 +8709,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;
@@ -8855,7 +8855,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: "修改成功",
@@ -8867,7 +8867,7 @@ export default {
                 type: "success",
               });
             }
-          }
+          // }
           this.number = this.nbOrder;
           this.courseId = this.cid;
           this.steps = 4;

Vissa filer visades inte eftersom för många filer har ändrats