lsc 1 year ago
parent
commit
4416ffe6bf

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.24ae5202980f90d94b39fdb948ec8725.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.a5df8ca96b6b3e9ec9b7.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.be56b1ba83f66c18e6504ada952638bd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.734de7b31328335c60d4.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.be56b1ba83f66c18e6504ada952638bd.css


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


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


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


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


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


+ 3 - 3
src/components/noTerminal/studyStudent.vue

@@ -7764,9 +7764,9 @@ export default {
                     uid: file.uid,
                     fileType: _ftype,
                     username:
-                      _this.plworkFile.length > 10
-                        ? _this.plworkFile.length + 1
-                        : "0" + (_this.plworkFile.length + 1),
+                      _this.plworkFile.length+1 > 9
+                        ? _this.plworkFile.length+1
+                        : "0" + (_this.plworkFile.length+1),
                   });
                 }
                 _this.imgChange(null, null, type);

+ 3 - 3
src/components/studyStudent.vue

@@ -8569,9 +8569,9 @@ export default {
                     uid: file.uid,
                     fileType: _ftype,
                     username:
-                      _this.plworkFile.length > 10
-                        ? _this.plworkFile.length + 1
-                        : "0" + (_this.plworkFile.length + 1),
+                      _this.plworkFile.length+1 > 9
+                        ? _this.plworkFile.length+1
+                        : "0" + (_this.plworkFile.length+1),
                   });
                 }
                 _this.imgChange(null, null, type);

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