lsc 3 tuần trước cách đây
mục cha
commit
22c73a87e4
2 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 3 4
      package-lock.json
  2. 1 1
      src/components/easy2/studyStudent.vue

+ 3 - 4
package-lock.json

@@ -13532,13 +13532,12 @@
     },
     "node_modules/katex": {
       "version": "0.16.22",
-      "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.22.tgz",
+      "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz",
       "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==",
       "funding": [
         "https://opencollective.com/katex",
         "https://github.com/sponsors/katex"
       ],
-      "license": "MIT",
       "dependencies": {
         "commander": "^8.3.0"
       },
@@ -35178,7 +35177,7 @@
     },
     "katex": {
       "version": "0.16.22",
-      "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.22.tgz",
+      "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz",
       "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==",
       "requires": {
         "commander": "^8.3.0"
@@ -48425,7 +48424,7 @@
         },
         "katex": {
           "version": "0.16.22",
-          "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.22.tgz",
+          "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz",
           "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==",
           "requires": {
             "commander": "^8.3.0"

+ 1 - 1
src/components/easy2/studyStudent.vue

@@ -25400,7 +25400,7 @@ export default {
       this.tipsIndex = i;
       this.downDialogVisible = true;
     },
-    uploadWorks() {
+    uploadWorks(i) {
       this.$confirm("确定导出作业吗?", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",