zengyicheng 2 years ago
parent
commit
68c158d8da

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.50f24944fdd3f388cd63f44834eb3c0e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.779ee1bbeec2c196af1e.js></script><script type=text/javascript src=./static/js/app.2b5a06c665b705fff065.js></script></body></html>
+    }</style><link href=./static/css/app.95a5efa60f4a05ea65d272ebc2b57791.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.779ee1bbeec2c196af1e.js></script><script type=text/javascript src=./static/js/app.dac9835f14b0d5bfdc05.js></script></body></html>

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


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


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


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


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

@@ -1511,12 +1511,13 @@ export default {
               0 ||
             this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
               0 ||
-            (this.courseName != "" &&
-              this.courseText != "" &&
-              this.cover.length != 0 &&
-              this.courseTypeId.length != 0 &&
-              this.checkboxList.length != 0 &&
-              (this.templateC.id == "" || this.templateC.id == undefined))
+            this.courseName == "" ||
+            this.courseText == "" ||
+            this.cover.length == 0 ||
+            this.courseTypeId.length == 0 ||
+            this.checkboxList.length == 0 ||
+            this.templateC.id == "" ||
+            this.templateC.id == undefined
           ) {
             this.$message.error("请将信息填写完整");
             return;
@@ -1550,12 +1551,13 @@ export default {
               0 ||
             this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
               0 ||
-            (this.courseName != "" &&
-              this.courseText != "" &&
-              this.cover.length != 0 &&
-              this.courseTypeId.length != 0 &&
-              this.checkboxList.length != 0 &&
-              (this.templateC.id == "" || this.templateC.id == undefined))
+            this.courseName == "" ||
+            this.courseText == "" ||
+            this.cover.length == 0 ||
+            this.courseTypeId.length == 0 ||
+            this.checkboxList.length == 0 ||
+            this.templateC.id == "" ||
+            this.templateC.id == undefined
           ) {
             this.$message.error("请将信息填写完整");
             return;

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