lsc 2 years ago
parent
commit
7fa708a280

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.6c9227bbe345ea5c2d2d500b63c4f273.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.b6346b38edd420493e0c.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.831b43f5d1467700ad42701ca8e2daee.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.4cc48ce0f985cf1f86c8.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.831b43f5d1467700ad42701ca8e2daee.css


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


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


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


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


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


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

@@ -4372,9 +4372,10 @@ export default {
                   url: data.Location,
                   uid: file.uid,
                   type: type,
-                  text: string + '' + (_this.unitJson[unitIndex].chapterInfo[0].taskJson[
-                    itemTaskIndex
-                  ].chapterData.length + 1),
+                  text: string,
+                  // text: string + '' + (_this.unitJson[unitIndex].chapterInfo[0].taskJson[
+                  //   itemTaskIndex
+                  // ].chapterData.length + 1),
                 });
                 _this.imgChange1(null, null, type, itemTaskIndex);
               } else if (type == 4) {

+ 1 - 1
src/components/pages/student/addCourse.vue

@@ -4523,7 +4523,7 @@ export default {
             "&oid=" +
             this.oid +
             "&org=" +
-            this.org + '&role=' + role 
+            this.org + '&role=' + this.role 
         );
       } else {
         if (this.cidttt == 0) {

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