doum
3 天以前 66b84de58e3efae14c1e258ee716e02ad9557497
admin/package-lock.json
@@ -262,6 +262,11 @@
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/helper-string-parser": {
      "version": "7.27.1",
      "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
      "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
    },
    "@babel/helper-validator-identifier": {
      "version": "7.14.0",
      "resolved": "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.0.tgz?cache=0&sync_timestamp=1619727556616&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.0.tgz",
@@ -1152,6 +1157,11 @@
        "postcss": "^7.0.0"
      }
    },
    "@jridgewell/sourcemap-codec": {
      "version": "1.5.5",
      "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
    },
    "@juggle/resize-observer": {
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
@@ -1203,8 +1213,8 @@
    },
    "@riophae/vue-treeselect": {
      "version": "0.4.0",
      "resolved": "https://registry.npm.taobao.org/@riophae/vue-treeselect/download/@riophae/vue-treeselect-0.4.0.tgz",
      "integrity": "sha1-C67Vp5TP/FgLY1kfNcEl5RwN8kE=",
      "resolved": "https://registry.npmmirror.com/@riophae/vue-treeselect/-/vue-treeselect-0.4.0.tgz",
      "integrity": "sha512-J4atYmBqXQmiPFK/0B5sXKjtnGc21mBJEiyKIDZwk0Q9XuynVFX6IJ4EpaLmUgL5Tve7HAS7wkiGGSti6Uaxcg==",
      "requires": {
        "@babel/runtime": "^7.3.1",
        "babel-helper-vue-jsx-merge-props": "^2.0.3",
@@ -1986,6 +1996,120 @@
        "strip-ansi": "^6.0.0"
      }
    },
    "@vue/compiler-core": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
      "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
      "requires": {
        "@babel/parser": "^7.28.4",
        "@vue/shared": "3.5.22",
        "entities": "^4.5.0",
        "estree-walker": "^2.0.2",
        "source-map-js": "^1.2.1"
      },
      "dependencies": {
        "@babel/helper-validator-identifier": {
          "version": "7.27.1",
          "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
          "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
        },
        "@babel/parser": {
          "version": "7.28.4",
          "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.4.tgz",
          "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
          "requires": {
            "@babel/types": "^7.28.4"
          }
        },
        "@babel/types": {
          "version": "7.28.4",
          "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.4.tgz",
          "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
          "requires": {
            "@babel/helper-string-parser": "^7.27.1",
            "@babel/helper-validator-identifier": "^7.27.1"
          }
        },
        "entities": {
          "version": "4.5.0",
          "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
          "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
        }
      }
    },
    "@vue/compiler-dom": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
      "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
      "requires": {
        "@vue/compiler-core": "3.5.22",
        "@vue/shared": "3.5.22"
      }
    },
    "@vue/compiler-sfc": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
      "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
      "requires": {
        "@babel/parser": "^7.28.4",
        "@vue/compiler-core": "3.5.22",
        "@vue/compiler-dom": "3.5.22",
        "@vue/compiler-ssr": "3.5.22",
        "@vue/shared": "3.5.22",
        "estree-walker": "^2.0.2",
        "magic-string": "^0.30.19",
        "postcss": "^8.5.6",
        "source-map-js": "^1.2.1"
      },
      "dependencies": {
        "@babel/helper-validator-identifier": {
          "version": "7.27.1",
          "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
          "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
        },
        "@babel/parser": {
          "version": "7.28.4",
          "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.4.tgz",
          "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
          "requires": {
            "@babel/types": "^7.28.4"
          }
        },
        "@babel/types": {
          "version": "7.28.4",
          "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.4.tgz",
          "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
          "requires": {
            "@babel/helper-string-parser": "^7.27.1",
            "@babel/helper-validator-identifier": "^7.27.1"
          }
        },
        "nanoid": {
          "version": "3.3.11",
          "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
          "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
        },
        "postcss": {
          "version": "8.5.6",
          "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
          "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
          "requires": {
            "nanoid": "^3.3.11",
            "picocolors": "^1.1.1",
            "source-map-js": "^1.2.1"
          }
        }
      }
    },
    "@vue/compiler-ssr": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
      "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
      "requires": {
        "@vue/compiler-dom": "3.5.22",
        "@vue/shared": "3.5.22"
      }
    },
    "@vue/component-compiler-utils": {
      "version": "3.2.0",
      "resolved": "https://registry.npm.taobao.org/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.2.0.tgz",
@@ -2049,6 +2173,48 @@
      "resolved": "https://registry.npm.taobao.org/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fpreload-webpack-plugin%2Fdownload%2F%40vue%2Fpreload-webpack-plugin-1.1.2.tgz",
      "integrity": "sha1-zrkktOyzucQ4ccekKaAvhCPmIas=",
      "dev": true
    },
    "@vue/reactivity": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.22.tgz",
      "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
      "requires": {
        "@vue/shared": "3.5.22"
      }
    },
    "@vue/runtime-core": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
      "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
      "requires": {
        "@vue/reactivity": "3.5.22",
        "@vue/shared": "3.5.22"
      }
    },
    "@vue/runtime-dom": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
      "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
      "requires": {
        "@vue/reactivity": "3.5.22",
        "@vue/runtime-core": "3.5.22",
        "@vue/shared": "3.5.22",
        "csstype": "^3.1.3"
      }
    },
    "@vue/server-renderer": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
      "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
      "requires": {
        "@vue/compiler-ssr": "3.5.22",
        "@vue/shared": "3.5.22"
      }
    },
    "@vue/shared": {
      "version": "3.5.22",
      "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.22.tgz",
      "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w=="
    },
    "@vue/web-component-wrapper": {
      "version": "1.3.0",
@@ -4566,6 +4732,11 @@
        }
      }
    },
    "csstype": {
      "version": "3.1.3",
      "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
      "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
    },
    "currently-unhandled": {
      "version": "0.4.1",
      "resolved": "https://registry.npm.taobao.org/currently-unhandled/download/currently-unhandled-0.4.1.tgz",
@@ -4606,9 +4777,9 @@
      "dev": true
    },
    "dayjs": {
      "version": "1.11.11",
      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz",
      "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg=="
      "version": "1.11.13",
      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
      "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
    },
    "de-indent": {
      "version": "1.0.2",
@@ -5074,6 +5245,11 @@
      "integrity": "sha1-P7rwIL/XlIhAcuomsel5HUWmKfA=",
      "dev": true
    },
    "downloadjs": {
      "version": "1.4.7",
      "resolved": "https://registry.npmmirror.com/downloadjs/-/downloadjs-1.4.7.tgz",
      "integrity": "sha512-LN1gO7+u9xjU5oEScGFKvXhYf7Y/empUIIEAGBs1LzUq/rg5duiDrkuH5A2lQGd5jfMOb9X9usDa2oVXwJ0U/Q=="
    },
    "duplexer": {
      "version": "0.1.2",
      "resolved": "https://registry.npm.taobao.org/duplexer/download/duplexer-0.1.2.tgz",
@@ -5094,8 +5270,8 @@
    },
    "easings-css": {
      "version": "1.0.0",
      "resolved": "https://registry.npm.taobao.org/easings-css/download/easings-css-1.0.0.tgz",
      "integrity": "sha1-3eVpADu3pKDAt3h49ds+C+VnnIE="
      "resolved": "https://registry.npmmirror.com/easings-css/-/easings-css-1.0.0.tgz",
      "integrity": "sha512-7Uq7NdazNfVtr0RNmPAys8it0zKCuaqxJStYKEl72D3j4gbvXhhaM7iWNbqhA4C94ygCye6VuyhzBRQC4szeBg=="
    },
    "easy-stack": {
      "version": "1.0.1",
@@ -5955,6 +6131,11 @@
      "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=",
      "dev": true
    },
    "estree-walker": {
      "version": "2.0.2",
      "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
      "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
    },
    "esutils": {
      "version": "2.0.3",
      "resolved": "https://registry.npm.taobao.org/esutils/download/esutils-2.0.3.tgz",
@@ -6630,8 +6811,8 @@
    },
    "fuzzysearch": {
      "version": "1.0.3",
      "resolved": "https://registry.npm.taobao.org/fuzzysearch/download/fuzzysearch-1.0.3.tgz",
      "integrity": "sha1-3/yA9tawQiPyImqnndGUIxCW0Ag="
      "resolved": "https://registry.npmmirror.com/fuzzysearch/-/fuzzysearch-1.0.3.tgz",
      "integrity": "sha512-s+kNWQuI3mo9OALw0HJ6YGmMbLqEufCh2nX/zzV5CrICQ/y4AwPxM+6TIiF9ItFCHXFCyM/BfCCmN57NTIJuPg=="
    },
    "gauge": {
      "version": "2.7.4",
@@ -8935,6 +9116,14 @@
        "yallist": "^3.0.2"
      }
    },
    "magic-string": {
      "version": "0.30.19",
      "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.19.tgz",
      "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
      "requires": {
        "@jridgewell/sourcemap-codec": "^1.5.5"
      }
    },
    "make-dir": {
      "version": "3.1.0",
      "resolved": "https://registry.npm.taobao.org/make-dir/download/make-dir-3.1.0.tgz?cache=0&sync_timestamp=1587567572251&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmake-dir%2Fdownload%2Fmake-dir-3.1.0.tgz",
@@ -8967,8 +9156,8 @@
    },
    "material-colors": {
      "version": "1.2.6",
      "resolved": "https://registry.npm.taobao.org/material-colors/download/material-colors-1.2.6.tgz",
      "integrity": "sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y="
      "resolved": "https://registry.npmmirror.com/material-colors/-/material-colors-1.2.6.tgz",
      "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg=="
    },
    "md5.js": {
      "version": "1.3.5",
@@ -10301,6 +10490,11 @@
      "resolved": "https://registry.npm.taobao.org/performance-now/download/performance-now-2.1.0.tgz",
      "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
      "dev": true
    },
    "picocolors": {
      "version": "1.1.1",
      "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
      "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
    },
    "picomatch": {
      "version": "2.2.3",
@@ -12599,6 +12793,11 @@
      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
      "dev": true
    },
    "source-map-js": {
      "version": "1.2.1",
      "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
      "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
    },
    "source-map-resolve": {
      "version": "0.5.3",
      "resolved": "https://registry.npm.taobao.org/source-map-resolve/download/source-map-resolve-0.5.3.tgz?cache=0&sync_timestamp=1584829515586&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-resolve%2Fdownload%2Fsource-map-resolve-0.5.3.tgz",
@@ -13846,6 +14045,28 @@
      "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4=",
      "dev": true
    },
    "v-clipboard": {
      "version": "3.0.0-next.1",
      "resolved": "https://registry.npmmirror.com/v-clipboard/-/v-clipboard-3.0.0-next.1.tgz",
      "integrity": "sha512-UvCnzetQMlVfk9yoiyew8ldGiCzeER5aYdmXXtZp8LC6rt2QXQS0AayEDn1K7rlXpd3M8d+JeYNUV+ZNgtaS4A==",
      "requires": {
        "vue": "^3.2.45"
      },
      "dependencies": {
        "vue": {
          "version": "3.5.22",
          "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.22.tgz",
          "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
          "requires": {
            "@vue/compiler-dom": "3.5.22",
            "@vue/compiler-sfc": "3.5.22",
            "@vue/runtime-dom": "3.5.22",
            "@vue/server-renderer": "3.5.22",
            "@vue/shared": "3.5.22"
          }
        }
      }
    },
    "v8-compile-cache": {
      "version": "2.3.0",
      "resolved": "https://registry.npm.taobao.org/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz?cache=0&sync_timestamp=1614993639567&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv8-compile-cache%2Fdownload%2Fv8-compile-cache-2.3.0.tgz",
@@ -14050,8 +14271,8 @@
    },
    "watch-size": {
      "version": "2.0.0",
      "resolved": "https://registry.npm.taobao.org/watch-size/download/watch-size-2.0.0.tgz",
      "integrity": "sha1-CW7ijQNlvX6gPZyL8fL1CnO+FHQ="
      "resolved": "https://registry.npmmirror.com/watch-size/-/watch-size-2.0.0.tgz",
      "integrity": "sha512-M92R89dNoTPWyCD+HuUEDdhaDnh9jxPGOwlDc0u51jAgmjUvzqaEMynXSr3BaWs+QdHYk4KzibPy1TFtjLmOZQ=="
    },
    "watchpack": {
      "version": "1.7.5",