lsc 1 year ago
parent
commit
d04b2b40cf

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.b96ee4af091f8b7d57f7236de330e993.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.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.19d1357e2a8bcc9a09c2.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.695ef6da9bc3990ec1a5eaa957814dd1.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.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.2b4e4a97e9d414c74e15.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.695ef6da9bc3990ec1a5eaa957814dd1.css


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


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


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


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


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


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


+ 12 - 12
src/components/pages/addCourse.vue

@@ -4664,17 +4664,17 @@ export default {
           this.role
         );
       } else {
-        if (this.cidType == 0) {
-          this.steps--;
-          if (this.steps == 1) {
-            setTimeout(() => {
-              this.checkEva(this.checkId);
-              setTimeout(() => {
-                this.checkEva(this.checkId);
-              }, 100);
-            }, 100);
-          }
-        } else {
+        // if (this.cidType == 0) {
+        //   this.steps--;
+        //   if (this.steps == 1) {
+        //     setTimeout(() => {
+        //       this.checkEva(this.checkId);
+        //       setTimeout(() => {
+        //         this.checkEva(this.checkId);
+        //       }, 100);
+        //     }, 100);
+        //   }
+        // } else {
           if (this.steps == 3) {
             this.steps = 1;
             setTimeout(() => {
@@ -4684,7 +4684,7 @@ export default {
               }, 100);
             }, 100);
           }
-        }
+        // }
       }
     },
     navSteps(s) {

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