diff --git a/source/vue/xzs-admin/package-lock.json b/source/vue/xzs-admin/package-lock.json index 622b2ec..67b7702 100644 --- a/source/vue/xzs-admin/package-lock.json +++ b/source/vue/xzs-admin/package-lock.json @@ -4,28 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@ant-design-vue/babel-helper-vue-transform-on": { - "version": "1.0.1", - "resolved": "https://registry.npm.taobao.org/@ant-design-vue/babel-helper-vue-transform-on/download/@ant-design-vue/babel-helper-vue-transform-on-1.0.1.tgz", - "integrity": "sha1-0hnZL04fxeet0hHDR8f6AAUYtiM=", - "dev": true - }, - "@ant-design-vue/babel-plugin-jsx": { - "version": "1.0.0-rc.1", - "resolved": "https://registry.npm.taobao.org/@ant-design-vue/babel-plugin-jsx/download/@ant-design-vue/babel-plugin-jsx-1.0.0-rc.1.tgz", - "integrity": "sha1-rlbOy9qfCGkbz5Lf6Y4kFud9dYs=", - "dev": true, - "requires": { - "@ant-design-vue/babel-helper-vue-transform-on": "^1.0.0", - "@babel/helper-module-imports": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/traverse": "^7.0.0", - "@babel/types": "^7.0.0", - "camelcase": "^6.0.0", - "html-tags": "^3.1.0", - "svg-tags": "^1.0.0" - } - }, "@babel/code-frame": { "version": "7.10.4", "resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz", @@ -47,19 +25,19 @@ } }, "@babel/core": { - "version": "7.11.4", - "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.4.tgz", - "integrity": "sha1-QwHf36+gHuuX8YlsVQGj8GVdQik=", + "version": "7.11.6", + "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.6.tgz", + "integrity": "sha1-OpRV3HOH/xusRXcGULwTugShVlE=", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.4", + "@babel/generator": "^7.11.6", "@babel/helper-module-transforms": "^7.11.0", "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.4", + "@babel/parser": "^7.11.5", "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", + "@babel/traverse": "^7.11.5", + "@babel/types": "^7.11.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", @@ -70,13 +48,58 @@ "source-map": "^0.5.0" }, "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "@babel/generator": { + "version": "7.11.6", + "resolved": "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.6.tgz?cache=0&sync_timestamp=1599146797373&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.11.6.tgz", + "integrity": "sha1-uGiQD4GxY7TUZOokVFxhy6xNxiA=", "dev": true, "requires": { - "ms": "^2.1.1" + "@babel/types": "^7.11.5", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/parser": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz?cache=0&sync_timestamp=1598905563940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.5.tgz", + "integrity": "sha1-x/9jA99xCA7HpPW4wAPFjxz1EDc=", + "dev": true + }, + "@babel/traverse": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.5.tgz?cache=0&sync_timestamp=1598905619367&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.11.5.tgz", + "integrity": "sha1-vnd7k7UY62127i4eodFD2qEeYcM=", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.5", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.5", + "@babel/types": "^7.11.5", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + } + }, + "@babel/types": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598905619568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.5.tgz", + "integrity": "sha1-2d5XfQElLXfGgAzuA57mT691Zi0=", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", + "dev": true, + "requires": { + "ms": "2.1.2" } }, "ms": { @@ -878,9 +901,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.11.0", - "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.0.tgz", - "integrity": "sha1-4n946zbxlEhjbgXDPJD9mtm4vM8=", + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.5.tgz", + "integrity": "sha1-8Qi8jgzzPDfaAxwJfR30cLOik/w=", "dev": true, "requires": { "@babel/helper-module-imports": "^7.10.4", @@ -957,9 +980,9 @@ } }, "@babel/preset-env": { - "version": "7.11.0", - "resolved": "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.0.tgz?cache=0&sync_timestamp=1596145725314&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.11.0.tgz", - "integrity": "sha1-hg7jjyzhetYEgMICG6lok5Pvt5Y=", + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.11.5.tgz", + "integrity": "sha1-GMtLk3nj6S/+qSwHRxqZopFOQnI=", "dev": true, "requires": { "@babel/compat-data": "^7.11.0", @@ -1024,18 +1047,31 @@ "@babel/plugin-transform-unicode-escapes": "^7.10.4", "@babel/plugin-transform-unicode-regex": "^7.10.4", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.11.0", + "@babel/types": "^7.11.5", "browserslist": "^4.12.0", "core-js-compat": "^3.6.2", "invariant": "^2.2.2", "levenary": "^1.1.1", "semver": "^5.5.0" + }, + "dependencies": { + "@babel/types": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598905619568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.5.tgz", + "integrity": "sha1-2d5XfQElLXfGgAzuA57mT691Zi0=", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/preset-modules": { - "version": "0.1.3", - "resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.3.tgz", - "integrity": "sha1-EyQrU7XvjIg8PPfd3VWzbOgPvHI=", + "version": "0.1.4", + "resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz?cache=0&sync_timestamp=1598549784338&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-modules%2Fdownload%2F%40babel%2Fpreset-modules-0.1.4.tgz", + "integrity": "sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -1132,7 +1168,7 @@ }, "@hapi/hoek": { "version": "8.5.1", - "resolved": "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1593915910245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz", + "resolved": "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1599008919448&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz", "integrity": "sha1-/elgZMpEbeyMVajC8TCVewcMbgY=", "dev": true }, @@ -1264,7 +1300,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -1318,9 +1354,9 @@ } }, "@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.7.tgz", - "integrity": "sha1-QgRb5kdWNtmAE2nNRBjvZc2w3Vk=", + "version": "4.17.8", + "resolved": "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.8.tgz?cache=0&sync_timestamp=1598969052423&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fexpress%2Fdownload%2F%40types%2Fexpress-4.17.8.tgz", + "integrity": "sha1-PfQpMpMxfmHGATfSc6LpbNjV8no=", "dev": true, "requires": { "@types/body-parser": "*", @@ -1330,9 +1366,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.9.tgz", - "integrity": "sha1-LXs03P0l7GY8JchddmCPiySWZ/E=", + "version": "4.17.12", + "resolved": "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.12.tgz?cache=0&sync_timestamp=1598975614219&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fexpress-serve-static-core%2Fdownload%2F%40types%2Fexpress-serve-static-core-4.17.12.tgz", + "integrity": "sha1-mkh9p1dCXk8mfn0cVyAiavf4lZE=", "dev": true, "requires": { "@types/node": "*", @@ -1411,9 +1447,9 @@ "dev": true }, "@types/node": { - "version": "14.6.0", - "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.6.0.tgz?cache=0&sync_timestamp=1597673211853&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.6.0.tgz", - "integrity": "sha1-fUQRv1FXM5M318/4ZNn/RfF3tJk=", + "version": "14.11.1", + "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.11.1.tgz?cache=0&sync_timestamp=1600368053055&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.11.1.tgz", + "integrity": "sha1-Vq+QKtFX52P5umPWccOc2jGTyDU=", "dev": true }, "@types/normalize-package-data": { @@ -1429,9 +1465,9 @@ "dev": true }, "@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npm.taobao.org/@types/qs/download/@types/qs-6.9.4.tgz", - "integrity": "sha1-pZ6FHBuhbAUT6hI4MN1jmgoVy2o=", + "version": "6.9.5", + "resolved": "https://registry.npm.taobao.org/@types/qs/download/@types/qs-6.9.5.tgz", + "integrity": "sha1-Q0cRvdSete5p2QwdZ8NUqajssYs=", "dev": true }, "@types/range-parser": { @@ -1480,9 +1516,9 @@ } }, "@types/webpack": { - "version": "4.41.21", - "resolved": "https://registry.npm.taobao.org/@types/webpack/download/@types/webpack-4.41.21.tgz", - "integrity": "sha1-zGhbMywz8VO7L1/B+jrIretZLe4=", + "version": "4.41.22", + "resolved": "https://registry.npm.taobao.org/@types/webpack/download/@types/webpack-4.41.22.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fwebpack%2Fdownload%2F%40types%2Fwebpack-4.41.22.tgz", + "integrity": "sha1-/5dYoXxr1JnkWbkeeFOYSMMtBzE=", "dev": true, "requires": { "@types/anymatch": "*", @@ -1539,6 +1575,28 @@ "integrity": "sha1-BI/leZWNpAj7eosqPsBQtQpmEEA=", "dev": true }, + "@vue/babel-helper-vue-transform-on": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npm.taobao.org/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.0-rc.2.tgz", + "integrity": "sha1-ckY0H2ZufG5lsT2kIOLOhXFPu8o=", + "dev": true + }, + "@vue/babel-plugin-jsx": { + "version": "1.0.0-rc.3", + "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0-rc.3.tgz?cache=0&sync_timestamp=1600074492078&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0-rc.3.tgz", + "integrity": "sha1-q0d+6Vx2T75ohCou3dR08SLnCsY=", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.0-rc.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" + } + }, "@vue/babel-plugin-transform-vue-jsx": { "version": "1.1.2", "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-transform-vue-jsx/download/@vue/babel-plugin-transform-vue-jsx-1.1.2.tgz", @@ -1562,12 +1620,11 @@ } }, "@vue/babel-preset-app": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.4.tgz?cache=0&sync_timestamp=1597717100972&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.4.tgz", - "integrity": "sha1-uxZOirVWc8Vh5ug1EWMe2hnv1+Q=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.6.tgz?cache=0&sync_timestamp=1599743267403&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.6.tgz", + "integrity": "sha1-OR24NRh5DAfyQcpSrJfGpxvZ2FE=", "dev": true, "requires": { - "@ant-design-vue/babel-plugin-jsx": "^1.0.0-0", "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", @@ -1578,6 +1635,7 @@ "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", "@babel/runtime": "^7.11.0", + "@vue/babel-plugin-jsx": "^1.0.0-0", "@vue/babel-preset-jsx": "^1.1.2", "babel-plugin-dynamic-import-node": "^2.3.3", "core-js": "^3.6.5", @@ -1673,20 +1731,20 @@ } }, "@vue/cli-overlay": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.4.tgz?cache=0&sync_timestamp=1597717106510&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.4.tgz", - "integrity": "sha1-4H48zC5Ndw1P29Rc3ed31ZKCLBk=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.6.tgz?cache=0&sync_timestamp=1599743267210&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.6.tgz", + "integrity": "sha1-VlRPnT1PdKPY1ZOkl7E3RQ6/4XE=", "dev": true }, "@vue/cli-plugin-babel": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.4.tgz", - "integrity": "sha1-oBzcs9RgZGdd2I1htkCtrcyFHis=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.6.tgz?cache=0&sync_timestamp=1599743268167&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-4.5.6.tgz", + "integrity": "sha1-UOmCIad12Sa3CNqwRoecxkkgmCo=", "dev": true, "requires": { "@babel/core": "^7.11.0", - "@vue/babel-preset-app": "^4.5.4", - "@vue/cli-shared-utils": "^4.5.4", + "@vue/babel-preset-app": "^4.5.6", + "@vue/cli-shared-utils": "^4.5.6", "babel-loader": "^8.1.0", "cache-loader": "^4.1.0", "thread-loader": "^2.1.3", @@ -1694,12 +1752,12 @@ } }, "@vue/cli-plugin-eslint": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.4.tgz", - "integrity": "sha1-Dx8wer/h5K1n3Ll2k2QJQrFfrnY=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.6.tgz?cache=0&sync_timestamp=1599743536002&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.6.tgz", + "integrity": "sha1-1nIbyW95e52XjhO9Cv05mZ+SyvE=", "dev": true, "requires": { - "@vue/cli-shared-utils": "^4.5.4", + "@vue/cli-shared-utils": "^4.5.6", "eslint-loader": "^2.2.1", "globby": "^9.2.0", "inquirer": "^7.1.0", @@ -1708,24 +1766,24 @@ } }, "@vue/cli-plugin-router": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.4.tgz?cache=0&sync_timestamp=1597717110936&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.4.tgz", - "integrity": "sha1-BvIkCMftas7dv3MCy0eik7evQ0c=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.6.tgz?cache=0&sync_timestamp=1599743266550&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.6.tgz", + "integrity": "sha1-lvQ83uppMa4lrbBl3XV9b/T4E1Q=", "dev": true, "requires": { - "@vue/cli-shared-utils": "^4.5.4" + "@vue/cli-shared-utils": "^4.5.6" } }, "@vue/cli-plugin-vuex": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.4.tgz", - "integrity": "sha1-YpbjBziPYRMhF+CsAxiAE2UrDFU=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.6.tgz?cache=0&sync_timestamp=1599743267681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.6.tgz", + "integrity": "sha1-SEaH2FNpsNygZcRJG/GO//XjHs8=", "dev": true }, "@vue/cli-service": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.4.tgz?cache=0&sync_timestamp=1597717111025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.4.tgz", - "integrity": "sha1-+QPt9VXRB0BGJN4v7VmW2oztxSQ=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.6.tgz?cache=0&sync_timestamp=1599743266797&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.6.tgz", + "integrity": "sha1-pj/TkO2Mv7XTYgH1Teya65DKk+M=", "dev": true, "requires": { "@intervolga/optimize-cssnano-plugin": "^1.0.5", @@ -1734,10 +1792,10 @@ "@types/minimist": "^1.2.0", "@types/webpack": "^4.0.0", "@types/webpack-dev-server": "^3.11.0", - "@vue/cli-overlay": "^4.5.4", - "@vue/cli-plugin-router": "^4.5.4", - "@vue/cli-plugin-vuex": "^4.5.4", - "@vue/cli-shared-utils": "^4.5.4", + "@vue/cli-overlay": "^4.5.6", + "@vue/cli-plugin-router": "^4.5.6", + "@vue/cli-plugin-vuex": "^4.5.6", + "@vue/cli-shared-utils": "^4.5.6", "@vue/component-compiler-utils": "^3.1.2", "@vue/preload-webpack-plugin": "^1.1.0", "@vue/web-component-wrapper": "^1.2.0", @@ -1777,7 +1835,7 @@ "thread-loader": "^2.1.3", "url-loader": "^2.2.0", "vue-loader": "^15.9.2", - "vue-loader-v16": "npm:vue-loader@^16.0.0-beta.3", + "vue-loader-v16": "npm:vue-loader@^16.0.0-beta.7", "vue-style-loader": "^4.1.2", "webpack": "^4.0.0", "webpack-bundle-analyzer": "^3.8.0", @@ -1792,17 +1850,6 @@ "integrity": "sha1-4a1IbmxUUBY0xsOXxcEh2qODYHw=", "dev": true }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.2.1.tgz", - "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=", - "dev": true, - "optional": true, - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, "cacache": { "version": "13.0.1", "resolved": "https://registry.npm.taobao.org/cacache/download/cacache-13.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcacache%2Fdownload%2Fcacache-13.0.1.tgz", @@ -1829,41 +1876,13 @@ "unique-filename": "^1.1.1" } }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "optional": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "optional": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true, - "optional": true - }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "find-cache-dir": { @@ -1887,13 +1906,6 @@ "path-exists": "^4.0.0" } }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true, - "optional": true - }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npm.taobao.org/locate-path/download/locate-path-5.0.0.tgz?cache=0&sync_timestamp=1597081764621&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flocate-path%2Fdownload%2Flocate-path-5.0.0.tgz", @@ -1964,19 +1976,9 @@ "minipass": "^3.1.1" } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "optional": true, - "requires": { - "has-flag": "^4.0.0" - } - }, "terser-webpack-plugin": { "version": "2.3.8", - "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz?cache=0&sync_timestamp=1597229611059&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-2.3.8.tgz", + "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz?cache=0&sync_timestamp=1600532089859&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-2.3.8.tgz", "integrity": "sha1-iUdkoZsHQ/L3BOfCqEjFKDppZyQ=", "dev": true, "requires": { @@ -1990,28 +1992,13 @@ "terser": "^4.6.12", "webpack-sources": "^1.4.3" } - }, - "vue-loader-v16": { - "version": "npm:vue-loader@16.0.0-beta.5", - "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0-beta.5.tgz", - "integrity": "sha1-BO3IiUkrA6RF56xm6SJqcBdcqKA=", - "dev": true, - "optional": true, - "requires": { - "@types/mini-css-extract-plugin": "^0.9.1", - "chalk": "^3.0.0", - "hash-sum": "^2.0.0", - "loader-utils": "^1.2.3", - "merge-source-map": "^1.1.0", - "source-map": "^0.6.1" - } } } }, "@vue/cli-shared-utils": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.4.tgz?cache=0&sync_timestamp=1597717101293&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.4.tgz", - "integrity": "sha1-7Taylx3AJlP38q1OZrvpUQ4b1BQ=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.6.tgz?cache=0&sync_timestamp=1599743267559&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.6.tgz", + "integrity": "sha1-FGRJcgQ8lVZniNB9mpNn7dQ4pNY=", "dev": true, "requires": { "@hapi/joi": "^15.0.1", @@ -2668,7 +2655,7 @@ }, "autoprefixer": { "version": "9.8.6", - "resolved": "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz?cache=0&sync_timestamp=1596142112478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fautoprefixer%2Fdownload%2Fautoprefixer-9.8.6.tgz", + "resolved": "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz?cache=0&sync_timestamp=1600194466587&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fautoprefixer%2Fdownload%2Fautoprefixer-9.8.6.tgz", "integrity": "sha1-O3NZTKG/kmYyDFrPFYjXTep0IQ8=", "dev": true, "requires": { @@ -2916,7 +2903,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -3105,15 +3092,15 @@ } }, "browserslist": { - "version": "4.14.0", - "resolved": "https://registry.npm.taobao.org/browserslist/download/browserslist-4.14.0.tgz?cache=0&sync_timestamp=1596754423280&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.14.0.tgz", - "integrity": "sha1-KQiVGr/k7Jhze3LzTDvO3I1DsAA=", + "version": "4.14.3", + "resolved": "https://registry.npm.taobao.org/browserslist/download/browserslist-4.14.3.tgz?cache=0&sync_timestamp=1600355295280&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.14.3.tgz", + "integrity": "sha1-OB+efxN5Sy6xfhdhtPEY6K5mWlM=", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001111", - "electron-to-chromium": "^1.3.523", - "escalade": "^3.0.2", - "node-releases": "^1.1.60" + "caniuse-lite": "^1.0.30001131", + "electron-to-chromium": "^1.3.570", + "escalade": "^3.1.0", + "node-releases": "^1.1.61" } }, "buffer": { @@ -3365,9 +3352,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001117", - "resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001117.tgz?cache=0&sync_timestamp=1597982706012&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001117.tgz", - "integrity": "sha1-aan65dSA6qlYn3ZBqDhCrTltF8Q=", + "version": "1.0.30001133", + "resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001133.tgz", + "integrity": "sha1-7FZMVJUxEpnrBSReJS1YmoSs2V4=", "dev": true }, "case-sensitive-paths-webpack-plugin": { @@ -3603,9 +3590,9 @@ "dev": true }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -3754,7 +3741,7 @@ }, "commander": { "version": "2.20.3", - "resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1595168123275&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz", + "resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1598576090524&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz", "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", "dev": true }, @@ -3802,7 +3789,7 @@ }, "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -3849,7 +3836,7 @@ }, "consolidate": { "version": "0.15.1", - "resolved": "https://registry.npm.taobao.org/consolidate/download/consolidate-0.15.1.tgz", + "resolved": "https://registry.npm.taobao.org/consolidate/download/consolidate-0.15.1.tgz?cache=0&sync_timestamp=1599604996729&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconsolidate%2Fdownload%2Fconsolidate-0.15.1.tgz", "integrity": "sha1-IasEMjXHGgfUXZqtmFk7DbpWurc=", "dev": true, "requires": { @@ -3925,9 +3912,9 @@ "dev": true }, "copy-webpack-plugin": { - "version": "5.1.1", - "resolved": "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.1.tgz?cache=0&sync_timestamp=1593550572650&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.1.tgz", - "integrity": "sha1-VIGgPeoRI9iKmIxv+LeCRyFPC4g=", + "version": "5.1.2", + "resolved": "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz?cache=0&sync_timestamp=1600450188946&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.2.tgz", + "integrity": "sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=", "dev": true, "requires": { "cacache": "^12.0.3", @@ -3940,7 +3927,7 @@ "normalize-path": "^3.0.0", "p-limit": "^2.2.1", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^4.0.0", "webpack-log": "^2.0.0" }, "dependencies": { @@ -3993,7 +3980,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -4002,12 +3989,6 @@ "ajv-keywords": "^3.1.0" } }, - "serialize-javascript": { - "version": "2.1.2", - "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-2.1.2.tgz", - "integrity": "sha1-7OxTsOAxe9yV73arcHS3OEeF+mE=", - "dev": true - }, "slash": { "version": "1.0.0", "resolved": "https://registry.npm.taobao.org/slash/download/slash-1.0.0.tgz", @@ -4164,7 +4145,7 @@ }, "css-loader": { "version": "3.6.0", - "resolved": "https://registry.npm.taobao.org/css-loader/download/css-loader-3.6.0.tgz?cache=0&sync_timestamp=1596727427628&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-loader%2Fdownload%2Fcss-loader-3.6.0.tgz", + "resolved": "https://registry.npm.taobao.org/css-loader/download/css-loader-3.6.0.tgz", "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", "dev": true, "requires": { @@ -4247,7 +4228,7 @@ }, "cssnano": { "version": "4.1.10", - "resolved": "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz", + "resolved": "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz?cache=0&sync_timestamp=1599670205357&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano%2Fdownload%2Fcssnano-4.1.10.tgz", "integrity": "sha1-CsQfCxPRPUZUh+ERt3jULaYxuLI=", "dev": true, "requires": { @@ -4259,7 +4240,7 @@ }, "cssnano-preset-default": { "version": "4.0.7", - "resolved": "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", + "resolved": "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz?cache=0&sync_timestamp=1599672313016&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano-preset-default%2Fdownload%2Fcssnano-preset-default-4.0.7.tgz", "integrity": "sha1-UexmLM/KD4izltzZZ5zbkxvhf3Y=", "dev": true, "requires": { @@ -4432,7 +4413,7 @@ }, "default-gateway": { "version": "5.0.5", - "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-5.0.5.tgz", + "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-5.0.5.tgz?cache=0&sync_timestamp=1598471386563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdefault-gateway%2Fdownload%2Fdefault-gateway-5.0.5.tgz", "integrity": "sha1-T9a9XShV05s0zFpZUFSG6ar8mxA=", "dev": true, "requires": { @@ -4816,9 +4797,9 @@ } }, "dot-prop": { - "version": "5.2.0", - "resolved": "https://registry.npm.taobao.org/dot-prop/download/dot-prop-5.2.0.tgz?cache=0&sync_timestamp=1597574874928&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdot-prop%2Fdownload%2Fdot-prop-5.2.0.tgz", - "integrity": "sha1-w07MKVVtxF8fTCJpe29JBODMT8s=", + "version": "5.3.0", + "resolved": "https://registry.npm.taobao.org/dot-prop/download/dot-prop-5.3.0.tgz", + "integrity": "sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog=", "dev": true, "requires": { "is-obj": "^2.0.0" @@ -4883,9 +4864,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.3.542", - "resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.542.tgz?cache=0&sync_timestamp=1598110772262&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.542.tgz", - "integrity": "sha1-Ckj/cIZGpUGJ7LvtiKSdc90Uzow=", + "version": "1.3.570", + "resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.570.tgz", + "integrity": "sha1-P1FBzDm044kqJ2tIiZgNq/HSnH8=", "dev": true }, "element-ui": { @@ -4953,7 +4934,7 @@ }, "enhanced-resolve": { "version": "4.3.0", - "resolved": "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.3.0.tgz?cache=0&sync_timestamp=1594972208431&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.3.0.tgz", + "resolved": "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.3.0.tgz?cache=0&sync_timestamp=1600384940681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.3.0.tgz", "integrity": "sha1-O4BvO/r8HsfeaVUe+TzKRsFwQSY=", "dev": true, "requires": { @@ -5038,9 +5019,9 @@ } }, "escalade": { - "version": "3.0.2", - "resolved": "https://registry.npm.taobao.org/escalade/download/escalade-3.0.2.tgz?cache=0&sync_timestamp=1594742923342&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescalade%2Fdownload%2Fescalade-3.0.2.tgz", - "integrity": "sha1-algNcO24eIDyK0yR0NVgeN9pYsQ=", + "version": "3.1.0", + "resolved": "https://registry.npm.taobao.org/escalade/download/escalade-3.1.0.tgz?cache=0&sync_timestamp=1600103393800&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescalade%2Fdownload%2Fescalade-3.1.0.tgz", + "integrity": "sha1-6OLXx6i3b27mTCGB1rgVFEFgLU4=", "dev": true }, "escape-html": { @@ -5528,9 +5509,9 @@ "dev": true }, "eventemitter3": { - "version": "4.0.5", - "resolved": "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.5.tgz?cache=0&sync_timestamp=1598086479332&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feventemitter3%2Fdownload%2Feventemitter3-4.0.5.tgz", - "integrity": "sha1-UdgeTxzMgxGgTwwgEh6oJDd+ptk=", + "version": "4.0.7", + "resolved": "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.7.tgz?cache=0&sync_timestamp=1598517790184&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feventemitter3%2Fdownload%2Feventemitter3-4.0.7.tgz", + "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=", "dev": true }, "events": { @@ -5657,7 +5638,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -5871,7 +5852,7 @@ }, "file-loader": { "version": "4.3.0", - "resolved": "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz", + "resolved": "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz?cache=0&sync_timestamp=1598876077393&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-4.3.0.tgz", "integrity": "sha1-eA8ED3KbPRgBnyBgX3I+hEuKWK8=", "dev": true, "requires": { @@ -5932,7 +5913,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -6471,7 +6452,7 @@ }, "highlight.js": { "version": "9.18.3", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.18.3.tgz?cache=0&sync_timestamp=1596157089152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighlight.js%2Fdownload%2Fhighlight.js-9.18.3.tgz", + "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.18.3.tgz", "integrity": "sha1-oaCiAo1eMUniOA+Khl7oUWcD1jQ=", "dev": true }, @@ -6949,9 +6930,9 @@ } }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -6971,7 +6952,7 @@ "dependencies": { "default-gateway": { "version": "4.2.0", - "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-4.2.0.tgz", + "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-4.2.0.tgz?cache=0&sync_timestamp=1598471386563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdefault-gateway%2Fdownload%2Fdefault-gateway-4.2.0.tgz", "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", "dev": true, "requires": { @@ -7362,9 +7343,9 @@ "dev": true }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -7433,9 +7414,9 @@ "dev": true }, "json-parse-even-better-errors": { - "version": "2.3.0", - "resolved": "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.0.tgz", - "integrity": "sha1-Nxhzxf+kQwSmuhJBm8+pX0BK4IE=", + "version": "2.3.1", + "resolved": "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", "dev": true }, "json-schema": { @@ -7730,9 +7711,9 @@ } }, "loglevel": { - "version": "1.6.8", - "resolved": "https://registry.npm.taobao.org/loglevel/download/loglevel-1.6.8.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.6.8.tgz", - "integrity": "sha1-iiX7ddCSIw7NRFcnDYC1TigBEXE=", + "version": "1.7.0", + "resolved": "https://registry.npm.taobao.org/loglevel/download/loglevel-1.7.0.tgz?cache=0&sync_timestamp=1598447570801&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.7.0.tgz", + "integrity": "sha1-coFmhVp0DVnTjbAc9G8ELKoEG7A=", "dev": true }, "loose-envify": { @@ -8059,7 +8040,7 @@ }, "mini-css-extract-plugin": { "version": "0.9.0", - "resolved": "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1597072272847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz", + "resolved": "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1599924023653&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz", "integrity": "sha1-R/LPB6oWWrNXM7H8l9TEbAVkM54=", "dev": true, "requires": { @@ -8083,7 +8064,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -8330,9 +8311,9 @@ } }, "node-forge": { - "version": "0.9.0", - "resolved": "https://registry.npm.taobao.org/node-forge/download/node-forge-0.9.0.tgz?cache=0&sync_timestamp=1569524669712&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-forge%2Fdownload%2Fnode-forge-0.9.0.tgz", - "integrity": "sha1-1iQFDtu0SHStyhK7mlLsY8t4JXk=", + "version": "0.10.0", + "resolved": "https://registry.npm.taobao.org/node-forge/download/node-forge-0.10.0.tgz?cache=0&sync_timestamp=1599010746318&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-forge%2Fdownload%2Fnode-forge-0.10.0.tgz", + "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=", "dev": true }, "node-gyp": { @@ -8414,9 +8395,9 @@ } }, "node-releases": { - "version": "1.1.60", - "resolved": "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.60.tgz?cache=0&sync_timestamp=1595485388334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.60.tgz", - "integrity": "sha1-aUi9/OgobwtdDlqI6DhOlU3+cIQ=", + "version": "1.1.61", + "resolved": "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.61.tgz?cache=0&sync_timestamp=1599612901168&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.61.tgz", + "integrity": "sha1-cHsPypzk4ReDYSukovy6CQR68W4=", "dev": true }, "node-sass": { @@ -8772,7 +8753,7 @@ }, "open": { "version": "6.4.0", - "resolved": "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz", + "resolved": "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1598611789248&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-6.4.0.tgz", "integrity": "sha1-XBPpbQ3IlGhhZPGJZez+iJ7PyKk=", "dev": true, "requires": { @@ -8780,9 +8761,9 @@ } }, "opener": { - "version": "1.5.1", - "resolved": "https://registry.npm.taobao.org/opener/download/opener-1.5.1.tgz", - "integrity": "sha1-bS8Od/GgrwAyrKcWwsH7uOfoq+0=", + "version": "1.5.2", + "resolved": "https://registry.npm.taobao.org/opener/download/opener-1.5.2.tgz", + "integrity": "sha1-XTfh81B3udysQwE3InGv3rKhNZg=", "dev": true }, "opn": { @@ -8810,7 +8791,7 @@ }, "ora": { "version": "3.4.0", - "resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1596812571990&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fora%2Fdownload%2Fora-3.4.0.tgz", + "resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1599425394087&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fora%2Fdownload%2Fora-3.4.0.tgz", "integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=", "dev": true, "requires": { @@ -9156,7 +9137,7 @@ "dependencies": { "debug": { "version": "3.2.6", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.2.6.tgz", "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=", "dev": true, "requires": { @@ -9206,9 +9187,9 @@ } }, "postcss-calc": { - "version": "7.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.3.tgz?cache=0&sync_timestamp=1596805750450&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.3.tgz", - "integrity": "sha1-1lzKkqPFK/J603pfcy4Fh7dPFiM=", + "version": "7.0.4", + "resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.4.tgz?cache=0&sync_timestamp=1598957959193&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.4.tgz", + "integrity": "sha1-Xhd920FzQebUoZPF2f2K2nkJT4s=", "dev": true, "requires": { "postcss": "^7.0.27", @@ -9218,7 +9199,7 @@ }, "postcss-colormin": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz?cache=0&sync_timestamp=1599671990498&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-colormin%2Fdownload%2Fpostcss-colormin-4.0.3.tgz", "integrity": "sha1-rgYLzpPteUrHEmTwgTLVUJVr04E=", "dev": true, "requires": { @@ -9239,7 +9220,7 @@ }, "postcss-convert-values": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz?cache=0&sync_timestamp=1599671991018&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-convert-values%2Fdownload%2Fpostcss-convert-values-4.0.1.tgz", "integrity": "sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=", "dev": true, "requires": { @@ -9257,7 +9238,7 @@ }, "postcss-discard-comments": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1599671991457&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz", "integrity": "sha1-H7q9LCRr/2qq15l7KwkY9NevQDM=", "dev": true, "requires": { @@ -9266,7 +9247,7 @@ }, "postcss-discard-duplicates": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1599670212256&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz", "integrity": "sha1-P+EzzTyCKC5VD8myORdqkge3hOs=", "dev": true, "requires": { @@ -9275,7 +9256,7 @@ }, "postcss-discard-empty": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz?cache=0&sync_timestamp=1599670212347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-empty%2Fdownload%2Fpostcss-discard-empty-4.0.1.tgz", "integrity": "sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=", "dev": true, "requires": { @@ -9284,7 +9265,7 @@ }, "postcss-discard-overridden": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz?cache=0&sync_timestamp=1599670212435&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-overridden%2Fdownload%2Fpostcss-discard-overridden-4.0.1.tgz", "integrity": "sha1-ZSrvipZybwKfXj4AFG7npOdV/1c=", "dev": true, "requires": { @@ -9292,9 +9273,9 @@ } }, "postcss-load-config": { - "version": "2.1.0", - "resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.1.0.tgz", - "integrity": "sha1-yE1pK3u3tB3c7ZTuYuirMbQXsAM=", + "version": "2.1.1", + "resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.1.1.tgz?cache=0&sync_timestamp=1600382888083&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-load-config%2Fdownload%2Fpostcss-load-config-2.1.1.tgz", + "integrity": "sha1-CmhLuL6wXlW6+SL3q0TD7bF8944=", "dev": true, "requires": { "cosmiconfig": "^5.0.0", @@ -9303,7 +9284,7 @@ }, "postcss-loader": { "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/postcss-loader/download/postcss-loader-3.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-loader/download/postcss-loader-3.0.0.tgz?cache=0&sync_timestamp=1600185948476&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-loader%2Fdownload%2Fpostcss-loader-3.0.0.tgz", "integrity": "sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=", "dev": true, "requires": { @@ -9315,7 +9296,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -9328,7 +9309,7 @@ }, "postcss-merge-longhand": { "version": "4.0.11", - "resolved": "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1599670212725&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz", "integrity": "sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=", "dev": true, "requires": { @@ -9348,7 +9329,7 @@ }, "postcss-merge-rules": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1599670206654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz", "integrity": "sha1-NivqT/Wh+Y5AdacTxsslrv75plA=", "dev": true, "requires": { @@ -9375,7 +9356,7 @@ }, "postcss-minify-font-values": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz?cache=0&sync_timestamp=1599670212929&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-font-values%2Fdownload%2Fpostcss-minify-font-values-4.0.2.tgz", "integrity": "sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY=", "dev": true, "requires": { @@ -9393,7 +9374,7 @@ }, "postcss-minify-gradients": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1599670213021&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz", "integrity": "sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE=", "dev": true, "requires": { @@ -9413,7 +9394,7 @@ }, "postcss-minify-params": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz?cache=0&sync_timestamp=1599670209700&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-params%2Fdownload%2Fpostcss-minify-params-4.0.2.tgz", "integrity": "sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ=", "dev": true, "requires": { @@ -9435,7 +9416,7 @@ }, "postcss-minify-selectors": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1599670209945&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz", "integrity": "sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=", "dev": true, "requires": { @@ -9469,7 +9450,7 @@ }, "postcss-modules-local-by-default": { "version": "3.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz?cache=0&sync_timestamp=1595733574396&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-3.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz?cache=0&sync_timestamp=1600271654874&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-3.0.3.tgz", "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", "dev": true, "requires": { @@ -9491,7 +9472,7 @@ }, "postcss-modules-values": { "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz?cache=0&sync_timestamp=1600269591886&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-3.0.0.tgz", "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", "dev": true, "requires": { @@ -9501,7 +9482,7 @@ }, "postcss-normalize-charset": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1599670213297&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz", "integrity": "sha1-izWt067oOhNrBHHg1ZvlilAoXdQ=", "dev": true, "requires": { @@ -9510,7 +9491,7 @@ }, "postcss-normalize-display-values": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1599672317574&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz", "integrity": "sha1-Db4EpM6QY9RmftK+R2u4MMglk1o=", "dev": true, "requires": { @@ -9529,7 +9510,7 @@ }, "postcss-normalize-positions": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-positions%2Fdownload%2Fpostcss-normalize-positions-4.0.2.tgz", "integrity": "sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8=", "dev": true, "requires": { @@ -9569,7 +9550,7 @@ }, "postcss-normalize-string": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1599672318066&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz", "integrity": "sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=", "dev": true, "requires": { @@ -9704,7 +9685,7 @@ }, "postcss-reduce-transforms": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz?cache=0&sync_timestamp=1599670537940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-reduce-transforms%2Fdownload%2Fpostcss-reduce-transforms-4.0.2.tgz", "integrity": "sha1-F++kBerMbge+NBSlyi0QdGgdTik=", "dev": true, "requires": { @@ -9735,7 +9716,7 @@ }, "postcss-svgo": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz?cache=0&sync_timestamp=1599670538042&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-svgo%2Fdownload%2Fpostcss-svgo-4.0.2.tgz", "integrity": "sha1-F7mXvHEbMzurFDqu07jT1uPTglg=", "dev": true, "requires": { @@ -9755,7 +9736,7 @@ }, "postcss-unique-selectors": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz?cache=0&sync_timestamp=1599670538132&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-unique-selectors%2Fdownload%2Fpostcss-unique-selectors-4.0.1.tgz", "integrity": "sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w=", "dev": true, "requires": { @@ -9842,7 +9823,7 @@ }, "prettier": { "version": "1.19.1", - "resolved": "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz", + "resolved": "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1600215475668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz", "integrity": "sha1-99f1/4qc2HKnvkyhQglZVqYHl8s=", "dev": true, "optional": true @@ -10251,9 +10232,9 @@ "dev": true }, "regexpu-core": { - "version": "4.7.0", - "resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.7.0.tgz", - "integrity": "sha1-/L9FjFBDGwu3tF1pZ7gZLZHz2Tg=", + "version": "4.7.1", + "resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.7.1.tgz?cache=0&sync_timestamp=1600413554352&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexpu-core%2Fdownload%2Fregexpu-core-4.7.1.tgz", + "integrity": "sha1-LepamgcjMpj78NuR+pq8TG4PitY=", "dev": true, "requires": { "regenerate": "^1.4.0", @@ -10725,12 +10706,12 @@ "dev": true }, "selfsigned": { - "version": "1.10.7", - "resolved": "https://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.7.tgz", - "integrity": "sha1-2lgZ/QSdVXTyjoipvMbbxubzkGs=", + "version": "1.10.8", + "resolved": "https://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.8.tgz?cache=0&sync_timestamp=1600187989135&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fselfsigned%2Fdownload%2Fselfsigned-1.10.8.tgz", + "integrity": "sha1-DRcgi30Swz+OrIXEGDXyf8PYGjA=", "dev": true, "requires": { - "node-forge": "0.9.0" + "node-forge": "^0.10.0" } }, "semver": { @@ -10762,7 +10743,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -10793,7 +10774,7 @@ }, "serialize-javascript": { "version": "4.0.0", - "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-4.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-4.0.0.tgz?cache=0&sync_timestamp=1599740657550&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-4.0.0.tgz", "integrity": "sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=", "dev": true, "requires": { @@ -10817,7 +10798,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -11134,7 +11115,7 @@ "dependencies": { "debug": { "version": "3.2.6", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.2.6.tgz", "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=", "dev": true, "requires": { @@ -11262,12 +11243,12 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -11293,12 +11274,12 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -11543,7 +11524,7 @@ }, "stylehacks": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1599670542665&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz", "integrity": "sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU=", "dev": true, "requires": { @@ -11906,7 +11887,7 @@ }, "terser": { "version": "4.8.0", - "resolved": "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1597937531576&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.8.0.tgz", + "resolved": "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1600354951703&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.8.0.tgz", "integrity": "sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc=", "dev": true, "requires": { @@ -11925,7 +11906,7 @@ }, "terser-webpack-plugin": { "version": "1.4.5", - "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1597229611059&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz", + "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1600532089859&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz", "integrity": "sha1-oheu+uozDnNP+sthIOwfoxLWBAs=", "dev": true, "requires": { @@ -11942,7 +11923,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -11985,7 +11966,7 @@ }, "thread-loader": { "version": "2.1.3", - "resolved": "https://registry.npm.taobao.org/thread-loader/download/thread-loader-2.1.3.tgz", + "resolved": "https://registry.npm.taobao.org/thread-loader/download/thread-loader-2.1.3.tgz?cache=0&sync_timestamp=1599931020790&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthread-loader%2Fdownload%2Fthread-loader-2.1.3.tgz", "integrity": "sha1-y9LBOfwrLebp0o9iKGq3cMGsvdo=", "dev": true, "requires": { @@ -12626,7 +12607,7 @@ }, "vue-loader": { "version": "15.9.3", - "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-15.9.3.tgz", + "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-15.9.3.tgz?cache=0&sync_timestamp=1599639236822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-15.9.3.tgz", "integrity": "sha1-DeNdnlVdPtU5aVFsrFziVTEpndo=", "dev": true, "requires": { @@ -12645,6 +12626,86 @@ } } }, + "vue-loader-v16": { + "version": "npm:vue-loader@16.0.0-beta.7", + "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0-beta.7.tgz?cache=0&sync_timestamp=1599639236822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-16.0.0-beta.7.tgz", + "integrity": "sha1-bycm+g4rH7rmeJXEdZO79p8rmrg=", + "dev": true, + "optional": true, + "requires": { + "@types/mini-css-extract-plugin": "^0.9.1", + "chalk": "^3.0.0", + "hash-sum": "^2.0.0", + "loader-utils": "^1.2.3", + "merge-source-map": "^1.1.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.2.1.tgz", + "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=", + "dev": true, + "optional": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-3.0.0.tgz", + "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", + "dev": true, + "optional": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz", + "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", + "dev": true, + "optional": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz", + "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", + "dev": true, + "optional": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz", + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz", + "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", + "dev": true, + "optional": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", + "dev": true, + "optional": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, "vue-router": { "version": "3.4.3", "resolved": "https://registry.npm.taobao.org/vue-router/download/vue-router-3.4.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-3.4.3.tgz", @@ -12691,7 +12752,7 @@ }, "watchpack": { "version": "1.7.4", - "resolved": "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz?cache=0&sync_timestamp=1597081509527&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.4.tgz", + "resolved": "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz?cache=0&sync_timestamp=1600385622765&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.4.tgz", "integrity": "sha1-bp2lOzyAuy1lCBiPWyAEEIZs0ws=", "dev": true, "requires": { @@ -12839,9 +12900,9 @@ } }, "webpack": { - "version": "4.44.1", - "resolved": "https://registry.npm.taobao.org/webpack/download/webpack-4.44.1.tgz?cache=0&sync_timestamp=1597914981532&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.44.1.tgz", - "integrity": "sha1-F+af/58yG48RfR/acU7fwLk5zCE=", + "version": "4.44.2", + "resolved": "https://registry.npm.taobao.org/webpack/download/webpack-4.44.2.tgz?cache=0&sync_timestamp=1600451236446&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.44.2.tgz", + "integrity": "sha1-a/4rCvBVyLLR6Q7SzZNj+EEma3I=", "dev": true, "requires": { "@webassemblyjs/ast": "1.9.0", @@ -12871,7 +12932,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -12883,9 +12944,9 @@ } }, "webpack-bundle-analyzer": { - "version": "3.8.0", - "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.8.0.tgz", - "integrity": "sha1-zms/kI2vBp/R9yZvaSy7O97ZuhY=", + "version": "3.9.0", + "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz", + "integrity": "sha1-9vlNsQj7V05BWtMT3kGicH0z7zw=", "dev": true, "requires": { "acorn": "^7.1.1", @@ -12897,7 +12958,7 @@ "express": "^4.16.3", "filesize": "^3.6.1", "gzip-size": "^5.0.0", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "mkdirp": "^0.5.1", "opener": "^1.5.1", "ws": "^6.0.0" @@ -13063,12 +13124,12 @@ } }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "emoji-regex": { @@ -13149,7 +13210,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -13203,7 +13264,7 @@ }, "supports-color": { "version": "6.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz", "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", "dev": true, "requires": { @@ -13240,7 +13301,7 @@ }, "yargs": { "version": "13.3.2", - "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-13.3.2.tgz", + "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-13.3.2.tgz?cache=0&sync_timestamp=1599709237190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.3.2.tgz", "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=", "dev": true, "requires": { @@ -13258,7 +13319,7 @@ }, "yargs-parser": { "version": "13.1.2", - "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1596945712459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz", + "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1600574768637&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz", "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", "dev": true, "requires": { @@ -13280,7 +13341,7 @@ }, "webpack-merge": { "version": "4.2.2", - "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1597767022437&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz", + "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1599634649546&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz", "integrity": "sha1-onxS6ng9E5iv0gh/VH17nS9DY00=", "dev": true, "requires": { @@ -13289,7 +13350,7 @@ }, "webpack-sources": { "version": "1.4.3", - "resolved": "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz?cache=0&sync_timestamp=1597907748111&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-sources%2Fdownload%2Fwebpack-sources-1.4.3.tgz", + "resolved": "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz?cache=0&sync_timestamp=1600383912756&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-sources%2Fdownload%2Fwebpack-sources-1.4.3.tgz", "integrity": "sha1-7t2OwLko+/HL/plOItLYkPMwqTM=", "dev": true, "requires": { @@ -13474,7 +13535,7 @@ }, "yargs": { "version": "15.4.1", - "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-15.4.1.tgz", + "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-15.4.1.tgz?cache=0&sync_timestamp=1599709237190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-15.4.1.tgz", "integrity": "sha1-DYehbeAa7p2L7Cv7909nhRcw9Pg=", "dev": true, "requires": { @@ -13529,7 +13590,7 @@ }, "yargs-parser": { "version": "18.1.3", - "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-18.1.3.tgz?cache=0&sync_timestamp=1596945712459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-18.1.3.tgz", + "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-18.1.3.tgz?cache=0&sync_timestamp=1600574768637&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-18.1.3.tgz", "integrity": "sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=", "dev": true, "requires": { diff --git a/source/vue/xzs-admin/package.json b/source/vue/xzs-admin/package.json index 9a53735..0162b1a 100644 --- a/source/vue/xzs-admin/package.json +++ b/source/vue/xzs-admin/package.json @@ -27,11 +27,11 @@ "vuex": "^3.5.1" }, "devDependencies": { - "@vue/cli-plugin-babel": "^4.4.6", - "@vue/cli-plugin-eslint": "^4.4.6", - "@vue/cli-plugin-router": "^4.4.6", - "@vue/cli-plugin-vuex": "^4.4.6", - "@vue/cli-service": "^4.4.6", + "@vue/cli-plugin-babel": "^4.5.6", + "@vue/cli-plugin-eslint": "^4.5.6", + "@vue/cli-plugin-router": "^4.5.6", + "@vue/cli-plugin-vuex": "^4.5.6", + "@vue/cli-service": "^4.5.6", "@vue/eslint-config-standard": "^4.0.0", "babel-eslint": "^10.1.0", "eslint": "^5.16.0", diff --git a/source/vue/xzs-student/package-lock.json b/source/vue/xzs-student/package-lock.json index 63437d8..a3460b2 100644 --- a/source/vue/xzs-student/package-lock.json +++ b/source/vue/xzs-student/package-lock.json @@ -4,28 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@ant-design-vue/babel-helper-vue-transform-on": { - "version": "1.0.1", - "resolved": "https://registry.npm.taobao.org/@ant-design-vue/babel-helper-vue-transform-on/download/@ant-design-vue/babel-helper-vue-transform-on-1.0.1.tgz", - "integrity": "sha1-0hnZL04fxeet0hHDR8f6AAUYtiM=", - "dev": true - }, - "@ant-design-vue/babel-plugin-jsx": { - "version": "1.0.0-rc.1", - "resolved": "https://registry.npm.taobao.org/@ant-design-vue/babel-plugin-jsx/download/@ant-design-vue/babel-plugin-jsx-1.0.0-rc.1.tgz", - "integrity": "sha1-rlbOy9qfCGkbz5Lf6Y4kFud9dYs=", - "dev": true, - "requires": { - "@ant-design-vue/babel-helper-vue-transform-on": "^1.0.0", - "@babel/helper-module-imports": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/traverse": "^7.0.0", - "@babel/types": "^7.0.0", - "camelcase": "^6.0.0", - "html-tags": "^3.1.0", - "svg-tags": "^1.0.0" - } - }, "@babel/code-frame": { "version": "7.10.4", "resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz", @@ -47,19 +25,19 @@ } }, "@babel/core": { - "version": "7.11.4", - "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.4.tgz", - "integrity": "sha1-QwHf36+gHuuX8YlsVQGj8GVdQik=", + "version": "7.11.6", + "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.6.tgz", + "integrity": "sha1-OpRV3HOH/xusRXcGULwTugShVlE=", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.4", + "@babel/generator": "^7.11.6", "@babel/helper-module-transforms": "^7.11.0", "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.4", + "@babel/parser": "^7.11.5", "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", + "@babel/traverse": "^7.11.5", + "@babel/types": "^7.11.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", @@ -70,13 +48,58 @@ "source-map": "^0.5.0" }, "dependencies": { - "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "@babel/generator": { + "version": "7.11.6", + "resolved": "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.6.tgz?cache=0&sync_timestamp=1599146797373&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.11.6.tgz", + "integrity": "sha1-uGiQD4GxY7TUZOokVFxhy6xNxiA=", "dev": true, "requires": { - "ms": "^2.1.1" + "@babel/types": "^7.11.5", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/parser": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz?cache=0&sync_timestamp=1598905563940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.5.tgz", + "integrity": "sha1-x/9jA99xCA7HpPW4wAPFjxz1EDc=", + "dev": true + }, + "@babel/traverse": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.5.tgz?cache=0&sync_timestamp=1598905619367&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.11.5.tgz", + "integrity": "sha1-vnd7k7UY62127i4eodFD2qEeYcM=", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.11.5", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.11.0", + "@babel/parser": "^7.11.5", + "@babel/types": "^7.11.5", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + } + }, + "@babel/types": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598905619568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.5.tgz", + "integrity": "sha1-2d5XfQElLXfGgAzuA57mT691Zi0=", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", + "dev": true, + "requires": { + "ms": "2.1.2" } }, "ms": { @@ -878,9 +901,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.11.0", - "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.0.tgz", - "integrity": "sha1-4n946zbxlEhjbgXDPJD9mtm4vM8=", + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.5.tgz", + "integrity": "sha1-8Qi8jgzzPDfaAxwJfR30cLOik/w=", "dev": true, "requires": { "@babel/helper-module-imports": "^7.10.4", @@ -957,9 +980,9 @@ } }, "@babel/preset-env": { - "version": "7.11.0", - "resolved": "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.0.tgz?cache=0&sync_timestamp=1596145725314&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.11.0.tgz", - "integrity": "sha1-hg7jjyzhetYEgMICG6lok5Pvt5Y=", + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.11.5.tgz", + "integrity": "sha1-GMtLk3nj6S/+qSwHRxqZopFOQnI=", "dev": true, "requires": { "@babel/compat-data": "^7.11.0", @@ -1024,18 +1047,31 @@ "@babel/plugin-transform-unicode-escapes": "^7.10.4", "@babel/plugin-transform-unicode-regex": "^7.10.4", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.11.0", + "@babel/types": "^7.11.5", "browserslist": "^4.12.0", "core-js-compat": "^3.6.2", "invariant": "^2.2.2", "levenary": "^1.1.1", "semver": "^5.5.0" + }, + "dependencies": { + "@babel/types": { + "version": "7.11.5", + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598905619568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.5.tgz", + "integrity": "sha1-2d5XfQElLXfGgAzuA57mT691Zi0=", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/preset-modules": { - "version": "0.1.3", - "resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.3.tgz", - "integrity": "sha1-EyQrU7XvjIg8PPfd3VWzbOgPvHI=", + "version": "0.1.4", + "resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz?cache=0&sync_timestamp=1598549784338&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-modules%2Fdownload%2F%40babel%2Fpreset-modules-0.1.4.tgz", + "integrity": "sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -1132,7 +1168,7 @@ }, "@hapi/hoek": { "version": "8.5.1", - "resolved": "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1593915910245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz", + "resolved": "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1599008919448&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz", "integrity": "sha1-/elgZMpEbeyMVajC8TCVewcMbgY=", "dev": true }, @@ -1264,7 +1300,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -1318,9 +1354,9 @@ } }, "@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.7.tgz", - "integrity": "sha1-QgRb5kdWNtmAE2nNRBjvZc2w3Vk=", + "version": "4.17.8", + "resolved": "https://registry.npm.taobao.org/@types/express/download/@types/express-4.17.8.tgz?cache=0&sync_timestamp=1598969052423&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fexpress%2Fdownload%2F%40types%2Fexpress-4.17.8.tgz", + "integrity": "sha1-PfQpMpMxfmHGATfSc6LpbNjV8no=", "dev": true, "requires": { "@types/body-parser": "*", @@ -1330,9 +1366,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.9.tgz", - "integrity": "sha1-LXs03P0l7GY8JchddmCPiySWZ/E=", + "version": "4.17.12", + "resolved": "https://registry.npm.taobao.org/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.12.tgz?cache=0&sync_timestamp=1598975614219&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fexpress-serve-static-core%2Fdownload%2F%40types%2Fexpress-serve-static-core-4.17.12.tgz", + "integrity": "sha1-mkh9p1dCXk8mfn0cVyAiavf4lZE=", "dev": true, "requires": { "@types/node": "*", @@ -1411,9 +1447,9 @@ "dev": true }, "@types/node": { - "version": "14.6.0", - "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.6.0.tgz?cache=0&sync_timestamp=1597673211853&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.6.0.tgz", - "integrity": "sha1-fUQRv1FXM5M318/4ZNn/RfF3tJk=", + "version": "14.11.1", + "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.11.1.tgz?cache=0&sync_timestamp=1600368053055&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.11.1.tgz", + "integrity": "sha1-Vq+QKtFX52P5umPWccOc2jGTyDU=", "dev": true }, "@types/normalize-package-data": { @@ -1429,9 +1465,9 @@ "dev": true }, "@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npm.taobao.org/@types/qs/download/@types/qs-6.9.4.tgz", - "integrity": "sha1-pZ6FHBuhbAUT6hI4MN1jmgoVy2o=", + "version": "6.9.5", + "resolved": "https://registry.npm.taobao.org/@types/qs/download/@types/qs-6.9.5.tgz", + "integrity": "sha1-Q0cRvdSete5p2QwdZ8NUqajssYs=", "dev": true }, "@types/range-parser": { @@ -1480,9 +1516,9 @@ } }, "@types/webpack": { - "version": "4.41.21", - "resolved": "https://registry.npm.taobao.org/@types/webpack/download/@types/webpack-4.41.21.tgz", - "integrity": "sha1-zGhbMywz8VO7L1/B+jrIretZLe4=", + "version": "4.41.22", + "resolved": "https://registry.npm.taobao.org/@types/webpack/download/@types/webpack-4.41.22.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fwebpack%2Fdownload%2F%40types%2Fwebpack-4.41.22.tgz", + "integrity": "sha1-/5dYoXxr1JnkWbkeeFOYSMMtBzE=", "dev": true, "requires": { "@types/anymatch": "*", @@ -1539,6 +1575,28 @@ "integrity": "sha1-BI/leZWNpAj7eosqPsBQtQpmEEA=", "dev": true }, + "@vue/babel-helper-vue-transform-on": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npm.taobao.org/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.0-rc.2.tgz", + "integrity": "sha1-ckY0H2ZufG5lsT2kIOLOhXFPu8o=", + "dev": true + }, + "@vue/babel-plugin-jsx": { + "version": "1.0.0-rc.3", + "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0-rc.3.tgz?cache=0&sync_timestamp=1600074492078&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0-rc.3.tgz", + "integrity": "sha1-q0d+6Vx2T75ohCou3dR08SLnCsY=", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.0-rc.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" + } + }, "@vue/babel-plugin-transform-vue-jsx": { "version": "1.1.2", "resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-transform-vue-jsx/download/@vue/babel-plugin-transform-vue-jsx-1.1.2.tgz", @@ -1562,12 +1620,11 @@ } }, "@vue/babel-preset-app": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.4.tgz?cache=0&sync_timestamp=1597717100972&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.4.tgz", - "integrity": "sha1-uxZOirVWc8Vh5ug1EWMe2hnv1+Q=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.6.tgz?cache=0&sync_timestamp=1599743267403&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.6.tgz", + "integrity": "sha1-OR24NRh5DAfyQcpSrJfGpxvZ2FE=", "dev": true, "requires": { - "@ant-design-vue/babel-plugin-jsx": "^1.0.0-0", "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", @@ -1578,6 +1635,7 @@ "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", "@babel/runtime": "^7.11.0", + "@vue/babel-plugin-jsx": "^1.0.0-0", "@vue/babel-preset-jsx": "^1.1.2", "babel-plugin-dynamic-import-node": "^2.3.3", "core-js": "^3.6.5", @@ -1673,20 +1731,20 @@ } }, "@vue/cli-overlay": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.4.tgz?cache=0&sync_timestamp=1597717106510&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.4.tgz", - "integrity": "sha1-4H48zC5Ndw1P29Rc3ed31ZKCLBk=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-overlay/download/@vue/cli-overlay-4.5.6.tgz?cache=0&sync_timestamp=1599743267210&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.6.tgz", + "integrity": "sha1-VlRPnT1PdKPY1ZOkl7E3RQ6/4XE=", "dev": true }, "@vue/cli-plugin-babel": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.4.tgz", - "integrity": "sha1-oBzcs9RgZGdd2I1htkCtrcyFHis=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.6.tgz?cache=0&sync_timestamp=1599743268167&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-4.5.6.tgz", + "integrity": "sha1-UOmCIad12Sa3CNqwRoecxkkgmCo=", "dev": true, "requires": { "@babel/core": "^7.11.0", - "@vue/babel-preset-app": "^4.5.4", - "@vue/cli-shared-utils": "^4.5.4", + "@vue/babel-preset-app": "^4.5.6", + "@vue/cli-shared-utils": "^4.5.6", "babel-loader": "^8.1.0", "cache-loader": "^4.1.0", "thread-loader": "^2.1.3", @@ -1694,12 +1752,12 @@ } }, "@vue/cli-plugin-eslint": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.4.tgz", - "integrity": "sha1-Dx8wer/h5K1n3Ll2k2QJQrFfrnY=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.6.tgz?cache=0&sync_timestamp=1599743536002&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.6.tgz", + "integrity": "sha1-1nIbyW95e52XjhO9Cv05mZ+SyvE=", "dev": true, "requires": { - "@vue/cli-shared-utils": "^4.5.4", + "@vue/cli-shared-utils": "^4.5.6", "eslint-loader": "^2.2.1", "globby": "^9.2.0", "inquirer": "^7.1.0", @@ -1708,24 +1766,24 @@ } }, "@vue/cli-plugin-router": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.4.tgz?cache=0&sync_timestamp=1597717110936&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.4.tgz", - "integrity": "sha1-BvIkCMftas7dv3MCy0eik7evQ0c=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.6.tgz?cache=0&sync_timestamp=1599743266550&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.6.tgz", + "integrity": "sha1-lvQ83uppMa4lrbBl3XV9b/T4E1Q=", "dev": true, "requires": { - "@vue/cli-shared-utils": "^4.5.4" + "@vue/cli-shared-utils": "^4.5.6" } }, "@vue/cli-plugin-vuex": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.4.tgz", - "integrity": "sha1-YpbjBziPYRMhF+CsAxiAE2UrDFU=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.6.tgz?cache=0&sync_timestamp=1599743267681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.6.tgz", + "integrity": "sha1-SEaH2FNpsNygZcRJG/GO//XjHs8=", "dev": true }, "@vue/cli-service": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.4.tgz?cache=0&sync_timestamp=1597717111025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.4.tgz", - "integrity": "sha1-+QPt9VXRB0BGJN4v7VmW2oztxSQ=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-service/download/@vue/cli-service-4.5.6.tgz?cache=0&sync_timestamp=1599743266797&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.6.tgz", + "integrity": "sha1-pj/TkO2Mv7XTYgH1Teya65DKk+M=", "dev": true, "requires": { "@intervolga/optimize-cssnano-plugin": "^1.0.5", @@ -1734,10 +1792,10 @@ "@types/minimist": "^1.2.0", "@types/webpack": "^4.0.0", "@types/webpack-dev-server": "^3.11.0", - "@vue/cli-overlay": "^4.5.4", - "@vue/cli-plugin-router": "^4.5.4", - "@vue/cli-plugin-vuex": "^4.5.4", - "@vue/cli-shared-utils": "^4.5.4", + "@vue/cli-overlay": "^4.5.6", + "@vue/cli-plugin-router": "^4.5.6", + "@vue/cli-plugin-vuex": "^4.5.6", + "@vue/cli-shared-utils": "^4.5.6", "@vue/component-compiler-utils": "^3.1.2", "@vue/preload-webpack-plugin": "^1.1.0", "@vue/web-component-wrapper": "^1.2.0", @@ -1777,7 +1835,7 @@ "thread-loader": "^2.1.3", "url-loader": "^2.2.0", "vue-loader": "^15.9.2", - "vue-loader-v16": "npm:vue-loader@^16.0.0-beta.3", + "vue-loader-v16": "npm:vue-loader@^16.0.0-beta.7", "vue-style-loader": "^4.1.2", "webpack": "^4.0.0", "webpack-bundle-analyzer": "^3.8.0", @@ -1792,17 +1850,6 @@ "integrity": "sha1-4a1IbmxUUBY0xsOXxcEh2qODYHw=", "dev": true }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.2.1.tgz", - "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=", - "dev": true, - "optional": true, - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, "cacache": { "version": "13.0.1", "resolved": "https://registry.npm.taobao.org/cacache/download/cacache-13.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcacache%2Fdownload%2Fcacache-13.0.1.tgz", @@ -1829,41 +1876,13 @@ "unique-filename": "^1.1.1" } }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "optional": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "optional": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true, - "optional": true - }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "find-cache-dir": { @@ -1887,13 +1906,6 @@ "path-exists": "^4.0.0" } }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true, - "optional": true - }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npm.taobao.org/locate-path/download/locate-path-5.0.0.tgz?cache=0&sync_timestamp=1597081764621&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flocate-path%2Fdownload%2Flocate-path-5.0.0.tgz", @@ -1964,19 +1976,9 @@ "minipass": "^3.1.1" } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "optional": true, - "requires": { - "has-flag": "^4.0.0" - } - }, "terser-webpack-plugin": { "version": "2.3.8", - "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz?cache=0&sync_timestamp=1597229611059&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-2.3.8.tgz", + "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz?cache=0&sync_timestamp=1600532089859&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-2.3.8.tgz", "integrity": "sha1-iUdkoZsHQ/L3BOfCqEjFKDppZyQ=", "dev": true, "requires": { @@ -1990,28 +1992,13 @@ "terser": "^4.6.12", "webpack-sources": "^1.4.3" } - }, - "vue-loader-v16": { - "version": "npm:vue-loader@16.0.0-beta.5", - "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0-beta.5.tgz", - "integrity": "sha1-BO3IiUkrA6RF56xm6SJqcBdcqKA=", - "dev": true, - "optional": true, - "requires": { - "@types/mini-css-extract-plugin": "^0.9.1", - "chalk": "^3.0.0", - "hash-sum": "^2.0.0", - "loader-utils": "^1.2.3", - "merge-source-map": "^1.1.0", - "source-map": "^0.6.1" - } } } }, "@vue/cli-shared-utils": { - "version": "4.5.4", - "resolved": "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.4.tgz?cache=0&sync_timestamp=1597717101293&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.4.tgz", - "integrity": "sha1-7Taylx3AJlP38q1OZrvpUQ4b1BQ=", + "version": "4.5.6", + "resolved": "https://registry.npm.taobao.org/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.6.tgz?cache=0&sync_timestamp=1599743267559&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.6.tgz", + "integrity": "sha1-FGRJcgQ8lVZniNB9mpNn7dQ4pNY=", "dev": true, "requires": { "@hapi/joi": "^15.0.1", @@ -2668,7 +2655,7 @@ }, "autoprefixer": { "version": "9.8.6", - "resolved": "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz?cache=0&sync_timestamp=1596142112478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fautoprefixer%2Fdownload%2Fautoprefixer-9.8.6.tgz", + "resolved": "https://registry.npm.taobao.org/autoprefixer/download/autoprefixer-9.8.6.tgz?cache=0&sync_timestamp=1600194466587&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fautoprefixer%2Fdownload%2Fautoprefixer-9.8.6.tgz", "integrity": "sha1-O3NZTKG/kmYyDFrPFYjXTep0IQ8=", "dev": true, "requires": { @@ -2916,7 +2903,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -3105,15 +3092,15 @@ } }, "browserslist": { - "version": "4.14.0", - "resolved": "https://registry.npm.taobao.org/browserslist/download/browserslist-4.14.0.tgz?cache=0&sync_timestamp=1596754423280&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.14.0.tgz", - "integrity": "sha1-KQiVGr/k7Jhze3LzTDvO3I1DsAA=", + "version": "4.14.3", + "resolved": "https://registry.npm.taobao.org/browserslist/download/browserslist-4.14.3.tgz?cache=0&sync_timestamp=1600355295280&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.14.3.tgz", + "integrity": "sha1-OB+efxN5Sy6xfhdhtPEY6K5mWlM=", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001111", - "electron-to-chromium": "^1.3.523", - "escalade": "^3.0.2", - "node-releases": "^1.1.60" + "caniuse-lite": "^1.0.30001131", + "electron-to-chromium": "^1.3.570", + "escalade": "^3.1.0", + "node-releases": "^1.1.61" } }, "buffer": { @@ -3365,9 +3352,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001117", - "resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001117.tgz?cache=0&sync_timestamp=1597982706012&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001117.tgz", - "integrity": "sha1-aan65dSA6qlYn3ZBqDhCrTltF8Q=", + "version": "1.0.30001133", + "resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001133.tgz", + "integrity": "sha1-7FZMVJUxEpnrBSReJS1YmoSs2V4=", "dev": true }, "case-sensitive-paths-webpack-plugin": { @@ -3603,9 +3590,9 @@ "dev": true }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -3754,7 +3741,7 @@ }, "commander": { "version": "2.20.3", - "resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1595168123275&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz", + "resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1598576090524&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz", "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", "dev": true }, @@ -3802,7 +3789,7 @@ }, "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -3849,7 +3836,7 @@ }, "consolidate": { "version": "0.15.1", - "resolved": "https://registry.npm.taobao.org/consolidate/download/consolidate-0.15.1.tgz", + "resolved": "https://registry.npm.taobao.org/consolidate/download/consolidate-0.15.1.tgz?cache=0&sync_timestamp=1599604996729&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconsolidate%2Fdownload%2Fconsolidate-0.15.1.tgz", "integrity": "sha1-IasEMjXHGgfUXZqtmFk7DbpWurc=", "dev": true, "requires": { @@ -3925,9 +3912,9 @@ "dev": true }, "copy-webpack-plugin": { - "version": "5.1.1", - "resolved": "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.1.tgz?cache=0&sync_timestamp=1593550572650&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.1.tgz", - "integrity": "sha1-VIGgPeoRI9iKmIxv+LeCRyFPC4g=", + "version": "5.1.2", + "resolved": "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz?cache=0&sync_timestamp=1600450188946&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.2.tgz", + "integrity": "sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=", "dev": true, "requires": { "cacache": "^12.0.3", @@ -3940,7 +3927,7 @@ "normalize-path": "^3.0.0", "p-limit": "^2.2.1", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^4.0.0", "webpack-log": "^2.0.0" }, "dependencies": { @@ -3993,7 +3980,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -4002,12 +3989,6 @@ "ajv-keywords": "^3.1.0" } }, - "serialize-javascript": { - "version": "2.1.2", - "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-2.1.2.tgz", - "integrity": "sha1-7OxTsOAxe9yV73arcHS3OEeF+mE=", - "dev": true - }, "slash": { "version": "1.0.0", "resolved": "https://registry.npm.taobao.org/slash/download/slash-1.0.0.tgz", @@ -4164,7 +4145,7 @@ }, "css-loader": { "version": "3.6.0", - "resolved": "https://registry.npm.taobao.org/css-loader/download/css-loader-3.6.0.tgz?cache=0&sync_timestamp=1596727427628&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-loader%2Fdownload%2Fcss-loader-3.6.0.tgz", + "resolved": "https://registry.npm.taobao.org/css-loader/download/css-loader-3.6.0.tgz", "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", "dev": true, "requires": { @@ -4247,7 +4228,7 @@ }, "cssnano": { "version": "4.1.10", - "resolved": "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz", + "resolved": "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz?cache=0&sync_timestamp=1599670205357&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano%2Fdownload%2Fcssnano-4.1.10.tgz", "integrity": "sha1-CsQfCxPRPUZUh+ERt3jULaYxuLI=", "dev": true, "requires": { @@ -4259,7 +4240,7 @@ }, "cssnano-preset-default": { "version": "4.0.7", - "resolved": "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", + "resolved": "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz?cache=0&sync_timestamp=1599672313016&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano-preset-default%2Fdownload%2Fcssnano-preset-default-4.0.7.tgz", "integrity": "sha1-UexmLM/KD4izltzZZ5zbkxvhf3Y=", "dev": true, "requires": { @@ -4432,7 +4413,7 @@ }, "default-gateway": { "version": "5.0.5", - "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-5.0.5.tgz", + "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-5.0.5.tgz?cache=0&sync_timestamp=1598471386563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdefault-gateway%2Fdownload%2Fdefault-gateway-5.0.5.tgz", "integrity": "sha1-T9a9XShV05s0zFpZUFSG6ar8mxA=", "dev": true, "requires": { @@ -4816,9 +4797,9 @@ } }, "dot-prop": { - "version": "5.2.0", - "resolved": "https://registry.npm.taobao.org/dot-prop/download/dot-prop-5.2.0.tgz?cache=0&sync_timestamp=1597574874928&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdot-prop%2Fdownload%2Fdot-prop-5.2.0.tgz", - "integrity": "sha1-w07MKVVtxF8fTCJpe29JBODMT8s=", + "version": "5.3.0", + "resolved": "https://registry.npm.taobao.org/dot-prop/download/dot-prop-5.3.0.tgz", + "integrity": "sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog=", "dev": true, "requires": { "is-obj": "^2.0.0" @@ -4883,9 +4864,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.3.542", - "resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.542.tgz?cache=0&sync_timestamp=1598110772262&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.542.tgz", - "integrity": "sha1-Ckj/cIZGpUGJ7LvtiKSdc90Uzow=", + "version": "1.3.570", + "resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.570.tgz", + "integrity": "sha1-P1FBzDm044kqJ2tIiZgNq/HSnH8=", "dev": true }, "element-ui": { @@ -4953,7 +4934,7 @@ }, "enhanced-resolve": { "version": "4.3.0", - "resolved": "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.3.0.tgz?cache=0&sync_timestamp=1594972208431&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.3.0.tgz", + "resolved": "https://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-4.3.0.tgz?cache=0&sync_timestamp=1600384940681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.3.0.tgz", "integrity": "sha1-O4BvO/r8HsfeaVUe+TzKRsFwQSY=", "dev": true, "requires": { @@ -5038,9 +5019,9 @@ } }, "escalade": { - "version": "3.0.2", - "resolved": "https://registry.npm.taobao.org/escalade/download/escalade-3.0.2.tgz?cache=0&sync_timestamp=1594742923342&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescalade%2Fdownload%2Fescalade-3.0.2.tgz", - "integrity": "sha1-algNcO24eIDyK0yR0NVgeN9pYsQ=", + "version": "3.1.0", + "resolved": "https://registry.npm.taobao.org/escalade/download/escalade-3.1.0.tgz?cache=0&sync_timestamp=1600103393800&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescalade%2Fdownload%2Fescalade-3.1.0.tgz", + "integrity": "sha1-6OLXx6i3b27mTCGB1rgVFEFgLU4=", "dev": true }, "escape-html": { @@ -5528,9 +5509,9 @@ "dev": true }, "eventemitter3": { - "version": "4.0.5", - "resolved": "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.5.tgz?cache=0&sync_timestamp=1598086479332&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feventemitter3%2Fdownload%2Feventemitter3-4.0.5.tgz", - "integrity": "sha1-UdgeTxzMgxGgTwwgEh6oJDd+ptk=", + "version": "4.0.7", + "resolved": "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.7.tgz?cache=0&sync_timestamp=1598517790184&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feventemitter3%2Fdownload%2Feventemitter3-4.0.7.tgz", + "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=", "dev": true }, "events": { @@ -5657,7 +5638,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -5871,7 +5852,7 @@ }, "file-loader": { "version": "4.3.0", - "resolved": "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz", + "resolved": "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz?cache=0&sync_timestamp=1598876077393&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-4.3.0.tgz", "integrity": "sha1-eA8ED3KbPRgBnyBgX3I+hEuKWK8=", "dev": true, "requires": { @@ -5932,7 +5913,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -6471,7 +6452,7 @@ }, "highlight.js": { "version": "9.18.3", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.18.3.tgz?cache=0&sync_timestamp=1596157089152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighlight.js%2Fdownload%2Fhighlight.js-9.18.3.tgz", + "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.18.3.tgz", "integrity": "sha1-oaCiAo1eMUniOA+Khl7oUWcD1jQ=", "dev": true }, @@ -6949,9 +6930,9 @@ } }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -6971,7 +6952,7 @@ "dependencies": { "default-gateway": { "version": "4.2.0", - "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-4.2.0.tgz", + "resolved": "https://registry.npm.taobao.org/default-gateway/download/default-gateway-4.2.0.tgz?cache=0&sync_timestamp=1598471386563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdefault-gateway%2Fdownload%2Fdefault-gateway-4.2.0.tgz", "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", "dev": true, "requires": { @@ -7362,9 +7343,9 @@ "dev": true }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz", - "integrity": "sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=", + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", "dev": true, "requires": { "has-flag": "^4.0.0" @@ -7433,9 +7414,9 @@ "dev": true }, "json-parse-even-better-errors": { - "version": "2.3.0", - "resolved": "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.0.tgz", - "integrity": "sha1-Nxhzxf+kQwSmuhJBm8+pX0BK4IE=", + "version": "2.3.1", + "resolved": "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", "dev": true }, "json-schema": { @@ -7730,9 +7711,9 @@ } }, "loglevel": { - "version": "1.6.8", - "resolved": "https://registry.npm.taobao.org/loglevel/download/loglevel-1.6.8.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.6.8.tgz", - "integrity": "sha1-iiX7ddCSIw7NRFcnDYC1TigBEXE=", + "version": "1.7.0", + "resolved": "https://registry.npm.taobao.org/loglevel/download/loglevel-1.7.0.tgz?cache=0&sync_timestamp=1598447570801&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.7.0.tgz", + "integrity": "sha1-coFmhVp0DVnTjbAc9G8ELKoEG7A=", "dev": true }, "loose-envify": { @@ -8059,7 +8040,7 @@ }, "mini-css-extract-plugin": { "version": "0.9.0", - "resolved": "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1597072272847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz", + "resolved": "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1599924023653&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz", "integrity": "sha1-R/LPB6oWWrNXM7H8l9TEbAVkM54=", "dev": true, "requires": { @@ -8083,7 +8064,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -8330,9 +8311,9 @@ } }, "node-forge": { - "version": "0.9.0", - "resolved": "https://registry.npm.taobao.org/node-forge/download/node-forge-0.9.0.tgz?cache=0&sync_timestamp=1569524669712&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-forge%2Fdownload%2Fnode-forge-0.9.0.tgz", - "integrity": "sha1-1iQFDtu0SHStyhK7mlLsY8t4JXk=", + "version": "0.10.0", + "resolved": "https://registry.npm.taobao.org/node-forge/download/node-forge-0.10.0.tgz?cache=0&sync_timestamp=1599010746318&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-forge%2Fdownload%2Fnode-forge-0.10.0.tgz", + "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=", "dev": true }, "node-gyp": { @@ -8414,9 +8395,9 @@ } }, "node-releases": { - "version": "1.1.60", - "resolved": "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.60.tgz?cache=0&sync_timestamp=1595485388334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.60.tgz", - "integrity": "sha1-aUi9/OgobwtdDlqI6DhOlU3+cIQ=", + "version": "1.1.61", + "resolved": "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.61.tgz?cache=0&sync_timestamp=1599612901168&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.61.tgz", + "integrity": "sha1-cHsPypzk4ReDYSukovy6CQR68W4=", "dev": true }, "node-sass": { @@ -8772,7 +8753,7 @@ }, "open": { "version": "6.4.0", - "resolved": "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz", + "resolved": "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1598611789248&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-6.4.0.tgz", "integrity": "sha1-XBPpbQ3IlGhhZPGJZez+iJ7PyKk=", "dev": true, "requires": { @@ -8780,9 +8761,9 @@ } }, "opener": { - "version": "1.5.1", - "resolved": "https://registry.npm.taobao.org/opener/download/opener-1.5.1.tgz", - "integrity": "sha1-bS8Od/GgrwAyrKcWwsH7uOfoq+0=", + "version": "1.5.2", + "resolved": "https://registry.npm.taobao.org/opener/download/opener-1.5.2.tgz", + "integrity": "sha1-XTfh81B3udysQwE3InGv3rKhNZg=", "dev": true }, "opn": { @@ -8810,7 +8791,7 @@ }, "ora": { "version": "3.4.0", - "resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1596812571990&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fora%2Fdownload%2Fora-3.4.0.tgz", + "resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1599425394087&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fora%2Fdownload%2Fora-3.4.0.tgz", "integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=", "dev": true, "requires": { @@ -9156,7 +9137,7 @@ "dependencies": { "debug": { "version": "3.2.6", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.2.6.tgz", "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=", "dev": true, "requires": { @@ -9206,9 +9187,9 @@ } }, "postcss-calc": { - "version": "7.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.3.tgz?cache=0&sync_timestamp=1596805750450&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.3.tgz", - "integrity": "sha1-1lzKkqPFK/J603pfcy4Fh7dPFiM=", + "version": "7.0.4", + "resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.4.tgz?cache=0&sync_timestamp=1598957959193&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.4.tgz", + "integrity": "sha1-Xhd920FzQebUoZPF2f2K2nkJT4s=", "dev": true, "requires": { "postcss": "^7.0.27", @@ -9218,7 +9199,7 @@ }, "postcss-colormin": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz?cache=0&sync_timestamp=1599671990498&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-colormin%2Fdownload%2Fpostcss-colormin-4.0.3.tgz", "integrity": "sha1-rgYLzpPteUrHEmTwgTLVUJVr04E=", "dev": true, "requires": { @@ -9239,7 +9220,7 @@ }, "postcss-convert-values": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz?cache=0&sync_timestamp=1599671991018&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-convert-values%2Fdownload%2Fpostcss-convert-values-4.0.1.tgz", "integrity": "sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=", "dev": true, "requires": { @@ -9257,7 +9238,7 @@ }, "postcss-discard-comments": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1599671991457&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz", "integrity": "sha1-H7q9LCRr/2qq15l7KwkY9NevQDM=", "dev": true, "requires": { @@ -9266,7 +9247,7 @@ }, "postcss-discard-duplicates": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1599670212256&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz", "integrity": "sha1-P+EzzTyCKC5VD8myORdqkge3hOs=", "dev": true, "requires": { @@ -9275,7 +9256,7 @@ }, "postcss-discard-empty": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz?cache=0&sync_timestamp=1599670212347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-empty%2Fdownload%2Fpostcss-discard-empty-4.0.1.tgz", "integrity": "sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=", "dev": true, "requires": { @@ -9284,7 +9265,7 @@ }, "postcss-discard-overridden": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz?cache=0&sync_timestamp=1599670212435&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-overridden%2Fdownload%2Fpostcss-discard-overridden-4.0.1.tgz", "integrity": "sha1-ZSrvipZybwKfXj4AFG7npOdV/1c=", "dev": true, "requires": { @@ -9292,9 +9273,9 @@ } }, "postcss-load-config": { - "version": "2.1.0", - "resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.1.0.tgz", - "integrity": "sha1-yE1pK3u3tB3c7ZTuYuirMbQXsAM=", + "version": "2.1.1", + "resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.1.1.tgz?cache=0&sync_timestamp=1600382888083&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-load-config%2Fdownload%2Fpostcss-load-config-2.1.1.tgz", + "integrity": "sha1-CmhLuL6wXlW6+SL3q0TD7bF8944=", "dev": true, "requires": { "cosmiconfig": "^5.0.0", @@ -9303,7 +9284,7 @@ }, "postcss-loader": { "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/postcss-loader/download/postcss-loader-3.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-loader/download/postcss-loader-3.0.0.tgz?cache=0&sync_timestamp=1600185948476&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-loader%2Fdownload%2Fpostcss-loader-3.0.0.tgz", "integrity": "sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=", "dev": true, "requires": { @@ -9315,7 +9296,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -9328,7 +9309,7 @@ }, "postcss-merge-longhand": { "version": "4.0.11", - "resolved": "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1599670212725&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz", "integrity": "sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=", "dev": true, "requires": { @@ -9348,7 +9329,7 @@ }, "postcss-merge-rules": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1599670206654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz", "integrity": "sha1-NivqT/Wh+Y5AdacTxsslrv75plA=", "dev": true, "requires": { @@ -9375,7 +9356,7 @@ }, "postcss-minify-font-values": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz?cache=0&sync_timestamp=1599670212929&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-font-values%2Fdownload%2Fpostcss-minify-font-values-4.0.2.tgz", "integrity": "sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY=", "dev": true, "requires": { @@ -9393,7 +9374,7 @@ }, "postcss-minify-gradients": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1599670213021&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz", "integrity": "sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE=", "dev": true, "requires": { @@ -9413,7 +9394,7 @@ }, "postcss-minify-params": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz?cache=0&sync_timestamp=1599670209700&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-params%2Fdownload%2Fpostcss-minify-params-4.0.2.tgz", "integrity": "sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ=", "dev": true, "requires": { @@ -9435,7 +9416,7 @@ }, "postcss-minify-selectors": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1599670209945&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz", "integrity": "sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=", "dev": true, "requires": { @@ -9469,7 +9450,7 @@ }, "postcss-modules-local-by-default": { "version": "3.0.3", - "resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz?cache=0&sync_timestamp=1595733574396&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-3.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz?cache=0&sync_timestamp=1600271654874&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-3.0.3.tgz", "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", "dev": true, "requires": { @@ -9491,7 +9472,7 @@ }, "postcss-modules-values": { "version": "3.0.0", - "resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz?cache=0&sync_timestamp=1600269591886&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-3.0.0.tgz", "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", "dev": true, "requires": { @@ -9501,7 +9482,7 @@ }, "postcss-normalize-charset": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1599670213297&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz", "integrity": "sha1-izWt067oOhNrBHHg1ZvlilAoXdQ=", "dev": true, "requires": { @@ -9510,7 +9491,7 @@ }, "postcss-normalize-display-values": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1599672317574&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz", "integrity": "sha1-Db4EpM6QY9RmftK+R2u4MMglk1o=", "dev": true, "requires": { @@ -9529,7 +9510,7 @@ }, "postcss-normalize-positions": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-positions%2Fdownload%2Fpostcss-normalize-positions-4.0.2.tgz", "integrity": "sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8=", "dev": true, "requires": { @@ -9569,7 +9550,7 @@ }, "postcss-normalize-string": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1599672318066&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz", "integrity": "sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=", "dev": true, "requires": { @@ -9704,7 +9685,7 @@ }, "postcss-reduce-transforms": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz?cache=0&sync_timestamp=1599670537940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-reduce-transforms%2Fdownload%2Fpostcss-reduce-transforms-4.0.2.tgz", "integrity": "sha1-F++kBerMbge+NBSlyi0QdGgdTik=", "dev": true, "requires": { @@ -9735,7 +9716,7 @@ }, "postcss-svgo": { "version": "4.0.2", - "resolved": "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz?cache=0&sync_timestamp=1599670538042&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-svgo%2Fdownload%2Fpostcss-svgo-4.0.2.tgz", "integrity": "sha1-F7mXvHEbMzurFDqu07jT1uPTglg=", "dev": true, "requires": { @@ -9755,7 +9736,7 @@ }, "postcss-unique-selectors": { "version": "4.0.1", - "resolved": "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz?cache=0&sync_timestamp=1599670538132&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-unique-selectors%2Fdownload%2Fpostcss-unique-selectors-4.0.1.tgz", "integrity": "sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w=", "dev": true, "requires": { @@ -9842,7 +9823,7 @@ }, "prettier": { "version": "1.19.1", - "resolved": "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz", + "resolved": "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1600215475668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz", "integrity": "sha1-99f1/4qc2HKnvkyhQglZVqYHl8s=", "dev": true, "optional": true @@ -10251,9 +10232,9 @@ "dev": true }, "regexpu-core": { - "version": "4.7.0", - "resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.7.0.tgz", - "integrity": "sha1-/L9FjFBDGwu3tF1pZ7gZLZHz2Tg=", + "version": "4.7.1", + "resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.7.1.tgz?cache=0&sync_timestamp=1600413554352&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexpu-core%2Fdownload%2Fregexpu-core-4.7.1.tgz", + "integrity": "sha1-LepamgcjMpj78NuR+pq8TG4PitY=", "dev": true, "requires": { "regenerate": "^1.4.0", @@ -10725,12 +10706,12 @@ "dev": true }, "selfsigned": { - "version": "1.10.7", - "resolved": "https://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.7.tgz", - "integrity": "sha1-2lgZ/QSdVXTyjoipvMbbxubzkGs=", + "version": "1.10.8", + "resolved": "https://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.8.tgz?cache=0&sync_timestamp=1600187989135&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fselfsigned%2Fdownload%2Fselfsigned-1.10.8.tgz", + "integrity": "sha1-DRcgi30Swz+OrIXEGDXyf8PYGjA=", "dev": true, "requires": { - "node-forge": "0.9.0" + "node-forge": "^0.10.0" } }, "semver": { @@ -10762,7 +10743,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -10793,7 +10774,7 @@ }, "serialize-javascript": { "version": "4.0.0", - "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-4.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-4.0.0.tgz?cache=0&sync_timestamp=1599740657550&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-4.0.0.tgz", "integrity": "sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=", "dev": true, "requires": { @@ -10817,7 +10798,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -11134,7 +11115,7 @@ "dependencies": { "debug": { "version": "3.2.6", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.2.6.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.2.6.tgz", "integrity": "sha1-6D0X3hbYp++3cX7b5fsQE17uYps=", "dev": true, "requires": { @@ -11262,12 +11243,12 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -11293,12 +11274,12 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -11543,7 +11524,7 @@ }, "stylehacks": { "version": "4.0.3", - "resolved": "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz", + "resolved": "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1599670542665&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz", "integrity": "sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU=", "dev": true, "requires": { @@ -11906,7 +11887,7 @@ }, "terser": { "version": "4.8.0", - "resolved": "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1597937531576&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.8.0.tgz", + "resolved": "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1600354951703&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.8.0.tgz", "integrity": "sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc=", "dev": true, "requires": { @@ -11925,7 +11906,7 @@ }, "terser-webpack-plugin": { "version": "1.4.5", - "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1597229611059&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz", + "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1600532089859&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz", "integrity": "sha1-oheu+uozDnNP+sthIOwfoxLWBAs=", "dev": true, "requires": { @@ -11942,7 +11923,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -11985,7 +11966,7 @@ }, "thread-loader": { "version": "2.1.3", - "resolved": "https://registry.npm.taobao.org/thread-loader/download/thread-loader-2.1.3.tgz", + "resolved": "https://registry.npm.taobao.org/thread-loader/download/thread-loader-2.1.3.tgz?cache=0&sync_timestamp=1599931020790&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fthread-loader%2Fdownload%2Fthread-loader-2.1.3.tgz", "integrity": "sha1-y9LBOfwrLebp0o9iKGq3cMGsvdo=", "dev": true, "requires": { @@ -12621,7 +12602,7 @@ }, "vue-loader": { "version": "15.9.3", - "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-15.9.3.tgz", + "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-15.9.3.tgz?cache=0&sync_timestamp=1599639236822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-15.9.3.tgz", "integrity": "sha1-DeNdnlVdPtU5aVFsrFziVTEpndo=", "dev": true, "requires": { @@ -12640,6 +12621,86 @@ } } }, + "vue-loader-v16": { + "version": "npm:vue-loader@16.0.0-beta.7", + "resolved": "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0-beta.7.tgz?cache=0&sync_timestamp=1599639236822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-16.0.0-beta.7.tgz", + "integrity": "sha1-bycm+g4rH7rmeJXEdZO79p8rmrg=", + "dev": true, + "optional": true, + "requires": { + "@types/mini-css-extract-plugin": "^0.9.1", + "chalk": "^3.0.0", + "hash-sum": "^2.0.0", + "loader-utils": "^1.2.3", + "merge-source-map": "^1.1.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.2.1.tgz", + "integrity": "sha1-kK51xCTQCNJiTFvynq0xd+v881k=", + "dev": true, + "optional": true, + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-3.0.0.tgz", + "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", + "dev": true, + "optional": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz", + "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", + "dev": true, + "optional": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz", + "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", + "dev": true, + "optional": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz", + "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz", + "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", + "dev": true, + "optional": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz", + "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", + "dev": true, + "optional": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, "vue-router": { "version": "3.4.3", "resolved": "https://registry.npm.taobao.org/vue-router/download/vue-router-3.4.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-3.4.3.tgz", @@ -12686,7 +12747,7 @@ }, "watchpack": { "version": "1.7.4", - "resolved": "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz?cache=0&sync_timestamp=1597081509527&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.4.tgz", + "resolved": "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz?cache=0&sync_timestamp=1600385622765&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.4.tgz", "integrity": "sha1-bp2lOzyAuy1lCBiPWyAEEIZs0ws=", "dev": true, "requires": { @@ -12834,9 +12895,9 @@ } }, "webpack": { - "version": "4.44.1", - "resolved": "https://registry.npm.taobao.org/webpack/download/webpack-4.44.1.tgz?cache=0&sync_timestamp=1597914981532&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.44.1.tgz", - "integrity": "sha1-F+af/58yG48RfR/acU7fwLk5zCE=", + "version": "4.44.2", + "resolved": "https://registry.npm.taobao.org/webpack/download/webpack-4.44.2.tgz?cache=0&sync_timestamp=1600451236446&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.44.2.tgz", + "integrity": "sha1-a/4rCvBVyLLR6Q7SzZNj+EEma3I=", "dev": true, "requires": { "@webassemblyjs/ast": "1.9.0", @@ -12866,7 +12927,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -12878,9 +12939,9 @@ } }, "webpack-bundle-analyzer": { - "version": "3.8.0", - "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.8.0.tgz", - "integrity": "sha1-zms/kI2vBp/R9yZvaSy7O97ZuhY=", + "version": "3.9.0", + "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz", + "integrity": "sha1-9vlNsQj7V05BWtMT3kGicH0z7zw=", "dev": true, "requires": { "acorn": "^7.1.1", @@ -12892,7 +12953,7 @@ "express": "^4.16.3", "filesize": "^3.6.1", "gzip-size": "^5.0.0", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "mkdirp": "^0.5.1", "opener": "^1.5.1", "ws": "^6.0.0" @@ -13058,12 +13119,12 @@ } }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", + "version": "4.2.0", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502824188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz", + "integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "emoji-regex": { @@ -13144,7 +13205,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1598871845041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz", "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", "dev": true, "requires": { @@ -13198,7 +13259,7 @@ }, "supports-color": { "version": "6.1.0", - "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz", + "resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1598611787836&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz", "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", "dev": true, "requires": { @@ -13235,7 +13296,7 @@ }, "yargs": { "version": "13.3.2", - "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-13.3.2.tgz", + "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-13.3.2.tgz?cache=0&sync_timestamp=1599709237190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.3.2.tgz", "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=", "dev": true, "requires": { @@ -13253,7 +13314,7 @@ }, "yargs-parser": { "version": "13.1.2", - "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1596945712459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz", + "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1600574768637&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz", "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", "dev": true, "requires": { @@ -13275,7 +13336,7 @@ }, "webpack-merge": { "version": "4.2.2", - "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1597767022437&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz", + "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1599634649546&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz", "integrity": "sha1-onxS6ng9E5iv0gh/VH17nS9DY00=", "dev": true, "requires": { @@ -13284,7 +13345,7 @@ }, "webpack-sources": { "version": "1.4.3", - "resolved": "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz?cache=0&sync_timestamp=1597907748111&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-sources%2Fdownload%2Fwebpack-sources-1.4.3.tgz", + "resolved": "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz?cache=0&sync_timestamp=1600383912756&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-sources%2Fdownload%2Fwebpack-sources-1.4.3.tgz", "integrity": "sha1-7t2OwLko+/HL/plOItLYkPMwqTM=", "dev": true, "requires": { @@ -13469,7 +13530,7 @@ }, "yargs": { "version": "15.4.1", - "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-15.4.1.tgz", + "resolved": "https://registry.npm.taobao.org/yargs/download/yargs-15.4.1.tgz?cache=0&sync_timestamp=1599709237190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-15.4.1.tgz", "integrity": "sha1-DYehbeAa7p2L7Cv7909nhRcw9Pg=", "dev": true, "requires": { @@ -13524,7 +13585,7 @@ }, "yargs-parser": { "version": "18.1.3", - "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-18.1.3.tgz?cache=0&sync_timestamp=1596945712459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-18.1.3.tgz", + "resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-18.1.3.tgz?cache=0&sync_timestamp=1600574768637&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-18.1.3.tgz", "integrity": "sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=", "dev": true, "requires": { diff --git a/source/vue/xzs-student/package.json b/source/vue/xzs-student/package.json index c199987..2b7b314 100644 --- a/source/vue/xzs-student/package.json +++ b/source/vue/xzs-student/package.json @@ -26,11 +26,11 @@ "vuex": "^3.5.1" }, "devDependencies": { - "@vue/cli-plugin-babel": "^4.4.6", - "@vue/cli-plugin-eslint": "^4.4.6", - "@vue/cli-plugin-router": "^4.4.6", - "@vue/cli-plugin-vuex": "^4.4.6", - "@vue/cli-service": "^4.4.6", + "@vue/cli-plugin-babel": "^4.5.6", + "@vue/cli-plugin-eslint": "^4.5.6", + "@vue/cli-plugin-router": "^4.5.6", + "@vue/cli-plugin-vuex": "^4.5.6", + "@vue/cli-service": "^4.5.6", "@vue/eslint-config-standard": "^4.0.0", "babel-eslint": "^10.0.3", "eslint": "^5.16.0", diff --git a/source/xzs/src/main/resources/static/admin/index.html b/source/xzs/src/main/resources/static/admin/index.html index 02bd228..0ae1eb2 100644 --- a/source/xzs/src/main/resources/static/admin/index.html +++ b/source/xzs/src/main/resources/static/admin/index.html @@ -13,4 +13,4 @@ hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9' var s = document.getElementsByTagName('script')[0] s.parentNode.insertBefore(hm, s) - })()
\ No newline at end of file + })()
\ No newline at end of file diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-04b6c2be.d3d1d894.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-04b6c2be.b6682957.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-04b6c2be.d3d1d894.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-04b6c2be.b6682957.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-07d991b3.91538e3d.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-07d991b3.edef7b81.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-07d991b3.91538e3d.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-07d991b3.edef7b81.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-1159e38a.e9f2d52a.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-1159e38a.ee23bf1b.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-1159e38a.e9f2d52a.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-1159e38a.ee23bf1b.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-16f9edc1.9e607ba9.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-16f9edc1.9854f06f.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-16f9edc1.9e607ba9.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-16f9edc1.9854f06f.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-2d0c138b.6013aadc.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-2d0c138b.8551d68e.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-2d0c138b.6013aadc.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-2d0c138b.8551d68e.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-2d221bd2.f0317f6a.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-2d221bd2.9bd888b6.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-2d221bd2.f0317f6a.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-2d221bd2.9bd888b6.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-2d2300ef.364e9538.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-2d2300ef.a75a3fb7.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-2d2300ef.364e9538.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-2d2300ef.a75a3fb7.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-37f7a892.4b2c4910.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-37f7a892.2c2ae177.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-37f7a892.4b2c4910.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-37f7a892.2c2ae177.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-4472f2d7.ce2acb74.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-4472f2d7.49d1c622.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-4472f2d7.ce2acb74.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-4472f2d7.49d1c622.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-448755e2.6bfbe912.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-448755e2.9256bbe8.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-448755e2.6bfbe912.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-448755e2.9256bbe8.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-4cf8ab8c.8e8d8e31.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-4cf8ab8c.ce8a7cc6.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-4cf8ab8c.8e8d8e31.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-4cf8ab8c.ce8a7cc6.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-5025ea04.4db07336.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-5025ea04.1c1d3827.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-5025ea04.4db07336.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-5025ea04.1c1d3827.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-63af86fe.1559b7ea.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-63af86fe.05668db4.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-63af86fe.1559b7ea.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-63af86fe.05668db4.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-6e3b3ca0.9246343f.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-6e3b3ca0.ccfcb2f2.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-6e3b3ca0.9246343f.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-6e3b3ca0.ccfcb2f2.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-71f81c10.6f8ea9d4.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-71f81c10.e98010d1.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-71f81c10.6f8ea9d4.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-71f81c10.e98010d1.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-733c35b2.b1ed088c.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-733c35b2.bf35a6f8.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-733c35b2.b1ed088c.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-733c35b2.bf35a6f8.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-75f11c77.127f2336.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-75f11c77.90e63b27.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-75f11c77.127f2336.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-75f11c77.90e63b27.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-78234ca2.20c96828.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-78234ca2.8e54f6c1.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-78234ca2.20c96828.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-78234ca2.8e54f6c1.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-793f0082.c3d69e72.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-793f0082.ef8da561.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-793f0082.c3d69e72.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-793f0082.ef8da561.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-913f50a6.98221e66.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-913f50a6.3f37a42a.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-913f50a6.98221e66.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-913f50a6.3f37a42a.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-c2aa2eac.0f9bd604.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-c2aa2eac.b75eaa7c.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-c2aa2eac.0f9bd604.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-c2aa2eac.b75eaa7c.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-c7b9eaf2.d49733ad.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-c7b9eaf2.130228d9.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-c7b9eaf2.d49733ad.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-c7b9eaf2.130228d9.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/chunk-d0753fda.cd82a2db.js b/source/xzs/src/main/resources/static/admin/static/js/chunk-d0753fda.b5d5090f.js similarity index 100% rename from source/xzs/src/main/resources/static/admin/static/js/chunk-d0753fda.cd82a2db.js rename to source/xzs/src/main/resources/static/admin/static/js/chunk-d0753fda.b5d5090f.js diff --git a/source/xzs/src/main/resources/static/admin/static/js/index.7ba6ea01.js b/source/xzs/src/main/resources/static/admin/static/js/index.e9e6f2ed.js similarity index 99% rename from source/xzs/src/main/resources/static/admin/static/js/index.7ba6ea01.js rename to source/xzs/src/main/resources/static/admin/static/js/index.e9e6f2ed.js index cbcfb18..04bd028 100644 --- a/source/xzs/src/main/resources/static/admin/static/js/index.7ba6ea01.js +++ b/source/xzs/src/main/resources/static/admin/static/js/index.e9e6f2ed.js @@ -1 +1 @@ -(function(e){function t(t){for(var a,i,o=t[0],r=t[1],l=t[2],u=0,d=[];u'});s.a.add(o);t["default"]=o},"0f9a":function(e,t,n){"use strict";n.r(t);var a=n("a78e"),i=n.n(a),c=n("c24f"),s={userName:i.a.get("adminUserName"),userInfo:i.a.get("adminUserInfo")},o={initUserInfo:function(e){var t=e.commit;c["a"].getCurrentUser().then((function(e){t("setUserInfo",e.response)}))}},r={setUserName:function(e,t){e.userName=t,i.a.set("adminUserName",t,{expires:30})},setUserInfo:function(e,t){e.userInfo=t,i.a.set("adminUserInfo",t,{expires:30})},clearLogin:function(e){i.a.remove("adminUserName"),i.a.remove("adminUserInfo")}};t["default"]={namespaced:!0,state:s,mutations:r,actions:o}},"12a5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-shopping",use:"icon-shopping-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},1430:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-qq",use:"icon-qq-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},1696:function(e,t,n){"use strict";var a=n("c12b"),i=n.n(a);i.a},1779:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-bug",use:"icon-bug-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"17df":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-international",use:"icon-international-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"18f0":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-link",use:"icon-link-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"24ab":function(e,t,n){e.exports={theme:"#1890ff"}},2580:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-language",use:"icon-language-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"2a3d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"2a4f":function(e,t,n){"use strict";var a=n("8da3"),i=n.n(a);i.a},"2f11":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},3046:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-money",use:"icon-money-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"30c3":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-example",use:"icon-example-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},3289:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-list",use:"icon-list-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"3f4d":function(e,t,n){},"41cb":function(e,t,n){"use strict";n.d(t,"a",(function(){return Qe})),n.d(t,"b",(function(){return Ze}));n("d3b7");var a,i,c=n("2b0e"),s=n("8c4f"),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"app-wrapper",class:e.classObj},["mobile"===e.device&&e.sidebar.opened?n("div",{staticClass:"drawer-bg",on:{click:e.handleClickOutside}}):e._e(),n("sidebar",{staticClass:"sidebar-container"}),n("div",{staticClass:"hasTagsView main-container"},[n("div",{staticClass:"fixed-header"},[n("navbar"),n("tags-view")],1),n("app-main"),e._m(0),n("back-to-top",{ref:"backTop",attrs:{"visibility-height":100,"back-position":0,"transition-name":"fade"}})],1)],1)},r=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"foot-copyright"},[n("span",[e._v("Copyright © 2020 武汉思维跳跃科技有限公司 版权所有")])])}],l=n("5530"),u=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"app-main"},[n("transition",{attrs:{name:"fade-transform",mode:"out-in"}},[n("keep-alive",{attrs:{include:e.cachedViews}},[n("router-view",{key:e.key})],1)],1)],1)},d=[],h={name:"AppMain",computed:{cachedViews:function(){return this.$store.state.tagsView.cachedViews},key:function(){return this.$route.path}}},v=h,f=(n("fdda"),n("028b"),n("2877")),m=Object(f["a"])(v,u,d,!1,null,"43b73468",null),p=m.exports,b=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"navbar"},[n("hamburger",{staticClass:"hamburger-container",attrs:{id:"hamburger-container","is-active":e.sidebar.opened},on:{toggleClick:e.toggleSideBar}}),n("breadcrumb",{staticClass:"breadcrumb-container",attrs:{id:"breadcrumb-container"}}),n("div",{staticClass:"right-menu"},[n("el-dropdown",{staticClass:"avatar-container right-menu-item hover-effect",attrs:{trigger:"click"}},[n("div",{staticClass:"avatar-wrapper"},[n("span",[e._v(e._s(e.userName))]),n("i",{staticClass:"el-icon-caret-bottom"})]),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("router-link",{attrs:{to:"/profile/index"}},[n("el-dropdown-item",[e._v("个人信息")])],1),n("router-link",{attrs:{to:"/"}},[n("el-dropdown-item",[e._v("主页")])],1),n("el-dropdown-item",{attrs:{divided:""},nativeOn:{click:function(t){return e.logout(t)}}},[e._v("退出")])],1)],1)],1)],1)},w=[],g=n("2f62"),x=n("7ded"),y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[n("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(t,a){return n("el-breadcrumb-item",{key:t.path},["noRedirect"===t.redirect||a==e.levelList.length-1?n("span",{staticClass:"no-redirect"},[e._v(e._s(t.meta.title))]):n("a",{on:{click:function(n){return n.preventDefault(),e.handleLink(t)}}},[e._v(e._s(t.meta.title))])])})),1)],1)},V=[],k=(n("99af"),n("4de4"),n("b0c0"),n("2ca0"),n("498a"),n("bd11")),z=n.n(k),C={data:function(){return{levelList:null}},watch:{$route:function(e){e.path.startsWith("/redirect/")||this.getBreadcrumb()}},created:function(){this.getBreadcrumb()},methods:{getBreadcrumb:function(){var e=this.$route.matched.filter((function(e){return e.meta&&e.meta.title})),t=e[0];this.isDashboard(t)||(e=[{path:"/dashboard",meta:{title:"主页"}}].concat(e)),this.levelList=e.filter((function(e){return e.meta&&e.meta.title&&!1!==e.meta.breadcrumb}))},isDashboard:function(e){var t=e&&e.name;return!!t&&t.trim().toLocaleLowerCase()==="Dashboard".toLocaleLowerCase()},pathCompile:function(e){var t=this.$route.params,n=z.a.compile(e);return n(t)},handleLink:function(e){var t=e.redirect,n=e.path;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},_=C,M=(n("e7df"),Object(f["a"])(_,y,V,!1,null,"c4ddd016",null)),L=M.exports,H=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticStyle:{padding:"0 15px"},on:{click:e.toggleClick}},[n("svg",{staticClass:"hamburger",class:{"is-active":e.isActive},attrs:{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",width:"64",height:"64"}},[n("path",{attrs:{d:"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z"}})])])},B=[],O={name:"Hamburger",props:{isActive:{type:Boolean,default:!1}},methods:{toggleClick:function(){this.$emit("toggleClick")}}},E=O,j=(n("5ea6"),Object(f["a"])(E,H,B,!1,null,"a6c6b342",null)),T=j.exports,S={components:{Breadcrumb:L,Hamburger:T},computed:Object(l["a"])({},Object(g["c"])(["sidebar","device","userName"])),methods:Object(l["a"])({toggleSideBar:function(){this.$store.dispatch("app/toggleSideBar")},logout:function(){var e=this;x["a"].logout().then((function(t){t&&1===t.code&&(e.clearLogin(),e.$router.push({path:"/login"}))}))}},Object(g["d"])("user",["clearLogin"]))},P=S,$=(n("033d"),Object(f["a"])(P,b,w,!1,null,"084c305e",null)),A=$.exports,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"has-logo"},[n("logo",{attrs:{collapse:e.isCollapse}}),n("el-scrollbar",{attrs:{"wrap-class":"scrollbar-wrapper"}},[n("el-menu",{attrs:{"default-active":e.activeMenu,collapse:e.isCollapse,"background-color":e.variables.menuBg,"text-color":e.variables.menuText,"unique-opened":!1,"active-text-color":e.variables.menuActiveText,"collapse-transition":!1,mode:"vertical"}},e._l(e.routes,(function(e){return n("sidebar-item",{key:e.path,attrs:{item:e,"base-path":e.path}})})),1)],1)],1)},D=[],q=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"sidebar-logo-container",class:{collapse:e.collapse}},[a("transition",{attrs:{name:"sidebarLogoFade"}},[e.collapse?a("router-link",{key:"collapse",staticClass:"sidebar-logo-link",attrs:{to:"/"}},[a("img",{staticClass:"sidebar-logo",attrs:{src:n("cf05")}}),a("h1",{staticClass:"sidebar-title"},[e._v(e._s(e.title)+" ")])]):a("router-link",{key:"expand",staticClass:"sidebar-logo-link",attrs:{to:"/"}},[a("img",{staticClass:"sidebar-logo",attrs:{src:n("cf05")}}),a("h1",{staticClass:"sidebar-title"},[e._v(e._s(e.title)+" ")])])],1)],1)},U=[],N={name:"SidebarLogo",props:{collapse:{type:Boolean,required:!0}},data:function(){return{title:"学之思管理系统"}}},W=N,R=(n("96d8"),Object(f["a"])(W,q,U,!1,null,"2bbac8a4",null)),F=R.exports,G=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.item.hidden?e._e():n("div",{staticClass:"menu-wrapper"},[!e.hasOneShowingChild(e.item.children,e.item)||e.onlyOneChild.children&&!e.onlyOneChild.noShowingChildren||e.item.alwaysShow?n("el-submenu",{ref:"subMenu",attrs:{index:e.resolvePath(e.item.path),"popper-append-to-body":""}},[n("template",{slot:"title"},[e.item.meta?n("item",{attrs:{icon:e.item.meta&&e.item.meta.icon,title:e.item.meta.title}}):e._e()],1),e._l(e.item.children,(function(t){return n("sidebar-item",{key:t.path,staticClass:"nest-menu",attrs:{"is-nest":!0,item:t,"base-path":e.resolvePath(t.path)}})}))],2):[e.onlyOneChild.meta?n("app-link",{attrs:{to:e.resolvePath(e.onlyOneChild.path)}},[n("el-menu-item",{class:{"submenu-title-noDropdown":!e.isNest},attrs:{index:e.resolvePath(e.onlyOneChild.path)}},[n("item",{attrs:{icon:e.onlyOneChild.meta.icon||e.item.meta&&e.item.meta.icon,title:e.onlyOneChild.meta.title}})],1)],1):e._e()]],2)},Y=[],Q=n("df7c"),Z=n.n(Q),J=n("61f7"),K={name:"MenuItem",functional:!0,props:{icon:{type:String,default:""},title:{type:String,default:""}},render:function(e,t){var n=t.props,a=n.icon,i=n.title,c=[];return a&&c.push(e("svg-icon",{attrs:{"icon-class":a}})),i&&c.push(e("span",{slot:"title"},[i])),c}},X=K,ee=Object(f["a"])(X,a,i,!1,null,null,null),te=ee.exports,ne=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("component",e._b({},"component",e.linkProps(e.to),!1),[e._t("default")],2)},ae=[],ie={props:{to:{type:String,required:!0}},methods:{linkProps:function(e){return Object(J["a"])(e)?{is:"a",href:e,target:"_blank",rel:"noopener"}:{is:"router-link",to:e}}}},ce=ie,se=Object(f["a"])(ce,ne,ae,!1,null,null,null),oe=se.exports,re={computed:{device:function(){return this.$store.state.app.device}},mounted:function(){this.fixBugIniOS()},methods:{fixBugIniOS:function(){var e=this,t=this.$refs.subMenu;if(t){var n=t.handleMouseleave;t.handleMouseleave=function(t){"mobile"!==e.device&&n(t)}}}}},le={name:"SidebarItem",components:{Item:te,AppLink:oe},mixins:[re],props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data:function(){return this.onlyOneChild=null,{}},methods:{hasOneShowingChild:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0,a=t.filter((function(t){return!t.hidden&&(e.onlyOneChild=t,!0)}));return 1===a.length||0===a.length&&(this.onlyOneChild=Object(l["a"])(Object(l["a"])({},n),{},{path:"",noShowingChildren:!0}),!0)},resolvePath:function(e){return Object(J["a"])(e)?e:Object(J["a"])(this.basePath)?this.basePath:Z.a.resolve(this.basePath,e)}}},ue=le,de=Object(f["a"])(ue,G,Y,!1,null,null,null),he=de.exports,ve=n("cf1e"),fe=n.n(ve),me={components:{SidebarItem:he,Logo:F},computed:Object(l["a"])(Object(l["a"])({},Object(g["c"])(["sidebar","routes"])),{},{activeMenu:function(){var e=this.$route,t=e.meta,n=e.path;return t.activeMenu?t.activeMenu:n},variables:function(){return fe.a},isCollapse:function(){return!this.sidebar.opened}})},pe=me,be=Object(f["a"])(pe,I,D,!1,null,null,null),we=be.exports,ge=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"tags-view-container",attrs:{id:"tags-view-container"}},[n("scroll-pane",{ref:"scrollPane",staticClass:"tags-view-wrapper"},e._l(e.visitedViews,(function(t){return n("router-link",{key:t.path,ref:"tag",refInFor:!0,staticClass:"tags-view-item",class:e.isActive(t)?"active":"",attrs:{to:{path:t.path,query:t.query,fullPath:t.fullPath},tag:"span"},nativeOn:{mouseup:function(n){return"button"in n&&1!==n.button?null:e.closeSelectedTag(t)},contextmenu:function(n){return n.preventDefault(),e.openMenu(t,n)}}},[e._v(" "+e._s(t.title)+" "),t.meta.affix?e._e():n("span",{staticClass:"el-icon-close",on:{click:function(n){return n.preventDefault(),n.stopPropagation(),e.closeSelectedTag(t)}}})])})),1),n("ul",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"contextmenu",style:{left:e.left+"px",top:e.top+"px"}},[n("li",{on:{click:function(t){return e.refreshSelectedTag(e.selectedTag)}}},[e._v("刷新")]),e.selectedTag.meta&&e.selectedTag.meta.affix?e._e():n("li",{on:{click:function(t){return e.closeSelectedTag(e.selectedTag)}}},[e._v("关闭")]),n("li",{on:{click:e.closeOthersTags}},[e._v("关闭其他")]),n("li",{on:{click:function(t){return e.closeAllTags(e.selectedTag)}}},[e._v("关闭全部")])])],1)},xe=[],ye=(n("4160"),n("fb6a"),n("45fc"),n("ac1f"),n("5319"),n("159b"),n("b85c")),Ve=n("2909"),ke=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-scrollbar",{ref:"scrollContainer",staticClass:"scroll-container",attrs:{vertical:!1},nativeOn:{wheel:function(t){return t.preventDefault(),e.handleScroll(t)}}},[e._t("default")],2)},ze=[],Ce=(n("c740"),4),_e={name:"ScrollPane",data:function(){return{left:0}},computed:{scrollWrapper:function(){return this.$refs.scrollContainer.$refs.wrap}},methods:{handleScroll:function(e){var t=e.wheelDelta||40*-e.deltaY,n=this.scrollWrapper;n.scrollLeft=n.scrollLeft+t/4},moveToTarget:function(e){var t=this.$refs.scrollContainer.$el,n=t.offsetWidth,a=this.scrollWrapper,i=this.$parent.$refs.tag,c=null,s=null;if(i.length>0&&(c=i[0],s=i[i.length-1]),c===e)a.scrollLeft=0;else if(s===e)a.scrollLeft=a.scrollWidth-n;else{var o=i.findIndex((function(t){return t===e})),r=i[o-1],l=i[o+1],u=l.$el.offsetLeft+l.$el.offsetWidth+Ce,d=r.$el.offsetLeft-Ce;u>a.scrollLeft+n?a.scrollLeft=u-n:d1&&void 0!==arguments[1]?arguments[1]:"/",a=[];return e.forEach((function(e){if(e.meta&&e.meta.affix){var i=Z.a.resolve(n,e.path);a.push({fullPath:i,path:i,name:e.name,meta:Object(l["a"])({},e.meta)})}if(e.children){var c=t.filterAffixTags(e.children,e.path);c.length>=1&&(a=[].concat(Object(Ve["a"])(a),Object(Ve["a"])(c)))}})),a},initTags:function(){var e,t=this.affixTags=this.filterAffixTags(this.routes),n=Object(ye["a"])(t);try{for(n.s();!(e=n.n()).done;){var a=e.value;a.name&&this.$store.dispatch("tagsView/addVisitedView",a)}}catch(i){n.e(i)}finally{n.f()}},addTags:function(){var e=this.$route.name;return e&&this.$store.dispatch("tagsView/addView",this.$route),!1},moveToCurrentTag:function(){var e=this,t=this.$refs.tag;this.$nextTick((function(){var n,a=Object(ye["a"])(t);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i.to.path===e.$route.path){e.$refs.scrollPane.moveToTarget(i),i.to.fullPath!==e.$route.fullPath&&e.$store.dispatch("tagsView/updateVisitedView",e.$route);break}}}catch(c){a.e(c)}finally{a.f()}}))},refreshSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delCachedView",e).then((function(){var n=e.fullPath;t.$nextTick((function(){t.$router.replace({path:"/redirect"+n})}))}))},closeSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delView",e).then((function(n){var a=n.visitedViews;t.isActive(e)&&t.toLastView(a,e)}))},closeOthersTags:function(){var e=this;this.$route.fullPath!==this.selectedTag.fullPath&&this.$router.push(this.selectedTag),this.$store.dispatch("tagsView/delOthersViews",this.selectedTag).then((function(){e.moveToCurrentTag()}))},closeAllTags:function(e){var t=this;this.$store.dispatch("tagsView/delAllViews").then((function(n){var a=n.visitedViews;t.affixTags.some((function(t){return t.path===e.path}))||t.toLastView(a,e)}))},toLastView:function(e,t){var n=e.slice(-1)[0];n?this.$router.push(n):"Dashboard"===t.name?this.$router.replace({path:"/redirect"+t.fullPath}):this.$router.push("/")},openMenu:function(e,t){var n=105,a=this.$el.getBoundingClientRect().left,i=this.$el.offsetWidth,c=i-n,s=t.clientX-a+15;this.left=s>c?c:s,this.top=t.clientY,this.visible=!0,this.selectedTag=e},closeMenu:function(){this.visible=!1}}},Oe=Be,Ee=(n("5523"),n("cfaa"),Object(f["a"])(Oe,ge,xe,!1,null,"ecbdd096",null)),je=Ee.exports,Te=n("4360"),Se=document,Pe=Se.body,$e=992,Ae={watch:{$route:function(e){"mobile"===this.device&&this.sidebar.opened&&Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!1})}},beforeMount:function(){window.addEventListener("resize",this.$_resizeHandler)},beforeDestroy:function(){window.removeEventListener("resize",this.$_resizeHandler)},mounted:function(){var e=this.$_isMobile();e&&(Te["a"].dispatch("app/toggleDevice","mobile"),Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!0}))},methods:{$_isMobile:function(){var e=Pe.getBoundingClientRect();return e.width-1<$e},$_resizeHandler:function(){if(!document.hidden){var e=this.$_isMobile();Te["a"].dispatch("app/toggleDevice",e?"mobile":"desktop"),e&&Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!0})}}}},Ie=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"back-to-ceiling",on:{click:e.backToTop}},[n("svg",{staticClass:"Icon Icon--backToTopArrow",staticStyle:{height:"16px",width:"16px"},attrs:{width:"16",height:"16",viewBox:"0 0 17 17",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"}},[n("path",{attrs:{d:"M12.036 15.59a1 1 0 0 1-.997.995H5.032a.996.996 0 0 1-.997-.996V8.584H1.03c-1.1 0-1.36-.633-.578-1.416L7.33.29a1.003 1.003 0 0 1 1.412 0l6.878 6.88c.782.78.523 1.415-.58 1.415h-3.004v7.004z"}})])])])},De=[],qe=(n("a9e3"),{name:"BackToTop",props:{visibilityHeight:{type:Number,default:400},backPosition:{type:Number,default:0},customStyle:{type:Object,default:function(){return{right:"20px",bottom:"20px",width:"30px",height:"30px","border-radius":"4px","line-height":"35px",background:"#e7eaf1"}}},transitionName:{type:String,default:"fade"}},data:function(){return{visible:!1,interval:null,isMoving:!1}},mounted:function(){window.addEventListener("scroll",this.handleScroll)},beforeDestroy:function(){window.removeEventListener("scroll",this.handleScroll),this.interval&&clearInterval(this.interval)},methods:{handleScroll:function(){this.visible=window.pageYOffset>this.visibilityHeight},backToTop:function(){var e=this;if(!this.isMoving){var t=window.pageYOffset,n=0;this.isMoving=!0,this.interval=setInterval((function(){var a=Math.floor(e.easeInOutQuad(10*n,t,-t,500));a<=e.backPosition?(window.scrollTo(0,e.backPosition),clearInterval(e.interval),e.isMoving=!1):window.scrollTo(0,a),n++}),5)}},easeInOutQuad:function(e,t,n,a){return(e/=a/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}}}),Ue=qe,Ne=(n("1696"),Object(f["a"])(Ue,Ie,De,!1,null,"6caad8f8",null)),We=Ne.exports,Re={name:"Layout",components:{AppMain:p,Navbar:A,Sidebar:we,TagsView:je,BackToTop:We},mixins:[Ae],computed:Object(l["a"])(Object(l["a"])({},Object(g["e"])({sidebar:function(e){return e.app.sidebar},device:function(e){return e.app.device}})),{},{classObj:function(){return{hideSidebar:!this.sidebar.opened,openSidebar:this.sidebar.opened,withoutAnimation:this.sidebar.withoutAnimation,mobile:"mobile"===this.device}}}),methods:{handleClickOutside:function(){this.$store.dispatch("app/closeSideBar",{withoutAnimation:!1})}}},Fe=Re,Ge=(n("6542"),Object(f["a"])(Fe,o,r,!1,null,"397a6e8b",null)),Ye=Ge.exports;c["default"].use(s["a"]);var Qe=[{path:"/redirect",component:Ye,hidden:!0,children:[{path:"/redirect/:path*",component:function(){return n.e("chunk-2d230fe7").then(n.bind(null,"ef3c"))}}]},{path:"/login",name:"Login",hidden:!0,component:function(){return n.e("chunk-71f81c10").then(n.bind(null,"9ed6"))},meta:{title:"登录"}},{path:"/",component:Ye,redirect:"/dashboard",children:[{path:"dashboard",component:function(){return n.e("chunk-1159e38a").then(n.bind(null,"9406"))},name:"Dashboard",meta:{title:"主页",icon:"home",affix:!0}}]},{path:"/user",component:Ye,name:"UserPage",meta:{title:"用户管理",icon:"users"},children:[{path:"student/list",component:function(){return n.e("chunk-448755e2").then(n.bind(null,"822e"))},name:"UserStudentPageList",meta:{title:"学生列表",noCache:!0}},{path:"student/edit",component:function(){return n.e("chunk-2d221bd2").then(n.bind(null,"cc40"))},name:"UserStudentEdit",meta:{title:"学生编辑",noCache:!0,activeMenu:"/user/student/list"},hidden:!0},{path:"admin/list",component:function(){return n.e("chunk-913f50a6").then(n.bind(null,"0c5d"))},name:"UserAdminPageList",meta:{title:"管理员列表",noCache:!0}},{path:"admin/edit",component:function(){return n.e("chunk-2d2300ef").then(n.bind(null,"eb51"))},name:"UserAdminEdit",meta:{title:"管理员编辑",noCache:!0,activeMenu:"/user/admin/list"},hidden:!0}]},{path:"/exam",component:Ye,name:"ExamPage",meta:{title:"卷题管理",icon:"exam"},children:[{path:"paper/list",component:function(){return n.e("chunk-37f7a892").then(n.bind(null,"ef080"))},name:"ExamPaperPageList",meta:{title:"试卷列表",noCache:!0}},{path:"paper/edit",component:function(){return n.e("chunk-4472f2d7").then(n.bind(null,"beb3"))},name:"ExamPaperEdit",meta:{title:"试卷编辑",noCache:!0,activeMenu:"/exam/paper/list"},hidden:!0},{path:"question/list",component:function(){return n.e("chunk-07d991b3").then(n.bind(null,"3af7"))},name:"ExamQuestionPageList",meta:{title:"题目列表",noCache:!0}},{path:"question/edit/singleChoice",component:function(){return n.e("chunk-d0753fda").then(n.bind(null,"0798"))},name:"singleChoicePage",meta:{title:"单选题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/multipleChoice",component:function(){return n.e("chunk-75f11c77").then(n.bind(null,"1b2c"))},name:"multipleChoicePage",meta:{title:"多选题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/trueFalse",component:function(){return n.e("chunk-78234ca2").then(n.bind(null,"a305"))},name:"trueFalsePage",meta:{title:"判断题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/gapFilling",component:function(){return n.e("chunk-793f0082").then(n.bind(null,"6d4c"))},name:"gapFillingPage",meta:{title:"填空题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/shortAnswer",component:function(){return n.e("chunk-733c35b2").then(n.bind(null,"2fca"))},name:"shortAnswerPage",meta:{title:"简答题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0}]},{path:"/task",component:Ye,name:"TaskPage",meta:{title:"任务管理",icon:"task"},alwaysShow:!0,children:[{path:"list",component:function(){return n.e("chunk-c2aa2eac").then(n.bind(null,"93dc"))},name:"TaskListPage",meta:{title:"任务列表",noCache:!0}},{path:"edit",component:function(){return n.e("chunk-63af86fe").then(n.bind(null,"2752"))},name:"TaskEditPage",meta:{title:"任务创建",noCache:!0}}]},{path:"/education",component:Ye,name:"EducationPage",meta:{title:"教育管理",icon:"education"},alwaysShow:!0,children:[{path:"subject/list",component:function(){return n.e("chunk-4cf8ab8c").then(n.bind(null,"ee36"))},name:"EducationSubjectPage",meta:{title:"学科列表",noCache:!0}},{path:"subject/edit",component:function(){return n.e("chunk-2d0c138b").then(n.bind(null,"44b7"))},name:"EducationSubjectEditPage",meta:{title:"学科编辑",noCache:!0,activeMenu:"/education/subject/list"},hidden:!0}]},{path:"/message",component:Ye,name:"MessagePage",meta:{title:"消息中心",icon:"message"},alwaysShow:!0,children:[{path:"list",component:function(){return n.e("chunk-04b6c2be").then(n.bind(null,"6e24"))},name:"MessageListPage",meta:{title:"消息列表",noCache:!0}},{path:"send",component:function(){return n.e("chunk-16f9edc1").then(n.bind(null,"93fd"))},name:"MessageSendPage",meta:{title:"消息发送",noCache:!0}}]},{path:"/log",component:Ye,name:"LogPage",meta:{title:"日志中心",icon:"log"},alwaysShow:!0,children:[{path:"user/list",component:function(){return n.e("chunk-5025ea04").then(n.bind(null,"bbb3"))},name:"LogUserPage",meta:{title:"用户日志",noCache:!0}}]},{path:"/profile",component:Ye,hidden:!0,children:[{path:"index",component:function(){return n.e("chunk-6e3b3ca0").then(n.bind(null,"ecac"))},name:"Profile",meta:{title:"个人简介",icon:"user",noCache:!0}}]},{path:"*",hidden:!0,component:function(){return n.e("chunk-c7b9eaf2").then(n.bind(null,"1db4"))},meta:{title:"404",noCache:!0}}],Ze=new s["a"]({routes:Qe})},4360:function(e,t,n){"use strict";n("13d5"),n("d3b7"),n("ac1f"),n("5319"),n("ddb0");var a=n("2b0e"),i=n("2f62"),c={sidebar:function(e){return e.app.sidebar},device:function(e){return e.app.device},visitedViews:function(e){return e.tagsView.visitedViews},cachedViews:function(e){return e.tagsView.cachedViews},userName:function(e){return e.user.userName},routes:function(e){return e.router.routes}},s=c;a["default"].use(i["a"]);var o=n("c653"),r=o.keys().reduce((function(e,t){var n=t.replace(/^\.\/(.*)\.\w+$/,"$1"),a=o(t);return e[n]=a.default,e}),{}),l=new i["a"].Store({modules:r,getters:s});t["a"]=l},"47f1":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-table",use:"icon-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"47ff":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-message",use:"icon-message-usage",viewBox:"0 0 950 690",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"4df5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-eye",use:"icon-eye-usage",viewBox:"0 0 128 64",content:''});s.a.add(o);t["default"]=o},5055:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-users",use:"icon-users-usage",viewBox:"0 0 850 970.0000000000001",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"51ff":function(e,t,n){var a={"./404.svg":"a14a","./bug.svg":"1779","./chart.svg":"c829","./clipboard.svg":"bc35","./component.svg":"56d6","./dashboard.svg":"f782","./documentation.svg":"90fb","./doexampaper.svg":"beec","./doquestion.svg":"de4b","./drag.svg":"9bbf","./edit.svg":"aa46","./education.svg":"ad1c","./email.svg":"cbb7","./exam.svg":"a978","./example.svg":"30c3","./excel.svg":"6599","./exit-fullscreen.svg":"dbc7","./eye-open.svg":"d7ec","./eye.svg":"4df5","./form.svg":"eb1b","./fullscreen.svg":"9921","./guide.svg":"6683","./home.svg":"6bbe","./icon.svg":"9d91","./international.svg":"17df","./language.svg":"2580","./link.svg":"18f0","./list.svg":"3289","./lock.svg":"ab00","./log.svg":"fea0","./message.svg":"47ff","./money.svg":"3046","./nested.svg":"dcf8","./password.svg":"2a3d","./pdf.svg":"f9a1","./people.svg":"d056","./peoples.svg":"2f11","./qq.svg":"1430","./question.svg":"ae00","./search.svg":"8e8d","./shopping.svg":"12a5","./size.svg":"8644","./skill.svg":"096e","./star.svg":"708a","./tab.svg":"8fb7","./table.svg":"47f1","./task.svg":"771b","./theme.svg":"e534","./tree-table.svg":"e7c8","./tree.svg":"93cd","./user.svg":"b3b5","./users.svg":"5055","./wechat.svg":"80da","./zip.svg":"8aa6"};function i(e){var t=c(e);return n(t)}function c(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}i.keys=function(){return Object.keys(a)},i.resolve=c,e.exports=i,i.id="51ff"},5523:function(e,t,n){"use strict";var a=n("9e2f"),i=n.n(a);i.a},"56d6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-component",use:"icon-component-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"56d7":function(e,t,n){"use strict";n.r(t);n("96cf");var a=n("1da1"),i=(n("e260"),n("e6cf"),n("cca6"),n("a79d"),n("2b0e")),c=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("router-view")],1)},s=[],o={name:"App"},r=o,l=n("2877"),u=Object(l["a"])(r,c,s,!1,null,null,null),d=u.exports,h=n("41cb"),v=n("4360"),f=(n("f5df1"),n("5c96")),m=n.n(f),p=(n("24ab"),n("b20f"),n("d81d"),n("d3b7"),n("ddb0"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.isExternal?n("div",e._g({staticClass:"svg-external-icon svg-icon",style:e.styleExternalIcon},e.$listeners)):n("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[n("use",{attrs:{"xlink:href":e.iconName}})])}),b=[],w=n("61f7"),g={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{isExternal:function(){return Object(w["a"])(this.iconClass)},iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"},styleExternalIcon:function(){return{mask:"url(".concat(this.iconClass,") no-repeat 50% 50%"),"-webkit-mask":"url(".concat(this.iconClass,") no-repeat 50% 50%")}}}},x=g,y=(n("2a4f"),Object(l["a"])(x,p,b,!1,null,"d20c6df0",null)),V=y.exports;i["default"].component("svg-icon",V);var k=n("51ff"),z=function(e){return e.keys().map(e)};z(k);var C=n("323e"),_=n.n(C);n("a5d8");i["default"].use(m.a,{size:"medium"}),i["default"].config.productionTip=!1,_.a.configure({showSpinner:!1}),h["b"].beforeEach(function(){var e=Object(a["a"])(regeneratorRuntime.mark((function e(t,n,a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:_.a.start(),void 0!==t.meta.title?document.title=t.meta.title:document.title="‎",v["a"].commit("router/initRoutes"),t.path&&_hmt.push(["_trackPageview","/#"+t.fullPath]),a();case 5:case"end":return e.stop()}}),e)})));return function(t,n,a){return e.apply(this,arguments)}}()),h["b"].afterEach((function(){_.a.done()})),i["default"].prototype.$$router=h["b"],new i["default"]({router:h["b"],store:v["a"],render:function(e){return e(d)}}).$mount("#app")},"57ce":function(e,t,n){"use strict";var a=n("dd4b"),i=n.n(a);i.a},"5c0e":function(e,t,n){},"5ea6":function(e,t,n){"use strict";var a=n("68bf"),i=n.n(a);i.a},"61f7":function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));n("c975"),n("d3b7"),n("25f0"),n("498a");function a(e){return/^(https?:|mailto:|tel:)/.test(e)}},6542:function(e,t,n){"use strict";var a=n("6d66"),i=n.n(a);i.a},6599:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-excel",use:"icon-excel-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},6683:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-guide",use:"icon-guide-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"68bf":function(e,t,n){},"6bbe":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 1024 932",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"6d66":function(e,t,n){},"708a":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-star",use:"icon-star-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},7509:function(e,t,n){"use strict";n.r(t);n("4de4"),n("caad"),n("c975"),n("fb6a"),n("45fc"),n("a434"),n("b0c0"),n("d3b7"),n("2532"),n("ddb0");var a=n("2909"),i=n("53ca"),c=n("3835"),s=n("b85c"),o={visitedViews:[],cachedViews:[]},r={ADD_VISITED_VIEW:function(e,t){e.visitedViews.some((function(e){return e.path===t.path}))||e.visitedViews.push(Object.assign({},t,{title:t.meta.title||"no-name"}))},ADD_CACHED_VIEW:function(e,t){e.cachedViews.includes(t.name)||t.meta.noCache||e.cachedViews.push(t.name)},DEL_VISITED_VIEW:function(e,t){var n,a=Object(s["a"])(e.visitedViews.entries());try{for(a.s();!(n=a.n()).done;){var i=Object(c["a"])(n.value,2),o=i[0],r=i[1];if(r.path===t.path){e.visitedViews.splice(o,1);break}}}catch(l){a.e(l)}finally{a.f()}},DEL_CACHED_VIEW:function(e,t){var n,a=Object(s["a"])(e.cachedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i===t.name){var c=e.cachedViews.indexOf(i);e.cachedViews.splice(c,1);break}}}catch(o){a.e(o)}finally{a.f()}},DEL_OTHERS_VISITED_VIEWS:function(e,t){e.visitedViews=e.visitedViews.filter((function(e){return e.meta.affix||e.path===t.path}))},DEL_OTHERS_CACHED_VIEWS:function(e,t){var n,a=Object(s["a"])(e.cachedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i===t.name){var c=e.cachedViews.indexOf(i);e.cachedViews=e.cachedViews.slice(c,c+1);break}}}catch(o){a.e(o)}finally{a.f()}},DEL_ALL_VISITED_VIEWS:function(e){var t=e.visitedViews.filter((function(e){return e.meta.affix}));e.visitedViews=t},DEL_ALL_CACHED_VIEWS:function(e){e.cachedViews=[]},UPDATE_VISITED_VIEW:function(e,t){var n,a=Object(s["a"])(e.visitedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i.path===t.path){i=Object.assign(i,t),e.currentView=i;break}}}catch(c){a.e(c)}finally{a.f()}}},l={addView:function(e,t){var n=e.dispatch;n("addVisitedView",t),n("addCachedView",t)},addVisitedView:function(e,t){var n=e.commit;n("ADD_VISITED_VIEW",t)},addCachedView:function(e,t){var n=e.commit;n("ADD_CACHED_VIEW",t)},delCurrentView:function(e,t){var n,a=e.dispatch,c=e.state,o=t.$route,r=Object(s["a"])(c.visitedViews);try{var l=function(){var e=n.value;if(e.path===o.path)return{v:new Promise((function(t){a("delVisitedView",e),a("delCachedView",e),t()}))}};for(r.s();!(n=r.n()).done;){var u=l();if("object"===Object(i["a"])(u))return u.v}}catch(d){r.e(d)}finally{r.f()}},delView:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delVisitedView",t),n("delCachedView",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delVisitedView:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_VISITED_VIEW",t),e(Object(a["a"])(i.visitedViews))}))},delCachedView:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_CACHED_VIEW",t),e(Object(a["a"])(i.cachedViews))}))},delOthersViews:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delOthersVisitedViews",t),n("delOthersCachedViews",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delOthersVisitedViews:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_OTHERS_VISITED_VIEWS",t),e(Object(a["a"])(i.visitedViews))}))},delOthersCachedViews:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_OTHERS_CACHED_VIEWS",t),e(Object(a["a"])(i.cachedViews))}))},delAllViews:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delAllVisitedViews",t),n("delAllCachedViews",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delAllVisitedViews:function(e){var t=e.commit,n=e.state;return new Promise((function(e){t("DEL_ALL_VISITED_VIEWS"),e(Object(a["a"])(n.visitedViews))}))},delAllCachedViews:function(e){var t=e.commit,n=e.state;return new Promise((function(e){t("DEL_ALL_CACHED_VIEWS"),e(Object(a["a"])(n.cachedViews))}))},updateVisitedView:function(e,t){var n=e.commit;e.state;n("UPDATE_VISITED_VIEW",t)}};t["default"]={namespaced:!0,state:o,mutations:r,actions:l}},"771b":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-task",use:"icon-task-usage",viewBox:"0 0 900 900",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"7ded":function(e,t,n){"use strict";var a=n("b775");t["a"]={login:function(e){return Object(a["b"])("/api/user/login",e)},logout:function(e){return Object(a["a"])("/api/user/logout",e)}}},"80da":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-wechat",use:"icon-wechat-usage",viewBox:"0 0 128 110",content:''});s.a.add(o);t["default"]=o},8644:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-size",use:"icon-size-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8aa6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-zip",use:"icon-zip-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8da3":function(e,t,n){},"8e8d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-search",use:"icon-search-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8fb7":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tab",use:"icon-tab-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"90fb":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"93cd":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tree",use:"icon-tree-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"96d8":function(e,t,n){"use strict";var a=n("073a"),i=n.n(a);i.a},9921:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-fullscreen",use:"icon-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9bbf":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-drag",use:"icon-drag-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9d91":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-icon",use:"icon-icon-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9e2f":function(e,t,n){},a14a:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-404",use:"icon-404-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},a615:function(e,t,n){"use strict";n.r(t);n("b0c0");var a=n("b85c"),i=n("c418"),c={subjects:[]},s={subjectEnumFormat:function(e){return function(t){var n,i=Object(a["a"])(e.subjects);try{for(i.s();!(n=i.n()).done;){var c=n.value;if(c.id===t)return c.name+" ( "+c.levelName+" )"}}catch(s){i.e(s)}finally{i.f()}return null}}},o={initSubject:function(e,t){var n=e.commit;i["a"].list().then((function(e){n("setSubjects",e.response),void 0!==t&&t()}))}},r={setSubjects:function(e,t){e.subjects=t}};t["default"]={namespaced:!0,state:c,getters:s,actions:o,mutations:r}},a978:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-exam",use:"icon-exam-usage",viewBox:"0 0 850 850",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},aa46:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-edit",use:"icon-edit-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},aa49:function(e,t,n){},ab00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-lock",use:"icon-lock-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},ad1c:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-education",use:"icon-education-usage",viewBox:"0 0 850 900",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},ae00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-question",use:"icon-question-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},b20f:function(e,t,n){e.exports={menuText:"#bfcbd9",menuActiveText:"#409EFF",subMenuActiveText:"#f4f4f5",menuBg:"#304156",menuHover:"#263445",subMenuBg:"#1f2d3d",subMenuHover:"#001528",sideBarWidth:"210px"}},b3b5:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 130 130",content:''});s.a.add(o);t["default"]=o},b3ea:function(e,t,n){},b775:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return r}));n("d3b7");var a=n("bc3a"),i=n.n(a),c=n("2b0e"),s=function(e,t){var n;return e&&(n=c["default"].prototype.$loading({lock:!1,text:"正在加载中…",spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.5)"})),i.a.request(t).then((function(t){return e&&n.close(),401===t.data.code?(c["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):500===t.data.code||501===t.data.code?Promise.reject(t.data):502===t.data.code?(c["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):Promise.resolve(t.data)})).catch((function(t){return e&&n.close(),c["default"].prototype.$message.error(t.message),Promise.reject(t.message)}))},o=function(e,t){var n={baseURL:Object({NODE_ENV:"production",BASE_URL:""}).VUE_APP_URL,url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!1,n)},r=function(e,t){var n={baseURL:Object({NODE_ENV:"production",BASE_URL:""}).VUE_APP_URL,url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!0,n)}},bc35:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-clipboard",use:"icon-clipboard-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},beec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-doexampaper",use:"icon-doexampaper-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},c12b:function(e,t,n){},c24f:function(e,t,n){"use strict";var a=n("b775");t["a"]={getUserPageList:function(e){return Object(a["a"])("/api/admin/user/page/list",e)},getUserEventPageList:function(e){return Object(a["a"])("/api/admin/user/event/page/list",e)},createUser:function(e){return Object(a["a"])("/api/admin/user/edit",e)},selectUser:function(e){return Object(a["a"])("/api/admin/user/select/"+e)},getCurrentUser:function(){return Object(a["a"])("/api/admin/user/current")},updateUser:function(e){return Object(a["a"])("/api/admin/user/update",e)},changeStatus:function(e){return Object(a["a"])("/api/admin/user/changeStatus/"+e)},deleteUser:function(e){return Object(a["a"])("/api/admin/user/delete/"+e)},selectByUserName:function(e){return Object(a["a"])("/api/admin/user/selectByUserName",e)}}},c418:function(e,t,n){"use strict";var a=n("b775");t["a"]={list:function(e){return Object(a["a"])("/api/admin/education/subject/list")},pageList:function(e){return Object(a["a"])("/api/admin/education/subject/page",e)},edit:function(e){return Object(a["a"])("/api/admin/education/subject/edit",e)},select:function(e){return Object(a["a"])("/api/admin/education/subject/select/"+e)},deleteSubject:function(e){return Object(a["a"])("/api/admin/education/subject/delete/"+e)}}},c653:function(e,t,n){var a={"./app.js":"d9cd","./enumItem.js":"f1e5","./exam.js":"a615","./router.js":"d3e9","./tagsView.js":"7509","./user.js":"0f9a"};function i(e){var t=c(e);return n(t)}function c(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}i.keys=function(){return Object.keys(a)},i.resolve=c,e.exports=i,i.id="c653"},c829:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-chart",use:"icon-chart-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},cbb7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 128 96",content:''});s.a.add(o);t["default"]=o},cf05:function(e,t,n){e.exports=n.p+"static/img/logo.d99ccfc3.png"},cf1e:function(e,t,n){e.exports={menuText:"#bfcbd9",menuActiveText:"#409EFF",subMenuActiveText:"#f4f4f5",menuBg:"#304156",menuHover:"#263445",subMenuBg:"#1f2d3d",subMenuHover:"#001528",sideBarWidth:"210px"}},cfaa:function(e,t,n){"use strict";var a=n("e1eb"),i=n.n(a);i.a},d056:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-people",use:"icon-people-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},d3e9:function(e,t,n){"use strict";n.r(t);var a=n("41cb"),i={routes:a["a"]},c={initRoutes:function(e){e.routes=a["a"]}},s={};t["default"]={namespaced:!0,state:i,mutations:c,actions:s}},d7ec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(o);t["default"]=o},d9cd:function(e,t,n){"use strict";n.r(t);var a=n("a78e"),i=n.n(a),c={sidebar:{opened:!i.a.get("sidebarStatus")||!!+i.a.get("sidebarStatus"),withoutAnimation:!1},device:"desktop",size:i.a.get("size")||"medium"},s={TOGGLE_SIDEBAR:function(e){e.sidebar.opened=!e.sidebar.opened,e.sidebar.withoutAnimation=!1,e.sidebar.opened?i.a.set("sidebarStatus",1):i.a.set("sidebarStatus",0)},CLOSE_SIDEBAR:function(e,t){i.a.set("sidebarStatus",0),e.sidebar.opened=!1,e.sidebar.withoutAnimation=t},TOGGLE_DEVICE:function(e,t){e.device=t},SET_SIZE:function(e,t){e.size=t,i.a.set("size",t)}},o={toggleSideBar:function(e){var t=e.commit;t("TOGGLE_SIDEBAR")},closeSideBar:function(e,t){var n=e.commit,a=t.withoutAnimation;n("CLOSE_SIDEBAR",a)},toggleDevice:function(e,t){var n=e.commit;n("TOGGLE_DEVICE",t)},setSize:function(e,t){var n=e.commit;n("SET_SIZE",t)}};t["default"]={namespaced:!0,state:c,mutations:s,actions:o}},dbc7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-exit-fullscreen",use:"icon-exit-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},dcf8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-nested",use:"icon-nested-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},dd4b:function(e,t,n){},de4b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-doquestion",use:"icon-doquestion-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},e1eb:function(e,t,n){},e534:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-theme",use:"icon-theme-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},e7c8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tree-table",use:"icon-tree-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},e7df:function(e,t,n){"use strict";var a=n("aa49"),i=n.n(a);i.a},eb1b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-form",use:"icon-form-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},f1e5:function(e,t,n){"use strict";n.r(t);var a=n("b85c"),i={user:{sexEnum:[{key:1,value:"男"},{key:2,value:"女"}],statusEnum:[{key:1,value:"启用"},{key:2,value:"禁用"}],levelEnum:[{key:1,value:"一年级"},{key:2,value:"二年级"},{key:3,value:"三年级"},{key:4,value:"四年级"},{key:5,value:"五年级"},{key:6,value:"六年级"},{key:7,value:"初一"},{key:8,value:"初二"},{key:9,value:"初三"},{key:10,value:"高一"},{key:11,value:"高二"},{key:12,value:"高三"}],roleEnum:[{key:1,value:"学生"},{key:2,value:"教师"},{key:3,value:"管理员"}],statusTag:[{key:1,value:"success"},{key:2,value:"danger"}],statusBtn:[{key:1,value:"禁用"},{key:2,value:"启用"}]},exam:{examPaper:{paperTypeEnum:[{key:1,value:"固定试卷"},{key:4,value:"时段试卷"},{key:6,value:"任务试卷"}]},question:{typeEnum:[{key:1,value:"单选题"},{key:2,value:"多选题"},{key:3,value:"判断题"},{key:4,value:"填空题"},{key:5,value:"简答题"}],editUrlEnum:[{key:1,value:"/exam/question/edit/singleChoice",name:"单选题"},{key:2,value:"/exam/question/edit/multipleChoice",name:"多选题"},{key:3,value:"/exam/question/edit/trueFalse",name:"判断题"},{key:4,value:"/exam/question/edit/gapFilling",name:"填空题"},{key:5,value:"/exam/question/edit/shortAnswer",name:"简答题"}]}}},c={enumFormat:function(e){return function(e,t){return r(e,t)}}},s={},o={},r=function(e,t){var n,i=Object(a["a"])(e);try{for(i.s();!(n=i.n()).done;){var c=n.value;if(c.key===t)return c.value}}catch(s){i.e(s)}finally{i.f()}return null};t["default"]={namespaced:!0,state:i,getters:c,actions:s,mutations:o}},f782:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 128 100",content:''});s.a.add(o);t["default"]=o},f9a1:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-pdf",use:"icon-pdf-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(o);t["default"]=o},fdda:function(e,t,n){"use strict";var a=n("5c0e"),i=n.n(a);i.a},fea0:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-log",use:"icon-log-usage",viewBox:"0 0 980 1024",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o}}); \ No newline at end of file +(function(e){function t(t){for(var a,i,o=t[0],r=t[1],l=t[2],u=0,d=[];u'});s.a.add(o);t["default"]=o},"0f9a":function(e,t,n){"use strict";n.r(t);var a=n("a78e"),i=n.n(a),c=n("c24f"),s={userName:i.a.get("adminUserName"),userInfo:i.a.get("adminUserInfo")},o={initUserInfo:function(e){var t=e.commit;c["a"].getCurrentUser().then((function(e){t("setUserInfo",e.response)}))}},r={setUserName:function(e,t){e.userName=t,i.a.set("adminUserName",t,{expires:30})},setUserInfo:function(e,t){e.userInfo=t,i.a.set("adminUserInfo",t,{expires:30})},clearLogin:function(e){i.a.remove("adminUserName"),i.a.remove("adminUserInfo")}};t["default"]={namespaced:!0,state:s,mutations:r,actions:o}},"12a5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-shopping",use:"icon-shopping-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},1430:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-qq",use:"icon-qq-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},1696:function(e,t,n){"use strict";var a=n("c12b"),i=n.n(a);i.a},1779:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-bug",use:"icon-bug-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"17df":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-international",use:"icon-international-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"18f0":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-link",use:"icon-link-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"24ab":function(e,t,n){e.exports={theme:"#1890ff"}},2580:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-language",use:"icon-language-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"2a3d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"2a4f":function(e,t,n){"use strict";var a=n("8da3"),i=n.n(a);i.a},"2f11":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},3046:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-money",use:"icon-money-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"30c3":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-example",use:"icon-example-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},3289:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-list",use:"icon-list-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"3f4d":function(e,t,n){},"41cb":function(e,t,n){"use strict";n.d(t,"a",(function(){return Qe})),n.d(t,"b",(function(){return Ze}));n("d3b7");var a,i,c=n("2b0e"),s=n("8c4f"),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"app-wrapper",class:e.classObj},["mobile"===e.device&&e.sidebar.opened?n("div",{staticClass:"drawer-bg",on:{click:e.handleClickOutside}}):e._e(),n("sidebar",{staticClass:"sidebar-container"}),n("div",{staticClass:"hasTagsView main-container"},[n("div",{staticClass:"fixed-header"},[n("navbar"),n("tags-view")],1),n("app-main"),e._m(0),n("back-to-top",{ref:"backTop",attrs:{"visibility-height":100,"back-position":0,"transition-name":"fade"}})],1)],1)},r=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"foot-copyright"},[n("span",[e._v("Copyright © 2020 武汉思维跳跃科技有限公司 版权所有")])])}],l=n("5530"),u=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"app-main"},[n("transition",{attrs:{name:"fade-transform",mode:"out-in"}},[n("keep-alive",{attrs:{include:e.cachedViews}},[n("router-view",{key:e.key})],1)],1)],1)},d=[],h={name:"AppMain",computed:{cachedViews:function(){return this.$store.state.tagsView.cachedViews},key:function(){return this.$route.path}}},v=h,f=(n("fdda"),n("028b"),n("2877")),m=Object(f["a"])(v,u,d,!1,null,"43b73468",null),p=m.exports,b=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"navbar"},[n("hamburger",{staticClass:"hamburger-container",attrs:{id:"hamburger-container","is-active":e.sidebar.opened},on:{toggleClick:e.toggleSideBar}}),n("breadcrumb",{staticClass:"breadcrumb-container",attrs:{id:"breadcrumb-container"}}),n("div",{staticClass:"right-menu"},[n("el-dropdown",{staticClass:"avatar-container right-menu-item hover-effect",attrs:{trigger:"click"}},[n("div",{staticClass:"avatar-wrapper"},[n("span",[e._v(e._s(e.userName))]),n("i",{staticClass:"el-icon-caret-bottom"})]),n("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[n("router-link",{attrs:{to:"/profile/index"}},[n("el-dropdown-item",[e._v("个人信息")])],1),n("router-link",{attrs:{to:"/"}},[n("el-dropdown-item",[e._v("主页")])],1),n("el-dropdown-item",{attrs:{divided:""},nativeOn:{click:function(t){return e.logout(t)}}},[e._v("退出")])],1)],1)],1)],1)},w=[],g=n("2f62"),x=n("7ded"),y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[n("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(t,a){return n("el-breadcrumb-item",{key:t.path},["noRedirect"===t.redirect||a==e.levelList.length-1?n("span",{staticClass:"no-redirect"},[e._v(e._s(t.meta.title))]):n("a",{on:{click:function(n){return n.preventDefault(),e.handleLink(t)}}},[e._v(e._s(t.meta.title))])])})),1)],1)},V=[],k=(n("99af"),n("4de4"),n("b0c0"),n("2ca0"),n("498a"),n("bd11")),z=n.n(k),C={data:function(){return{levelList:null}},watch:{$route:function(e){e.path.startsWith("/redirect/")||this.getBreadcrumb()}},created:function(){this.getBreadcrumb()},methods:{getBreadcrumb:function(){var e=this.$route.matched.filter((function(e){return e.meta&&e.meta.title})),t=e[0];this.isDashboard(t)||(e=[{path:"/dashboard",meta:{title:"主页"}}].concat(e)),this.levelList=e.filter((function(e){return e.meta&&e.meta.title&&!1!==e.meta.breadcrumb}))},isDashboard:function(e){var t=e&&e.name;return!!t&&t.trim().toLocaleLowerCase()==="Dashboard".toLocaleLowerCase()},pathCompile:function(e){var t=this.$route.params,n=z.a.compile(e);return n(t)},handleLink:function(e){var t=e.redirect,n=e.path;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},_=C,M=(n("e7df"),Object(f["a"])(_,y,V,!1,null,"c4ddd016",null)),L=M.exports,H=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticStyle:{padding:"0 15px"},on:{click:e.toggleClick}},[n("svg",{staticClass:"hamburger",class:{"is-active":e.isActive},attrs:{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",width:"64",height:"64"}},[n("path",{attrs:{d:"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z"}})])])},B=[],O={name:"Hamburger",props:{isActive:{type:Boolean,default:!1}},methods:{toggleClick:function(){this.$emit("toggleClick")}}},E=O,j=(n("5ea6"),Object(f["a"])(E,H,B,!1,null,"a6c6b342",null)),T=j.exports,S={components:{Breadcrumb:L,Hamburger:T},computed:Object(l["a"])({},Object(g["c"])(["sidebar","device","userName"])),methods:Object(l["a"])({toggleSideBar:function(){this.$store.dispatch("app/toggleSideBar")},logout:function(){var e=this;x["a"].logout().then((function(t){t&&1===t.code&&(e.clearLogin(),e.$router.push({path:"/login"}))}))}},Object(g["d"])("user",["clearLogin"]))},P=S,$=(n("033d"),Object(f["a"])(P,b,w,!1,null,"084c305e",null)),A=$.exports,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"has-logo"},[n("logo",{attrs:{collapse:e.isCollapse}}),n("el-scrollbar",{attrs:{"wrap-class":"scrollbar-wrapper"}},[n("el-menu",{attrs:{"default-active":e.activeMenu,collapse:e.isCollapse,"background-color":e.variables.menuBg,"text-color":e.variables.menuText,"unique-opened":!1,"active-text-color":e.variables.menuActiveText,"collapse-transition":!1,mode:"vertical"}},e._l(e.routes,(function(e){return n("sidebar-item",{key:e.path,attrs:{item:e,"base-path":e.path}})})),1)],1)],1)},D=[],q=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"sidebar-logo-container",class:{collapse:e.collapse}},[a("transition",{attrs:{name:"sidebarLogoFade"}},[e.collapse?a("router-link",{key:"collapse",staticClass:"sidebar-logo-link",attrs:{to:"/"}},[a("img",{staticClass:"sidebar-logo",attrs:{src:n("cf05")}}),a("h1",{staticClass:"sidebar-title"},[e._v(e._s(e.title)+" ")])]):a("router-link",{key:"expand",staticClass:"sidebar-logo-link",attrs:{to:"/"}},[a("img",{staticClass:"sidebar-logo",attrs:{src:n("cf05")}}),a("h1",{staticClass:"sidebar-title"},[e._v(e._s(e.title)+" ")])])],1)],1)},U=[],N={name:"SidebarLogo",props:{collapse:{type:Boolean,required:!0}},data:function(){return{title:"学之思管理系统"}}},W=N,R=(n("96d8"),Object(f["a"])(W,q,U,!1,null,"2bbac8a4",null)),F=R.exports,G=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.item.hidden?e._e():n("div",{staticClass:"menu-wrapper"},[!e.hasOneShowingChild(e.item.children,e.item)||e.onlyOneChild.children&&!e.onlyOneChild.noShowingChildren||e.item.alwaysShow?n("el-submenu",{ref:"subMenu",attrs:{index:e.resolvePath(e.item.path),"popper-append-to-body":""}},[n("template",{slot:"title"},[e.item.meta?n("item",{attrs:{icon:e.item.meta&&e.item.meta.icon,title:e.item.meta.title}}):e._e()],1),e._l(e.item.children,(function(t){return n("sidebar-item",{key:t.path,staticClass:"nest-menu",attrs:{"is-nest":!0,item:t,"base-path":e.resolvePath(t.path)}})}))],2):[e.onlyOneChild.meta?n("app-link",{attrs:{to:e.resolvePath(e.onlyOneChild.path)}},[n("el-menu-item",{class:{"submenu-title-noDropdown":!e.isNest},attrs:{index:e.resolvePath(e.onlyOneChild.path)}},[n("item",{attrs:{icon:e.onlyOneChild.meta.icon||e.item.meta&&e.item.meta.icon,title:e.onlyOneChild.meta.title}})],1)],1):e._e()]],2)},Y=[],Q=n("df7c"),Z=n.n(Q),J=n("61f7"),K={name:"MenuItem",functional:!0,props:{icon:{type:String,default:""},title:{type:String,default:""}},render:function(e,t){var n=t.props,a=n.icon,i=n.title,c=[];return a&&c.push(e("svg-icon",{attrs:{"icon-class":a}})),i&&c.push(e("span",{slot:"title"},[i])),c}},X=K,ee=Object(f["a"])(X,a,i,!1,null,null,null),te=ee.exports,ne=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("component",e._b({},"component",e.linkProps(e.to),!1),[e._t("default")],2)},ae=[],ie={props:{to:{type:String,required:!0}},methods:{linkProps:function(e){return Object(J["a"])(e)?{is:"a",href:e,target:"_blank",rel:"noopener"}:{is:"router-link",to:e}}}},ce=ie,se=Object(f["a"])(ce,ne,ae,!1,null,null,null),oe=se.exports,re={computed:{device:function(){return this.$store.state.app.device}},mounted:function(){this.fixBugIniOS()},methods:{fixBugIniOS:function(){var e=this,t=this.$refs.subMenu;if(t){var n=t.handleMouseleave;t.handleMouseleave=function(t){"mobile"!==e.device&&n(t)}}}}},le={name:"SidebarItem",components:{Item:te,AppLink:oe},mixins:[re],props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data:function(){return this.onlyOneChild=null,{}},methods:{hasOneShowingChild:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0,a=t.filter((function(t){return!t.hidden&&(e.onlyOneChild=t,!0)}));return 1===a.length||0===a.length&&(this.onlyOneChild=Object(l["a"])(Object(l["a"])({},n),{},{path:"",noShowingChildren:!0}),!0)},resolvePath:function(e){return Object(J["a"])(e)?e:Object(J["a"])(this.basePath)?this.basePath:Z.a.resolve(this.basePath,e)}}},ue=le,de=Object(f["a"])(ue,G,Y,!1,null,null,null),he=de.exports,ve=n("cf1e"),fe=n.n(ve),me={components:{SidebarItem:he,Logo:F},computed:Object(l["a"])(Object(l["a"])({},Object(g["c"])(["sidebar","routes"])),{},{activeMenu:function(){var e=this.$route,t=e.meta,n=e.path;return t.activeMenu?t.activeMenu:n},variables:function(){return fe.a},isCollapse:function(){return!this.sidebar.opened}})},pe=me,be=Object(f["a"])(pe,I,D,!1,null,null,null),we=be.exports,ge=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"tags-view-container",attrs:{id:"tags-view-container"}},[n("scroll-pane",{ref:"scrollPane",staticClass:"tags-view-wrapper"},e._l(e.visitedViews,(function(t){return n("router-link",{key:t.path,ref:"tag",refInFor:!0,staticClass:"tags-view-item",class:e.isActive(t)?"active":"",attrs:{to:{path:t.path,query:t.query,fullPath:t.fullPath},tag:"span"},nativeOn:{mouseup:function(n){return"button"in n&&1!==n.button?null:e.closeSelectedTag(t)},contextmenu:function(n){return n.preventDefault(),e.openMenu(t,n)}}},[e._v(" "+e._s(t.title)+" "),t.meta.affix?e._e():n("span",{staticClass:"el-icon-close",on:{click:function(n){return n.preventDefault(),n.stopPropagation(),e.closeSelectedTag(t)}}})])})),1),n("ul",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"contextmenu",style:{left:e.left+"px",top:e.top+"px"}},[n("li",{on:{click:function(t){return e.refreshSelectedTag(e.selectedTag)}}},[e._v("刷新")]),e.selectedTag.meta&&e.selectedTag.meta.affix?e._e():n("li",{on:{click:function(t){return e.closeSelectedTag(e.selectedTag)}}},[e._v("关闭")]),n("li",{on:{click:e.closeOthersTags}},[e._v("关闭其他")]),n("li",{on:{click:function(t){return e.closeAllTags(e.selectedTag)}}},[e._v("关闭全部")])])],1)},xe=[],ye=(n("4160"),n("fb6a"),n("45fc"),n("ac1f"),n("5319"),n("159b"),n("b85c")),Ve=n("2909"),ke=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-scrollbar",{ref:"scrollContainer",staticClass:"scroll-container",attrs:{vertical:!1},nativeOn:{wheel:function(t){return t.preventDefault(),e.handleScroll(t)}}},[e._t("default")],2)},ze=[],Ce=(n("c740"),4),_e={name:"ScrollPane",data:function(){return{left:0}},computed:{scrollWrapper:function(){return this.$refs.scrollContainer.$refs.wrap}},methods:{handleScroll:function(e){var t=e.wheelDelta||40*-e.deltaY,n=this.scrollWrapper;n.scrollLeft=n.scrollLeft+t/4},moveToTarget:function(e){var t=this.$refs.scrollContainer.$el,n=t.offsetWidth,a=this.scrollWrapper,i=this.$parent.$refs.tag,c=null,s=null;if(i.length>0&&(c=i[0],s=i[i.length-1]),c===e)a.scrollLeft=0;else if(s===e)a.scrollLeft=a.scrollWidth-n;else{var o=i.findIndex((function(t){return t===e})),r=i[o-1],l=i[o+1],u=l.$el.offsetLeft+l.$el.offsetWidth+Ce,d=r.$el.offsetLeft-Ce;u>a.scrollLeft+n?a.scrollLeft=u-n:d1&&void 0!==arguments[1]?arguments[1]:"/",a=[];return e.forEach((function(e){if(e.meta&&e.meta.affix){var i=Z.a.resolve(n,e.path);a.push({fullPath:i,path:i,name:e.name,meta:Object(l["a"])({},e.meta)})}if(e.children){var c=t.filterAffixTags(e.children,e.path);c.length>=1&&(a=[].concat(Object(Ve["a"])(a),Object(Ve["a"])(c)))}})),a},initTags:function(){var e,t=this.affixTags=this.filterAffixTags(this.routes),n=Object(ye["a"])(t);try{for(n.s();!(e=n.n()).done;){var a=e.value;a.name&&this.$store.dispatch("tagsView/addVisitedView",a)}}catch(i){n.e(i)}finally{n.f()}},addTags:function(){var e=this.$route.name;return e&&this.$store.dispatch("tagsView/addView",this.$route),!1},moveToCurrentTag:function(){var e=this,t=this.$refs.tag;this.$nextTick((function(){var n,a=Object(ye["a"])(t);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i.to.path===e.$route.path){e.$refs.scrollPane.moveToTarget(i),i.to.fullPath!==e.$route.fullPath&&e.$store.dispatch("tagsView/updateVisitedView",e.$route);break}}}catch(c){a.e(c)}finally{a.f()}}))},refreshSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delCachedView",e).then((function(){var n=e.fullPath;t.$nextTick((function(){t.$router.replace({path:"/redirect"+n})}))}))},closeSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delView",e).then((function(n){var a=n.visitedViews;t.isActive(e)&&t.toLastView(a,e)}))},closeOthersTags:function(){var e=this;this.$route.fullPath!==this.selectedTag.fullPath&&this.$router.push(this.selectedTag),this.$store.dispatch("tagsView/delOthersViews",this.selectedTag).then((function(){e.moveToCurrentTag()}))},closeAllTags:function(e){var t=this;this.$store.dispatch("tagsView/delAllViews").then((function(n){var a=n.visitedViews;t.affixTags.some((function(t){return t.path===e.path}))||t.toLastView(a,e)}))},toLastView:function(e,t){var n=e.slice(-1)[0];n?this.$router.push(n):"Dashboard"===t.name?this.$router.replace({path:"/redirect"+t.fullPath}):this.$router.push("/")},openMenu:function(e,t){var n=105,a=this.$el.getBoundingClientRect().left,i=this.$el.offsetWidth,c=i-n,s=t.clientX-a+15;this.left=s>c?c:s,this.top=t.clientY,this.visible=!0,this.selectedTag=e},closeMenu:function(){this.visible=!1}}},Oe=Be,Ee=(n("5523"),n("cfaa"),Object(f["a"])(Oe,ge,xe,!1,null,"ecbdd096",null)),je=Ee.exports,Te=n("4360"),Se=document,Pe=Se.body,$e=992,Ae={watch:{$route:function(e){"mobile"===this.device&&this.sidebar.opened&&Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!1})}},beforeMount:function(){window.addEventListener("resize",this.$_resizeHandler)},beforeDestroy:function(){window.removeEventListener("resize",this.$_resizeHandler)},mounted:function(){var e=this.$_isMobile();e&&(Te["a"].dispatch("app/toggleDevice","mobile"),Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!0}))},methods:{$_isMobile:function(){var e=Pe.getBoundingClientRect();return e.width-1<$e},$_resizeHandler:function(){if(!document.hidden){var e=this.$_isMobile();Te["a"].dispatch("app/toggleDevice",e?"mobile":"desktop"),e&&Te["a"].dispatch("app/closeSideBar",{withoutAnimation:!0})}}}},Ie=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"back-to-ceiling",on:{click:e.backToTop}},[n("svg",{staticClass:"Icon Icon--backToTopArrow",staticStyle:{height:"16px",width:"16px"},attrs:{width:"16",height:"16",viewBox:"0 0 17 17",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"}},[n("path",{attrs:{d:"M12.036 15.59a1 1 0 0 1-.997.995H5.032a.996.996 0 0 1-.997-.996V8.584H1.03c-1.1 0-1.36-.633-.578-1.416L7.33.29a1.003 1.003 0 0 1 1.412 0l6.878 6.88c.782.78.523 1.415-.58 1.415h-3.004v7.004z"}})])])])},De=[],qe=(n("a9e3"),{name:"BackToTop",props:{visibilityHeight:{type:Number,default:400},backPosition:{type:Number,default:0},customStyle:{type:Object,default:function(){return{right:"20px",bottom:"20px",width:"30px",height:"30px","border-radius":"4px","line-height":"35px",background:"#e7eaf1"}}},transitionName:{type:String,default:"fade"}},data:function(){return{visible:!1,interval:null,isMoving:!1}},mounted:function(){window.addEventListener("scroll",this.handleScroll)},beforeDestroy:function(){window.removeEventListener("scroll",this.handleScroll),this.interval&&clearInterval(this.interval)},methods:{handleScroll:function(){this.visible=window.pageYOffset>this.visibilityHeight},backToTop:function(){var e=this;if(!this.isMoving){var t=window.pageYOffset,n=0;this.isMoving=!0,this.interval=setInterval((function(){var a=Math.floor(e.easeInOutQuad(10*n,t,-t,500));a<=e.backPosition?(window.scrollTo(0,e.backPosition),clearInterval(e.interval),e.isMoving=!1):window.scrollTo(0,a),n++}),5)}},easeInOutQuad:function(e,t,n,a){return(e/=a/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}}}),Ue=qe,Ne=(n("1696"),Object(f["a"])(Ue,Ie,De,!1,null,"6caad8f8",null)),We=Ne.exports,Re={name:"Layout",components:{AppMain:p,Navbar:A,Sidebar:we,TagsView:je,BackToTop:We},mixins:[Ae],computed:Object(l["a"])(Object(l["a"])({},Object(g["e"])({sidebar:function(e){return e.app.sidebar},device:function(e){return e.app.device}})),{},{classObj:function(){return{hideSidebar:!this.sidebar.opened,openSidebar:this.sidebar.opened,withoutAnimation:this.sidebar.withoutAnimation,mobile:"mobile"===this.device}}}),methods:{handleClickOutside:function(){this.$store.dispatch("app/closeSideBar",{withoutAnimation:!1})}}},Fe=Re,Ge=(n("6542"),Object(f["a"])(Fe,o,r,!1,null,"397a6e8b",null)),Ye=Ge.exports;c["default"].use(s["a"]);var Qe=[{path:"/redirect",component:Ye,hidden:!0,children:[{path:"/redirect/:path*",component:function(){return n.e("chunk-2d230fe7").then(n.bind(null,"ef3c"))}}]},{path:"/login",name:"Login",hidden:!0,component:function(){return n.e("chunk-71f81c10").then(n.bind(null,"9ed6"))},meta:{title:"登录"}},{path:"/",component:Ye,redirect:"/dashboard",children:[{path:"dashboard",component:function(){return n.e("chunk-1159e38a").then(n.bind(null,"9406"))},name:"Dashboard",meta:{title:"主页",icon:"home",affix:!0}}]},{path:"/user",component:Ye,name:"UserPage",meta:{title:"用户管理",icon:"users"},children:[{path:"student/list",component:function(){return n.e("chunk-448755e2").then(n.bind(null,"822e"))},name:"UserStudentPageList",meta:{title:"学生列表",noCache:!0}},{path:"student/edit",component:function(){return n.e("chunk-2d221bd2").then(n.bind(null,"cc40"))},name:"UserStudentEdit",meta:{title:"学生编辑",noCache:!0,activeMenu:"/user/student/list"},hidden:!0},{path:"admin/list",component:function(){return n.e("chunk-913f50a6").then(n.bind(null,"0c5d"))},name:"UserAdminPageList",meta:{title:"管理员列表",noCache:!0}},{path:"admin/edit",component:function(){return n.e("chunk-2d2300ef").then(n.bind(null,"eb51"))},name:"UserAdminEdit",meta:{title:"管理员编辑",noCache:!0,activeMenu:"/user/admin/list"},hidden:!0}]},{path:"/exam",component:Ye,name:"ExamPage",meta:{title:"卷题管理",icon:"exam"},children:[{path:"paper/list",component:function(){return n.e("chunk-37f7a892").then(n.bind(null,"ef080"))},name:"ExamPaperPageList",meta:{title:"试卷列表",noCache:!0}},{path:"paper/edit",component:function(){return n.e("chunk-4472f2d7").then(n.bind(null,"beb3"))},name:"ExamPaperEdit",meta:{title:"试卷编辑",noCache:!0,activeMenu:"/exam/paper/list"},hidden:!0},{path:"question/list",component:function(){return n.e("chunk-07d991b3").then(n.bind(null,"3af7"))},name:"ExamQuestionPageList",meta:{title:"题目列表",noCache:!0}},{path:"question/edit/singleChoice",component:function(){return n.e("chunk-d0753fda").then(n.bind(null,"0798"))},name:"singleChoicePage",meta:{title:"单选题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/multipleChoice",component:function(){return n.e("chunk-75f11c77").then(n.bind(null,"1b2c"))},name:"multipleChoicePage",meta:{title:"多选题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/trueFalse",component:function(){return n.e("chunk-78234ca2").then(n.bind(null,"a305"))},name:"trueFalsePage",meta:{title:"判断题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/gapFilling",component:function(){return n.e("chunk-793f0082").then(n.bind(null,"6d4c"))},name:"gapFillingPage",meta:{title:"填空题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0},{path:"question/edit/shortAnswer",component:function(){return n.e("chunk-733c35b2").then(n.bind(null,"2fca"))},name:"shortAnswerPage",meta:{title:"简答题编辑",noCache:!0,activeMenu:"/exam/question/list"},hidden:!0}]},{path:"/task",component:Ye,name:"TaskPage",meta:{title:"任务管理",icon:"task"},alwaysShow:!0,children:[{path:"list",component:function(){return n.e("chunk-c2aa2eac").then(n.bind(null,"93dc"))},name:"TaskListPage",meta:{title:"任务列表",noCache:!0}},{path:"edit",component:function(){return n.e("chunk-63af86fe").then(n.bind(null,"2752"))},name:"TaskEditPage",meta:{title:"任务创建",noCache:!0}}]},{path:"/education",component:Ye,name:"EducationPage",meta:{title:"教育管理",icon:"education"},alwaysShow:!0,children:[{path:"subject/list",component:function(){return n.e("chunk-4cf8ab8c").then(n.bind(null,"ee36"))},name:"EducationSubjectPage",meta:{title:"学科列表",noCache:!0}},{path:"subject/edit",component:function(){return n.e("chunk-2d0c138b").then(n.bind(null,"44b7"))},name:"EducationSubjectEditPage",meta:{title:"学科编辑",noCache:!0,activeMenu:"/education/subject/list"},hidden:!0}]},{path:"/message",component:Ye,name:"MessagePage",meta:{title:"消息中心",icon:"message"},alwaysShow:!0,children:[{path:"list",component:function(){return n.e("chunk-04b6c2be").then(n.bind(null,"6e24"))},name:"MessageListPage",meta:{title:"消息列表",noCache:!0}},{path:"send",component:function(){return n.e("chunk-16f9edc1").then(n.bind(null,"93fd"))},name:"MessageSendPage",meta:{title:"消息发送",noCache:!0}}]},{path:"/log",component:Ye,name:"LogPage",meta:{title:"日志中心",icon:"log"},alwaysShow:!0,children:[{path:"user/list",component:function(){return n.e("chunk-5025ea04").then(n.bind(null,"bbb3"))},name:"LogUserPage",meta:{title:"用户日志",noCache:!0}}]},{path:"/profile",component:Ye,hidden:!0,children:[{path:"index",component:function(){return n.e("chunk-6e3b3ca0").then(n.bind(null,"ecac"))},name:"Profile",meta:{title:"个人简介",icon:"user",noCache:!0}}]},{path:"*",hidden:!0,component:function(){return n.e("chunk-c7b9eaf2").then(n.bind(null,"1db4"))},meta:{title:"404",noCache:!0}}],Ze=new s["a"]({routes:Qe})},4360:function(e,t,n){"use strict";n("13d5"),n("d3b7"),n("ac1f"),n("5319"),n("ddb0");var a=n("2b0e"),i=n("2f62"),c={sidebar:function(e){return e.app.sidebar},device:function(e){return e.app.device},visitedViews:function(e){return e.tagsView.visitedViews},cachedViews:function(e){return e.tagsView.cachedViews},userName:function(e){return e.user.userName},routes:function(e){return e.router.routes}},s=c;a["default"].use(i["a"]);var o=n("c653"),r=o.keys().reduce((function(e,t){var n=t.replace(/^\.\/(.*)\.\w+$/,"$1"),a=o(t);return e[n]=a.default,e}),{}),l=new i["a"].Store({modules:r,getters:s});t["a"]=l},"47f1":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-table",use:"icon-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"47ff":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-message",use:"icon-message-usage",viewBox:"0 0 950 690",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"4df5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-eye",use:"icon-eye-usage",viewBox:"0 0 128 64",content:''});s.a.add(o);t["default"]=o},5055:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-users",use:"icon-users-usage",viewBox:"0 0 850 970.0000000000001",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"51ff":function(e,t,n){var a={"./404.svg":"a14a","./bug.svg":"1779","./chart.svg":"c829","./clipboard.svg":"bc35","./component.svg":"56d6","./dashboard.svg":"f782","./documentation.svg":"90fb","./doexampaper.svg":"beec","./doquestion.svg":"de4b","./drag.svg":"9bbf","./edit.svg":"aa46","./education.svg":"ad1c","./email.svg":"cbb7","./exam.svg":"a978","./example.svg":"30c3","./excel.svg":"6599","./exit-fullscreen.svg":"dbc7","./eye-open.svg":"d7ec","./eye.svg":"4df5","./form.svg":"eb1b","./fullscreen.svg":"9921","./guide.svg":"6683","./home.svg":"6bbe","./icon.svg":"9d91","./international.svg":"17df","./language.svg":"2580","./link.svg":"18f0","./list.svg":"3289","./lock.svg":"ab00","./log.svg":"fea0","./message.svg":"47ff","./money.svg":"3046","./nested.svg":"dcf8","./password.svg":"2a3d","./pdf.svg":"f9a1","./people.svg":"d056","./peoples.svg":"2f11","./qq.svg":"1430","./question.svg":"ae00","./search.svg":"8e8d","./shopping.svg":"12a5","./size.svg":"8644","./skill.svg":"096e","./star.svg":"708a","./tab.svg":"8fb7","./table.svg":"47f1","./task.svg":"771b","./theme.svg":"e534","./tree-table.svg":"e7c8","./tree.svg":"93cd","./user.svg":"b3b5","./users.svg":"5055","./wechat.svg":"80da","./zip.svg":"8aa6"};function i(e){var t=c(e);return n(t)}function c(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}i.keys=function(){return Object.keys(a)},i.resolve=c,e.exports=i,i.id="51ff"},5523:function(e,t,n){"use strict";var a=n("9e2f"),i=n.n(a);i.a},"56d6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-component",use:"icon-component-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"56d7":function(e,t,n){"use strict";n.r(t);n("96cf");var a=n("1da1"),i=(n("e260"),n("e6cf"),n("cca6"),n("a79d"),n("2b0e")),c=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("router-view")],1)},s=[],o={name:"App"},r=o,l=n("2877"),u=Object(l["a"])(r,c,s,!1,null,null,null),d=u.exports,h=n("41cb"),v=n("4360"),f=(n("f5df1"),n("5c96")),m=n.n(f),p=(n("24ab"),n("b20f"),n("d81d"),n("d3b7"),n("ddb0"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.isExternal?n("div",e._g({staticClass:"svg-external-icon svg-icon",style:e.styleExternalIcon},e.$listeners)):n("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[n("use",{attrs:{"xlink:href":e.iconName}})])}),b=[],w=n("61f7"),g={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{isExternal:function(){return Object(w["a"])(this.iconClass)},iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"},styleExternalIcon:function(){return{mask:"url(".concat(this.iconClass,") no-repeat 50% 50%"),"-webkit-mask":"url(".concat(this.iconClass,") no-repeat 50% 50%")}}}},x=g,y=(n("2a4f"),Object(l["a"])(x,p,b,!1,null,"d20c6df0",null)),V=y.exports;i["default"].component("svg-icon",V);var k=n("51ff"),z=function(e){return e.keys().map(e)};z(k);var C=n("323e"),_=n.n(C);n("a5d8");i["default"].use(m.a,{size:"medium"}),i["default"].config.productionTip=!1,_.a.configure({showSpinner:!1}),h["b"].beforeEach(function(){var e=Object(a["a"])(regeneratorRuntime.mark((function e(t,n,a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:_.a.start(),void 0!==t.meta.title?document.title=t.meta.title:document.title="‎",v["a"].commit("router/initRoutes"),t.path&&_hmt.push(["_trackPageview","/#"+t.fullPath]),a();case 5:case"end":return e.stop()}}),e)})));return function(t,n,a){return e.apply(this,arguments)}}()),h["b"].afterEach((function(){_.a.done()})),i["default"].prototype.$$router=h["b"],new i["default"]({router:h["b"],store:v["a"],render:function(e){return e(d)}}).$mount("#app")},"57ce":function(e,t,n){"use strict";var a=n("dd4b"),i=n.n(a);i.a},"5c0e":function(e,t,n){},"5ea6":function(e,t,n){"use strict";var a=n("68bf"),i=n.n(a);i.a},"61f7":function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));n("c975"),n("d3b7"),n("25f0"),n("498a");function a(e){return/^(https?:|mailto:|tel:)/.test(e)}},6542:function(e,t,n){"use strict";var a=n("6d66"),i=n.n(a);i.a},6599:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-excel",use:"icon-excel-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},6683:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-guide",use:"icon-guide-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"68bf":function(e,t,n){},"6bbe":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 1024 932",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"6d66":function(e,t,n){},"708a":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-star",use:"icon-star-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},7509:function(e,t,n){"use strict";n.r(t);n("4de4"),n("caad"),n("c975"),n("fb6a"),n("45fc"),n("a434"),n("b0c0"),n("d3b7"),n("2532"),n("ddb0");var a=n("2909"),i=n("53ca"),c=n("3835"),s=n("b85c"),o={visitedViews:[],cachedViews:[]},r={ADD_VISITED_VIEW:function(e,t){e.visitedViews.some((function(e){return e.path===t.path}))||e.visitedViews.push(Object.assign({},t,{title:t.meta.title||"no-name"}))},ADD_CACHED_VIEW:function(e,t){e.cachedViews.includes(t.name)||t.meta.noCache||e.cachedViews.push(t.name)},DEL_VISITED_VIEW:function(e,t){var n,a=Object(s["a"])(e.visitedViews.entries());try{for(a.s();!(n=a.n()).done;){var i=Object(c["a"])(n.value,2),o=i[0],r=i[1];if(r.path===t.path){e.visitedViews.splice(o,1);break}}}catch(l){a.e(l)}finally{a.f()}},DEL_CACHED_VIEW:function(e,t){var n,a=Object(s["a"])(e.cachedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i===t.name){var c=e.cachedViews.indexOf(i);e.cachedViews.splice(c,1);break}}}catch(o){a.e(o)}finally{a.f()}},DEL_OTHERS_VISITED_VIEWS:function(e,t){e.visitedViews=e.visitedViews.filter((function(e){return e.meta.affix||e.path===t.path}))},DEL_OTHERS_CACHED_VIEWS:function(e,t){var n,a=Object(s["a"])(e.cachedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i===t.name){var c=e.cachedViews.indexOf(i);e.cachedViews=e.cachedViews.slice(c,c+1);break}}}catch(o){a.e(o)}finally{a.f()}},DEL_ALL_VISITED_VIEWS:function(e){var t=e.visitedViews.filter((function(e){return e.meta.affix}));e.visitedViews=t},DEL_ALL_CACHED_VIEWS:function(e){e.cachedViews=[]},UPDATE_VISITED_VIEW:function(e,t){var n,a=Object(s["a"])(e.visitedViews);try{for(a.s();!(n=a.n()).done;){var i=n.value;if(i.path===t.path){i=Object.assign(i,t),e.currentView=i;break}}}catch(c){a.e(c)}finally{a.f()}}},l={addView:function(e,t){var n=e.dispatch;n("addVisitedView",t),n("addCachedView",t)},addVisitedView:function(e,t){var n=e.commit;n("ADD_VISITED_VIEW",t)},addCachedView:function(e,t){var n=e.commit;n("ADD_CACHED_VIEW",t)},delCurrentView:function(e,t){var n,a=e.dispatch,c=e.state,o=t.$route,r=Object(s["a"])(c.visitedViews);try{var l=function(){var e=n.value;if(e.path===o.path)return{v:new Promise((function(t){a("delVisitedView",e),a("delCachedView",e),t()}))}};for(r.s();!(n=r.n()).done;){var u=l();if("object"===Object(i["a"])(u))return u.v}}catch(d){r.e(d)}finally{r.f()}},delView:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delVisitedView",t),n("delCachedView",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delVisitedView:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_VISITED_VIEW",t),e(Object(a["a"])(i.visitedViews))}))},delCachedView:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_CACHED_VIEW",t),e(Object(a["a"])(i.cachedViews))}))},delOthersViews:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delOthersVisitedViews",t),n("delOthersCachedViews",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delOthersVisitedViews:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_OTHERS_VISITED_VIEWS",t),e(Object(a["a"])(i.visitedViews))}))},delOthersCachedViews:function(e,t){var n=e.commit,i=e.state;return new Promise((function(e){n("DEL_OTHERS_CACHED_VIEWS",t),e(Object(a["a"])(i.cachedViews))}))},delAllViews:function(e,t){var n=e.dispatch,i=e.state;return new Promise((function(e){n("delAllVisitedViews",t),n("delAllCachedViews",t),e({visitedViews:Object(a["a"])(i.visitedViews),cachedViews:Object(a["a"])(i.cachedViews)})}))},delAllVisitedViews:function(e){var t=e.commit,n=e.state;return new Promise((function(e){t("DEL_ALL_VISITED_VIEWS"),e(Object(a["a"])(n.visitedViews))}))},delAllCachedViews:function(e){var t=e.commit,n=e.state;return new Promise((function(e){t("DEL_ALL_CACHED_VIEWS"),e(Object(a["a"])(n.cachedViews))}))},updateVisitedView:function(e,t){var n=e.commit;e.state;n("UPDATE_VISITED_VIEW",t)}};t["default"]={namespaced:!0,state:o,mutations:r,actions:l}},"771b":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-task",use:"icon-task-usage",viewBox:"0 0 900 900",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},"7ded":function(e,t,n){"use strict";var a=n("b775");t["a"]={login:function(e){return Object(a["b"])("/api/user/login",e)},logout:function(e){return Object(a["a"])("/api/user/logout",e)}}},"80da":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-wechat",use:"icon-wechat-usage",viewBox:"0 0 128 110",content:''});s.a.add(o);t["default"]=o},8644:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-size",use:"icon-size-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8aa6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-zip",use:"icon-zip-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8da3":function(e,t,n){},"8e8d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-search",use:"icon-search-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"8fb7":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tab",use:"icon-tab-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"90fb":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"93cd":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tree",use:"icon-tree-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"96d8":function(e,t,n){"use strict";var a=n("073a"),i=n.n(a);i.a},9921:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-fullscreen",use:"icon-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9bbf":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-drag",use:"icon-drag-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9d91":function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-icon",use:"icon-icon-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},"9e2f":function(e,t,n){},a14a:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-404",use:"icon-404-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},a615:function(e,t,n){"use strict";n.r(t);n("b0c0");var a=n("b85c"),i=n("c418"),c={subjects:[]},s={subjectEnumFormat:function(e){return function(t){var n,i=Object(a["a"])(e.subjects);try{for(i.s();!(n=i.n()).done;){var c=n.value;if(c.id===t)return c.name+" ( "+c.levelName+" )"}}catch(s){i.e(s)}finally{i.f()}return null}}},o={initSubject:function(e,t){var n=e.commit;i["a"].list().then((function(e){n("setSubjects",e.response),void 0!==t&&t()}))}},r={setSubjects:function(e,t){e.subjects=t}};t["default"]={namespaced:!0,state:c,getters:s,actions:o,mutations:r}},a978:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-exam",use:"icon-exam-usage",viewBox:"0 0 850 850",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},aa46:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-edit",use:"icon-edit-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},aa49:function(e,t,n){},ab00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-lock",use:"icon-lock-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},ad1c:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-education",use:"icon-education-usage",viewBox:"0 0 850 900",content:'\r\n \r\n \r\n \r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},ae00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-question",use:"icon-question-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},b20f:function(e,t,n){e.exports={menuText:"#bfcbd9",menuActiveText:"#409EFF",subMenuActiveText:"#f4f4f5",menuBg:"#304156",menuHover:"#263445",subMenuBg:"#1f2d3d",subMenuHover:"#001528",sideBarWidth:"210px"}},b3b5:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 130 130",content:''});s.a.add(o);t["default"]=o},b3ea:function(e,t,n){},b775:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return r}));n("d3b7");var a=n("bc3a"),i=n.n(a),c=n("2b0e"),s=function(e,t){var n;return e&&(n=c["default"].prototype.$loading({lock:!1,text:"正在加载中…",spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.5)"})),i.a.request(t).then((function(t){return e&&n.close(),401===t.data.code?(c["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):500===t.data.code||501===t.data.code?Promise.reject(t.data):502===t.data.code?(c["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):Promise.resolve(t.data)})).catch((function(t){return e&&n.close(),c["default"].prototype.$message.error(t.message),Promise.reject(t.message)}))},o=function(e,t){var n={baseURL:Object({NODE_ENV:"production",BASE_URL:""}).VUE_APP_URL,url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!1,n)},r=function(e,t){var n={baseURL:Object({NODE_ENV:"production",BASE_URL:""}).VUE_APP_URL,url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!0,n)}},bc35:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-clipboard",use:"icon-clipboard-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},beec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-doexampaper",use:"icon-doexampaper-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o},c12b:function(e,t,n){},c24f:function(e,t,n){"use strict";var a=n("b775");t["a"]={getUserPageList:function(e){return Object(a["a"])("/api/admin/user/page/list",e)},getUserEventPageList:function(e){return Object(a["a"])("/api/admin/user/event/page/list",e)},createUser:function(e){return Object(a["a"])("/api/admin/user/edit",e)},selectUser:function(e){return Object(a["a"])("/api/admin/user/select/"+e)},getCurrentUser:function(){return Object(a["a"])("/api/admin/user/current")},updateUser:function(e){return Object(a["a"])("/api/admin/user/update",e)},changeStatus:function(e){return Object(a["a"])("/api/admin/user/changeStatus/"+e)},deleteUser:function(e){return Object(a["a"])("/api/admin/user/delete/"+e)},selectByUserName:function(e){return Object(a["a"])("/api/admin/user/selectByUserName",e)}}},c418:function(e,t,n){"use strict";var a=n("b775");t["a"]={list:function(e){return Object(a["a"])("/api/admin/education/subject/list")},pageList:function(e){return Object(a["a"])("/api/admin/education/subject/page",e)},edit:function(e){return Object(a["a"])("/api/admin/education/subject/edit",e)},select:function(e){return Object(a["a"])("/api/admin/education/subject/select/"+e)},deleteSubject:function(e){return Object(a["a"])("/api/admin/education/subject/delete/"+e)}}},c653:function(e,t,n){var a={"./app.js":"d9cd","./enumItem.js":"f1e5","./exam.js":"a615","./router.js":"d3e9","./tagsView.js":"7509","./user.js":"0f9a"};function i(e){var t=c(e);return n(t)}function c(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}i.keys=function(){return Object.keys(a)},i.resolve=c,e.exports=i,i.id="c653"},c829:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-chart",use:"icon-chart-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},cbb7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 128 96",content:''});s.a.add(o);t["default"]=o},cf05:function(e,t,n){e.exports=n.p+"static/img/logo.d99ccfc3.png"},cf1e:function(e,t,n){e.exports={menuText:"#bfcbd9",menuActiveText:"#409EFF",subMenuActiveText:"#f4f4f5",menuBg:"#304156",menuHover:"#263445",subMenuBg:"#1f2d3d",subMenuHover:"#001528",sideBarWidth:"210px"}},cfaa:function(e,t,n){"use strict";var a=n("e1eb"),i=n.n(a);i.a},d056:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-people",use:"icon-people-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},d3e9:function(e,t,n){"use strict";n.r(t);var a=n("41cb"),i={routes:a["a"]},c={initRoutes:function(e){e.routes=a["a"]}},s={};t["default"]={namespaced:!0,state:i,mutations:c,actions:s}},d7ec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(o);t["default"]=o},d9cd:function(e,t,n){"use strict";n.r(t);var a=n("a78e"),i=n.n(a),c={sidebar:{opened:!i.a.get("sidebarStatus")||!!+i.a.get("sidebarStatus"),withoutAnimation:!1},device:"desktop",size:i.a.get("size")||"medium"},s={TOGGLE_SIDEBAR:function(e){e.sidebar.opened=!e.sidebar.opened,e.sidebar.withoutAnimation=!1,e.sidebar.opened?i.a.set("sidebarStatus",1):i.a.set("sidebarStatus",0)},CLOSE_SIDEBAR:function(e,t){i.a.set("sidebarStatus",0),e.sidebar.opened=!1,e.sidebar.withoutAnimation=t},TOGGLE_DEVICE:function(e,t){e.device=t},SET_SIZE:function(e,t){e.size=t,i.a.set("size",t)}},o={toggleSideBar:function(e){var t=e.commit;t("TOGGLE_SIDEBAR")},closeSideBar:function(e,t){var n=e.commit,a=t.withoutAnimation;n("CLOSE_SIDEBAR",a)},toggleDevice:function(e,t){var n=e.commit;n("TOGGLE_DEVICE",t)},setSize:function(e,t){var n=e.commit;n("SET_SIZE",t)}};t["default"]={namespaced:!0,state:c,mutations:s,actions:o}},dbc7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-exit-fullscreen",use:"icon-exit-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},dcf8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-nested",use:"icon-nested-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},dd4b:function(e,t,n){},de4b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-doquestion",use:"icon-doquestion-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(o);t["default"]=o},e1eb:function(e,t,n){},e534:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-theme",use:"icon-theme-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},e7c8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-tree-table",use:"icon-tree-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},e7df:function(e,t,n){"use strict";var a=n("aa49"),i=n.n(a);i.a},eb1b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-form",use:"icon-form-usage",viewBox:"0 0 128 128",content:''});s.a.add(o);t["default"]=o},f1e5:function(e,t,n){"use strict";n.r(t);var a=n("b85c"),i={user:{sexEnum:[{key:1,value:"男"},{key:2,value:"女"}],statusEnum:[{key:1,value:"启用"},{key:2,value:"禁用"}],levelEnum:[{key:1,value:"一年级"},{key:2,value:"二年级"},{key:3,value:"三年级"},{key:4,value:"四年级"},{key:5,value:"五年级"},{key:6,value:"六年级"},{key:7,value:"初一"},{key:8,value:"初二"},{key:9,value:"初三"},{key:10,value:"高一"},{key:11,value:"高二"},{key:12,value:"高三"}],roleEnum:[{key:1,value:"学生"},{key:2,value:"教师"},{key:3,value:"管理员"}],statusTag:[{key:1,value:"success"},{key:2,value:"danger"}],statusBtn:[{key:1,value:"禁用"},{key:2,value:"启用"}]},exam:{examPaper:{paperTypeEnum:[{key:1,value:"固定试卷"},{key:4,value:"时段试卷"},{key:6,value:"任务试卷"}]},question:{typeEnum:[{key:1,value:"单选题"},{key:2,value:"多选题"},{key:3,value:"判断题"},{key:4,value:"填空题"},{key:5,value:"简答题"}],editUrlEnum:[{key:1,value:"/exam/question/edit/singleChoice",name:"单选题"},{key:2,value:"/exam/question/edit/multipleChoice",name:"多选题"},{key:3,value:"/exam/question/edit/trueFalse",name:"判断题"},{key:4,value:"/exam/question/edit/gapFilling",name:"填空题"},{key:5,value:"/exam/question/edit/shortAnswer",name:"简答题"}]}}},c={enumFormat:function(e){return function(e,t){return r(e,t)}}},s={},o={},r=function(e,t){var n,i=Object(a["a"])(e);try{for(i.s();!(n=i.n()).done;){var c=n.value;if(c.key===t)return c.value}}catch(s){i.e(s)}finally{i.f()}return null};t["default"]={namespaced:!0,state:i,getters:c,actions:s,mutations:o}},f782:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 128 100",content:''});s.a.add(o);t["default"]=o},f9a1:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-pdf",use:"icon-pdf-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(o);t["default"]=o},fdda:function(e,t,n){"use strict";var a=n("5c0e"),i=n.n(a);i.a},fea0:function(e,t,n){"use strict";n.r(t);var a=n("e017"),i=n.n(a),c=n("21a1"),s=n.n(c),o=new i.a({id:"icon-log",use:"icon-log-usage",viewBox:"0 0 980 1024",content:'\r\n\r\n \r\n background\r\n \r\n \r\n \r\n Layer 1\r\n \r\n \r\n \r\n'});s.a.add(o);t["default"]=o}}); \ No newline at end of file diff --git a/source/xzs/src/main/resources/static/student/index.html b/source/xzs/src/main/resources/static/student/index.html index c26f96a..ba48326 100644 --- a/source/xzs/src/main/resources/static/student/index.html +++ b/source/xzs/src/main/resources/static/student/index.html @@ -14,4 +14,4 @@ hm.src = 'https://hm.baidu.com/hm.js?cd8218cd51f800ed2b73e5751cb3f4f9' var s = document.getElementsByTagName('script')[0] s.parentNode.insertBefore(hm, s) - })()
\ No newline at end of file + })()
\ No newline at end of file diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-00a370fd.3d346b9d.js b/source/xzs/src/main/resources/static/student/static/js/chunk-00a370fd.7c1672e9.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-00a370fd.3d346b9d.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-00a370fd.7c1672e9.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-038d4306.9e62a57d.js b/source/xzs/src/main/resources/static/student/static/js/chunk-038d4306.3b4df301.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-038d4306.9e62a57d.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-038d4306.3b4df301.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-096af9f1.d45ac927.js b/source/xzs/src/main/resources/static/student/static/js/chunk-096af9f1.17f48a34.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-096af9f1.d45ac927.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-096af9f1.17f48a34.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-2d20f362.6b32ea40.js b/source/xzs/src/main/resources/static/student/static/js/chunk-2d20f362.789ecbbc.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-2d20f362.6b32ea40.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-2d20f362.789ecbbc.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-5454b879.00a7bb95.js b/source/xzs/src/main/resources/static/student/static/js/chunk-5454b879.0c976b41.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-5454b879.00a7bb95.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-5454b879.0c976b41.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-5e362585.02bc9fda.js b/source/xzs/src/main/resources/static/student/static/js/chunk-5e362585.6cf1a15a.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-5e362585.02bc9fda.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-5e362585.6cf1a15a.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-77ccc064.6af990c9.js b/source/xzs/src/main/resources/static/student/static/js/chunk-77ccc064.3eadb3cb.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-77ccc064.6af990c9.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-77ccc064.3eadb3cb.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-7aa4492c.b717a54a.js b/source/xzs/src/main/resources/static/student/static/js/chunk-7aa4492c.f9b9e3da.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-7aa4492c.b717a54a.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-7aa4492c.f9b9e3da.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-889ecf22.8a75dab1.js b/source/xzs/src/main/resources/static/student/static/js/chunk-889ecf22.4003710b.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-889ecf22.8a75dab1.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-889ecf22.4003710b.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-8ea99dc6.e70746d5.js b/source/xzs/src/main/resources/static/student/static/js/chunk-8ea99dc6.b7f764c2.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-8ea99dc6.e70746d5.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-8ea99dc6.b7f764c2.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-b917c4bc.806e2d5a.js b/source/xzs/src/main/resources/static/student/static/js/chunk-b917c4bc.0edd965b.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-b917c4bc.806e2d5a.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-b917c4bc.0edd965b.js diff --git a/source/xzs/src/main/resources/static/student/static/js/chunk-bd32f434.e5280b0b.js b/source/xzs/src/main/resources/static/student/static/js/chunk-bd32f434.e63dd045.js similarity index 100% rename from source/xzs/src/main/resources/static/student/static/js/chunk-bd32f434.e5280b0b.js rename to source/xzs/src/main/resources/static/student/static/js/chunk-bd32f434.e63dd045.js diff --git a/source/xzs/src/main/resources/static/student/static/js/index.ec6ccb2e.js b/source/xzs/src/main/resources/static/student/static/js/index.3e6b58fe.js similarity index 99% rename from source/xzs/src/main/resources/static/student/static/js/index.ec6ccb2e.js rename to source/xzs/src/main/resources/static/student/static/js/index.3e6b58fe.js index 07693d7..bdaf8be 100644 --- a/source/xzs/src/main/resources/static/student/static/js/index.ec6ccb2e.js +++ b/source/xzs/src/main/resources/static/student/static/js/index.3e6b58fe.js @@ -1 +1 @@ -(function(e){function t(t){for(var a,c,i=t[0],r=t[1],u=t[2],l=0,d=[];l'});s.a.add(i);t["default"]=i},"0f9a":function(e,t,n){"use strict";n.r(t);var a=n("a78e"),c=n.n(a),o=n("c24f"),s={userName:c.a.get("studentUserName"),userInfo:c.a.get("studentUserInfo"),imagePath:c.a.get("studentImagePath"),messageCount:0},i={initUserInfo:function(e){var t=e.commit;o["a"].getCurrentUser().then((function(e){t("setUserInfo",e.response)}))},getUserMessageInfo:function(e){var t=e.commit;o["a"].getMessageCount().then((function(e){t("setMessageCount",e.response)}))}},r={setUserName:function(e,t){e.userName=t,c.a.set("studentUserName",t,{expires:30})},setUserInfo:function(e,t){e.userInfo=t,c.a.set("studentUserInfo",t,{expires:30})},setImagePath:function(e,t){e.imagePath=t,c.a.set("studentImagePath",t,{expires:30})},setMessageCount:function(e,t){e.messageCount=t},messageCountSubtract:function(e,t){e.messageCount=e.messageCount-t},clearLogin:function(e){c.a.remove("studentUserName"),c.a.remove("studentUserInfo"),c.a.remove("studentImagePath")}};t["default"]={namespaced:!0,state:s,mutations:r,actions:i}},1195:function(e,t,n){e.exports=n.p+"static/img/avatar.37c3ea6b.png"},"12a5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-shopping",use:"icon-shopping-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},1430:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-qq",use:"icon-qq-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},1696:function(e,t,n){"use strict";var a=n("c12b"),c=n.n(a);c.a},1779:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-bug",use:"icon-bug-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"17df":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-international",use:"icon-international-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"18f0":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-link",use:"icon-link-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},2580:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-language",use:"icon-language-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"28c9":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-gitee",use:"icon-gitee-usage",viewBox:"0 0 90 90",content:'\r\n \r\n'});s.a.add(i);t["default"]=i},"2a3d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"2a4f":function(e,t,n){"use strict";var a=n("8da3"),c=n.n(a);c.a},"2f11":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},3046:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-money",use:"icon-money-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"30c3":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-example",use:"icon-example-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},3289:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-list",use:"icon-list-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"47f1":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-table",use:"icon-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"47ff":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-message",use:"icon-message-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"4df5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-eye",use:"icon-eye-usage",viewBox:"0 0 128 64",content:''});s.a.add(i);t["default"]=i},5055:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-users",use:"icon-users-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n'});s.a.add(i);t["default"]=i},"51ff":function(e,t,n){var a={"./404.svg":"a14a","./bug.svg":"1779","./chart.svg":"c829","./clipboard.svg":"bc35","./component.svg":"56d6","./dashboard.svg":"f782","./documentation.svg":"90fb","./drag.svg":"9bbf","./edit.svg":"aa46","./education.svg":"ad1c","./email.svg":"cbb7","./exam.svg":"a978","./example.svg":"30c3","./excel.svg":"6599","./exit-fullscreen.svg":"dbc7","./eye-open.svg":"d7ec","./eye.svg":"4df5","./form.svg":"eb1b","./fullscreen.svg":"9921","./gitee.svg":"28c9","./guide.svg":"6683","./home.svg":"6bbe","./icon.svg":"9d91","./international.svg":"17df","./language.svg":"2580","./link.svg":"18f0","./list.svg":"3289","./lock.svg":"ab00","./message.svg":"47ff","./money.svg":"3046","./nested.svg":"dcf8","./password.svg":"2a3d","./pdf.svg":"f9a1","./people.svg":"d056","./peoples.svg":"2f11","./qq.svg":"1430","./question.svg":"ae00","./search.svg":"8e8d","./shopping.svg":"12a5","./size.svg":"8644","./skill.svg":"096e","./social-github.svg":"6002","./star.svg":"708a","./tab.svg":"8fb7","./table.svg":"47f1","./theme.svg":"e534","./tree-table.svg":"e7c8","./tree.svg":"93cd","./user.svg":"b3b5","./users.svg":"5055","./wechat.svg":"80da","./zip.svg":"8aa6"};function c(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}c.keys=function(){return Object.keys(a)},c.resolve=o,e.exports=c,c.id="51ff"},"56d6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-component",use:"icon-component-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"56d7":function(e,t,n){"use strict";n.r(t);n("96cf");var a=n("1da1"),c=(n("e260"),n("e6cf"),n("cca6"),n("a79d"),n("2b0e")),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("router-view"),n("back-to-top",{ref:"backTop",attrs:{"visibility-height":100,"back-position":0,"transition-name":"fade"}})],1)},s=[],i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"back-to-ceiling",on:{click:e.backToTop}},[n("svg",{staticClass:"Icon Icon--backToTopArrow",staticStyle:{height:"16px",width:"16px"},attrs:{width:"16",height:"16",viewBox:"0 0 17 17",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"}},[n("path",{attrs:{d:"M12.036 15.59a1 1 0 0 1-.997.995H5.032a.996.996 0 0 1-.997-.996V8.584H1.03c-1.1 0-1.36-.633-.578-1.416L7.33.29a1.003 1.003 0 0 1 1.412 0l6.878 6.88c.782.78.523 1.415-.58 1.415h-3.004v7.004z"}})])])])},r=[],u=(n("a9e3"),{name:"BackToTop",props:{visibilityHeight:{type:Number,default:400},backPosition:{type:Number,default:0},customStyle:{type:Object,default:function(){return{right:"20px",bottom:"20px",width:"30px",height:"30px","border-radius":"4px","line-height":"35px",background:"#e7eaf1"}}},transitionName:{type:String,default:"fade"}},data:function(){return{visible:!1,interval:null,isMoving:!1}},mounted:function(){window.addEventListener("scroll",this.handleScroll)},beforeDestroy:function(){window.removeEventListener("scroll",this.handleScroll),this.interval&&clearInterval(this.interval)},methods:{handleScroll:function(){this.visible=window.pageYOffset>this.visibilityHeight},backToTop:function(){var e=this;if(!this.isMoving){var t=window.pageYOffset,n=0;this.isMoving=!0,this.interval=setInterval((function(){var a=Math.floor(e.easeInOutQuad(10*n,t,-t,500));a<=e.backPosition?(window.scrollTo(0,e.backPosition),clearInterval(e.interval),e.isMoving=!1):window.scrollTo(0,a),n++}),5)}},easeInOutQuad:function(e,t,n,a){return(e/=a/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}}}),l=u,d=(n("1696"),n("2877")),h=Object(d["a"])(l,i,r,!1,null,"6caad8f8",null),v=h.exports,m={name:"App",components:{BackToTop:v}},f=m,w=Object(d["a"])(f,o,s,!1,null,null,null),p=w.exports,g=(n("d3b7"),n("8c4f")),b=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-container",[a("el-header",{staticClass:"student-header",attrs:{height:"61"}},[a("div",{staticClass:"head-user"},[a("el-dropdown",{attrs:{trigger:"click",placement:"bottom"}},[a("el-badge",{attrs:{"is-dot":0!==e.messageCount}},[a("el-avatar",{staticClass:"el-dropdown-avatar",attrs:{size:"medium",src:null===e.userInfo.imagePath?n("1195"):e.userInfo.imagePath}})],1),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{nativeOn:{click:function(t){return e.$router.push({path:"/user/index"})}}},[e._v("个人中心")]),a("el-dropdown-item",{nativeOn:{click:function(t){return e.$router.push({path:"/user/message"})}}},[0!==e.messageCount?a("el-badge",{attrs:{value:e.messageCount}},[a("span",[e._v("消息中心")])]):e._e(),0===e.messageCount?a("span",[e._v("消息中心")]):e._e()],1),a("el-dropdown-item",{attrs:{divided:""},nativeOn:{click:function(t){return e.logout(t)}}},[e._v("退出")])],1)],1)],1),a("el-menu",{staticClass:"el-menu-title",attrs:{mode:"horizontal","default-active":e.defaultUrl,router:!0}},[a("el-menu-item",{attrs:{index:"/index"}},[e._v("首页")]),a("el-menu-item",{attrs:{index:"/paper/index"}},[e._v("试卷中心")]),a("el-menu-item",{attrs:{index:"/record/index"}},[e._v("考试记录")]),a("el-menu-item",{attrs:{index:"/question/index"}},[e._v("错题本")])],1),a("div",[a("a",{attrs:{href:"/"}},[a("img",{attrs:{src:n("cf05"),height:"56"}})])])],1),a("el-main",{staticClass:"student-main"},[a("router-view")],1),a("el-footer",{staticClass:"student-footer",attrs:{height:"340"}},[a("div",{staticClass:"container"},[a("div",{staticClass:"footer-main"},[a("h4",[e._v("产品介绍")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net",target:"_blank"}},[e._v("思维跳跃科技")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/sdd.html",target:"_blank"}},[e._v("思多多智能考试平台")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/xdd.html",target:"_blank"}},[e._v("学多多考试系统")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/xzs.html",target:"_blank"}},[e._v("学之思考试系统")])]),a("div",{staticClass:"footer-main"},[a("h4",[e._v("关于我们")]),a("img",{staticStyle:{width:"100px",height:"100px"},attrs:{src:n("bafb")}})]),a("div",{staticClass:"footer-social"},[a("p",{staticClass:"footer-social-title"},[e._v("开源社区")]),a("a",{attrs:{href:"https://github.com/mindskip/xzs",target:"_blank"}},[a("svg-icon",{staticStyle:{width:"32px",height:"32px"},attrs:{"icon-class":"social-github"}})],1),a("a",{attrs:{href:"https://gitee.com/mindskip/uexam",target:"_blank"}},[a("svg-icon",{staticStyle:{width:"32px",height:"32px"},attrs:{"icon-class":"gitee"}})],1)])])]),a("div",{staticClass:"foot-copyright"},[a("span",[e._v("Copyright © 2020 武汉思维跳跃科技有限公司 版权所有")])])],1)},z=[],x=(n("c975"),n("5530")),y=n("2f62"),k=n("7ded"),M=n("c24f"),H={name:"Layout",data:function(){return{defaultUrl:"/index",userInfo:{imagePath:null}}},created:function(){var e=this;this.defaultUrl=this.routeSelect(this.$route.path),this.getUserMessageInfo(),M["a"].getCurrentUser().then((function(t){e.userInfo=t.response}))},watch:{$route:function(e,t){this.defaultUrl=this.routeSelect(e.path)}},methods:Object(x["a"])(Object(x["a"])({routeSelect:function(e){var t=["/","/index","/paper/index","/record/index","/question/index"];return t.indexOf(e)?e:null},logout:function(){var e=this;k["a"].logout().then((function(t){t&&1===t.code&&(e.clearLogin(),e.$router.push({path:"/login"}))}))}},Object(y["b"])("user",["getUserMessageInfo"])),Object(y["d"])("user",["clearLogin"])),computed:Object(x["a"])({},Object(y["e"])("user",{messageCount:function(e){return e.messageCount}}))},V=H,C=Object(d["a"])(V,b,z,!1,null,"2066e741",null),B=C.exports;c["default"].use(g["a"]);var L=new g["a"]({routes:[{path:"/login",name:"Login",component:function(){return n.e("chunk-5454b879").then(n.bind(null,"9ed6"))},meta:{title:"登录",bodyBackground:"#fbfbfb"}},{path:"/register",name:"Register",component:function(){return n.e("chunk-77ccc064").then(n.bind(null,"d5c2"))},meta:{title:"注册",bodyBackground:"#fbfbfb"}},{path:"/",component:B,redirect:"/index",children:[{path:"index",component:function(){return n.e("chunk-bd32f434").then(n.bind(null,"9406"))},name:"Dashboard",meta:{title:"首页"}}]},{path:"/paper",component:B,children:[{path:"index",component:function(){return n.e("chunk-b917c4bc").then(n.bind(null,"b14a"))},name:"PaperIndex",meta:{title:"试卷中心"}}]},{path:"/record",component:B,children:[{path:"index",component:function(){return n.e("chunk-8ea99dc6").then(n.bind(null,"caae"))},name:"RecordIndex",meta:{title:"考试记录"}}]},{path:"/question",component:B,children:[{path:"index",component:function(){return n.e("chunk-038d4306").then(n.bind(null,"114e"))},name:"QuestionErrorIndex",meta:{title:"错题本"}}]},{path:"/user",component:B,children:[{path:"index",component:function(){return n.e("chunk-2d20f362").then(n.bind(null,"b350"))},name:"UserInfo",meta:{title:"个人中心"}}]},{path:"/user",component:B,children:[{path:"message",component:function(){return n.e("chunk-096af9f1").then(n.bind(null,"35dd"))},name:"UserMessage",meta:{title:"消息中心"}}]},{path:"/do",name:"ExamPaperDo",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-7aa4492c")]).then(n.bind(null,"6cce"))},meta:{title:"试卷答题"}},{path:"/edit",name:"ExamPaperEdit",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-5e362585")]).then(n.bind(null,"beb3"))},meta:{title:"试卷批改"}},{path:"/read",name:"ExamPaperRead",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-00a370fd")]).then(n.bind(null,"2927"))},meta:{title:"试卷查看"}},{path:"*",component:function(){return n.e("chunk-889ecf22").then(n.bind(null,"1db4"))},meta:{title:"404"}}]});n("13d5"),n("ac1f"),n("5319"),n("ddb0");c["default"].use(y["a"]);var j=n("c653"),O=j.keys().reduce((function(e,t){var n=t.replace(/^\.\/(.*)\.\w+$/,"$1"),a=j(t);return e[n]=a.default,e}),{}),_=new y["a"].Store({modules:O}),T=_,E=(n("f5df1"),n("5c96")),P=n.n(E),I=(n("0fae"),n("b20f"),n("d81d"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.isExternal?n("div",e._g({staticClass:"svg-external-icon svg-icon",style:e.styleExternalIcon},e.$listeners)):n("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[n("use",{attrs:{"xlink:href":e.iconName}})])}),S=[];n("25f0"),n("498a");function q(e){return/^(https?:|mailto:|tel:)/.test(e)}var U={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{isExternal:function(){return q(this.iconClass)},iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"},styleExternalIcon:function(){return{mask:"url(".concat(this.iconClass,") no-repeat 50% 50%"),"-webkit-mask":"url(".concat(this.iconClass,") no-repeat 50% 50%")}}}},N=U,A=(n("2a4f"),Object(d["a"])(N,I,S,!1,null,"d20c6df0",null)),$=A.exports;c["default"].component("svg-icon",$);var D=n("51ff"),R=function(e){return e.keys().map(e)};R(D);var F=n("323e"),Q=n.n(F);n("a5d8");c["default"].use(P.a,{size:"medium"}),c["default"].config.productionTip=!1,Q.a.configure({showSpinner:!1}),L.beforeEach(function(){var e=Object(a["a"])(regeneratorRuntime.mark((function e(t,n,a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:Q.a.start(),void 0!==t.meta.title?document.title=t.meta.title:document.title="‎",void 0!==t.meta.bodyBackground?document.querySelector("body").setAttribute("style","background: "+t.meta.bodyBackground):document.querySelector("body").removeAttribute("style"),t.path&&_hmt.push(["_trackPageview","/#"+t.fullPath]),a();case 5:case"end":return e.stop()}}),e)})));return function(t,n,a){return e.apply(this,arguments)}}()),L.afterEach((function(e,t,n){Q.a.done()})),c["default"].prototype.$$router=L,new c["default"]({router:L,store:T,render:function(e){return e(p)}}).$mount("#app")},6002:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-social-github",use:"icon-social-github-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i},6599:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-excel",use:"icon-excel-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},6683:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-guide",use:"icon-guide-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"6bbe":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},"708a":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-star",use:"icon-star-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"7ded":function(e,t,n){"use strict";var a=n("b775");t["a"]={login:function(e){return Object(a["b"])("/api/user/login",e)},logout:function(e){return Object(a["a"])("/api/user/logout",e)}}},"80da":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-wechat",use:"icon-wechat-usage",viewBox:"0 0 128 110",content:''});s.a.add(i);t["default"]=i},8644:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-size",use:"icon-size-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8aa6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-zip",use:"icon-zip-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8da3":function(e,t,n){},"8e8d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-search",use:"icon-search-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8fb7":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tab",use:"icon-tab-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"90fb":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"93cd":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tree",use:"icon-tree-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},9921:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-fullscreen",use:"icon-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"9bbf":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-drag",use:"icon-drag-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"9d91":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-icon",use:"icon-icon-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},a14a:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-404",use:"icon-404-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},a615:function(e,t,n){"use strict";n.r(t);n("b0c0");var a=n("b85c"),c=n("c418"),o={subjects:[]},s={subjectEnumFormat:function(e){return function(t){var n,c=Object(a["a"])(e.subjects);try{for(c.s();!(n=c.n()).done;){var o=n.value;if(o.id===t)return o.name+" ( "+o.levelName+" )"}}catch(s){c.e(s)}finally{c.f()}return null}}},i={initSubject:function(e){var t=e.commit;c["a"].list().then((function(e){t("setSubjects",e.response)}))}},r={setSubjects:function(e,t){e.subjects=t}};t["default"]={namespaced:!0,state:o,getters:s,actions:i,mutations:r}},a978:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-exam",use:"icon-exam-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n'});s.a.add(i);t["default"]=i},aa46:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-edit",use:"icon-edit-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},ab00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-lock",use:"icon-lock-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},ad1c:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-education",use:"icon-education-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},ae00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-question",use:"icon-question-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},b20f:function(e,t,n){},b3b5:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 130 130",content:''});s.a.add(i);t["default"]=i},b775:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return r}));n("d3b7");var a=n("bc3a"),c=n.n(a),o=n("2b0e"),s=function(e,t){var n;return e&&(n=o["default"].prototype.$loading({lock:!1,text:"正在加载中…",spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.5)"})),c.a.request(t).then((function(t){return e&&n.close(),401===t.data.code?(o["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):500===t.data.code||501===t.data.code?Promise.reject(t.data):502===t.data.code?(o["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):Promise.resolve(t.data)})).catch((function(t){return e&&n.close(),o["default"].prototype.$message.error(t.message),Promise.reject(t.message)}))},i=function(e,t){var n={url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!1,n)},r=function(e,t){var n={url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!0,n)}},bafb:function(e,t,n){e.exports=n.p+"static/img/4.bd069cc5.jpg"},bc35:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-clipboard",use:"icon-clipboard-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},c12b:function(e,t,n){},c24f:function(e,t,n){"use strict";var a=n("b775");t["a"]={createUser:function(e){return Object(a["a"])("/api/student/user/edit",e)},getCurrentUser:function(){return Object(a["a"])("/api/student/user/current")},getUserEvent:function(){return Object(a["a"])("/api/student/user/log")},update:function(e){return Object(a["a"])("/api/student/user/update",e)},messagePageList:function(e){return Object(a["a"])("/api/student/user/message/page",e)},read:function(e){return Object(a["a"])("/api/student/user/message/read/"+e)},getMessageCount:function(){return Object(a["a"])("/api/student/user/message/unreadCount")}}},c418:function(e,t,n){"use strict";var a=n("b775");t["a"]={list:function(e){return Object(a["a"])("/api/student/education/subject/list")},select:function(e){return Object(a["a"])("/api/student/education/subject/select/"+e)}}},c653:function(e,t,n){var a={"./enumItem.js":"f1e5","./exam.js":"a615","./user.js":"0f9a"};function c(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}c.keys=function(){return Object.keys(a)},c.resolve=o,e.exports=c,c.id="c653"},c829:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-chart",use:"icon-chart-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},cbb7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 128 96",content:''});s.a.add(i);t["default"]=i},cf05:function(e,t,n){e.exports=n.p+"static/img/logo.9e385549.png"},d056:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-people",use:"icon-people-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},d7ec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i},dbc7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-exit-fullscreen",use:"icon-exit-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},dcf8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-nested",use:"icon-nested-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},e534:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-theme",use:"icon-theme-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},e7c8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tree-table",use:"icon-tree-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},eb1b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-form",use:"icon-form-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},f1e5:function(e,t,n){"use strict";n.r(t);var a=n("b85c"),c={user:{sexEnum:[{key:1,value:"男"},{key:2,value:"女"}],levelEnum:[{key:1,value:"一年级"},{key:2,value:"二年级"},{key:3,value:"三年级"},{key:4,value:"四年级"},{key:5,value:"五年级"},{key:6,value:"六年级"},{key:7,value:"初一"},{key:8,value:"初二"},{key:9,value:"初三"},{key:10,value:"高一"},{key:11,value:"高二"},{key:12,value:"高三"}],roleEnum:[{key:1,value:"学生"},{key:2,value:"教师"},{key:3,value:"管理员"}],message:{readTag:[{key:!0,value:"success"},{key:!1,value:"warning"}],readText:[{key:!0,value:"已读"},{key:!1,value:"未读"}]}},exam:{examPaper:{paperTypeEnum:[{key:1,value:"固定试卷"},{key:4,value:"时段试卷"}]},examPaperAnswer:{statusEnum:[{key:1,value:"待批改"},{key:2,value:"完成"}],statusTag:[{key:1,value:"warning"},{key:2,value:"success"}]},question:{typeEnum:[{key:1,value:"单选题"},{key:2,value:"多选题"},{key:3,value:"判断题"},{key:4,value:"填空题"},{key:5,value:"简答题"}],answer:{doRightTag:[{key:!0,value:"success"},{key:!1,value:"danger"},{key:null,value:"warning"}],doRightEnum:[{key:!0,value:"正确"},{key:!1,value:"错误"},{key:null,value:"待批改"}],doCompletedTag:[{key:!1,value:"info"},{key:!0,value:"success"}]}}}},o={enumFormat:function(e){return function(e,t){return r(e,t)}}},s={},i={},r=function(e,t){var n,c=Object(a["a"])(e);try{for(c.s();!(n=c.n()).done;){var o=n.value;if(o.key===t)return o.value}}catch(s){c.e(s)}finally{c.f()}return null};t["default"]={namespaced:!0,state:c,getters:o,actions:s,mutations:i}},f782:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 128 100",content:''});s.a.add(i);t["default"]=i},f9a1:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-pdf",use:"icon-pdf-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i}}); \ No newline at end of file +(function(e){function t(t){for(var a,c,i=t[0],r=t[1],u=t[2],l=0,d=[];l'});s.a.add(i);t["default"]=i},"0f9a":function(e,t,n){"use strict";n.r(t);var a=n("a78e"),c=n.n(a),o=n("c24f"),s={userName:c.a.get("studentUserName"),userInfo:c.a.get("studentUserInfo"),imagePath:c.a.get("studentImagePath"),messageCount:0},i={initUserInfo:function(e){var t=e.commit;o["a"].getCurrentUser().then((function(e){t("setUserInfo",e.response)}))},getUserMessageInfo:function(e){var t=e.commit;o["a"].getMessageCount().then((function(e){t("setMessageCount",e.response)}))}},r={setUserName:function(e,t){e.userName=t,c.a.set("studentUserName",t,{expires:30})},setUserInfo:function(e,t){e.userInfo=t,c.a.set("studentUserInfo",t,{expires:30})},setImagePath:function(e,t){e.imagePath=t,c.a.set("studentImagePath",t,{expires:30})},setMessageCount:function(e,t){e.messageCount=t},messageCountSubtract:function(e,t){e.messageCount=e.messageCount-t},clearLogin:function(e){c.a.remove("studentUserName"),c.a.remove("studentUserInfo"),c.a.remove("studentImagePath")}};t["default"]={namespaced:!0,state:s,mutations:r,actions:i}},1195:function(e,t,n){e.exports=n.p+"static/img/avatar.37c3ea6b.png"},"12a5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-shopping",use:"icon-shopping-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},1430:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-qq",use:"icon-qq-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},1696:function(e,t,n){"use strict";var a=n("c12b"),c=n.n(a);c.a},1779:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-bug",use:"icon-bug-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"17df":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-international",use:"icon-international-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"18f0":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-link",use:"icon-link-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},2580:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-language",use:"icon-language-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"28c9":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-gitee",use:"icon-gitee-usage",viewBox:"0 0 90 90",content:'\r\n \r\n'});s.a.add(i);t["default"]=i},"2a3d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"2a4f":function(e,t,n){"use strict";var a=n("8da3"),c=n.n(a);c.a},"2f11":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},3046:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-money",use:"icon-money-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"30c3":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-example",use:"icon-example-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},3289:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-list",use:"icon-list-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"47f1":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-table",use:"icon-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"47ff":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-message",use:"icon-message-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"4df5":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-eye",use:"icon-eye-usage",viewBox:"0 0 128 64",content:''});s.a.add(i);t["default"]=i},5055:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-users",use:"icon-users-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n'});s.a.add(i);t["default"]=i},"51ff":function(e,t,n){var a={"./404.svg":"a14a","./bug.svg":"1779","./chart.svg":"c829","./clipboard.svg":"bc35","./component.svg":"56d6","./dashboard.svg":"f782","./documentation.svg":"90fb","./drag.svg":"9bbf","./edit.svg":"aa46","./education.svg":"ad1c","./email.svg":"cbb7","./exam.svg":"a978","./example.svg":"30c3","./excel.svg":"6599","./exit-fullscreen.svg":"dbc7","./eye-open.svg":"d7ec","./eye.svg":"4df5","./form.svg":"eb1b","./fullscreen.svg":"9921","./gitee.svg":"28c9","./guide.svg":"6683","./home.svg":"6bbe","./icon.svg":"9d91","./international.svg":"17df","./language.svg":"2580","./link.svg":"18f0","./list.svg":"3289","./lock.svg":"ab00","./message.svg":"47ff","./money.svg":"3046","./nested.svg":"dcf8","./password.svg":"2a3d","./pdf.svg":"f9a1","./people.svg":"d056","./peoples.svg":"2f11","./qq.svg":"1430","./question.svg":"ae00","./search.svg":"8e8d","./shopping.svg":"12a5","./size.svg":"8644","./skill.svg":"096e","./social-github.svg":"6002","./star.svg":"708a","./tab.svg":"8fb7","./table.svg":"47f1","./theme.svg":"e534","./tree-table.svg":"e7c8","./tree.svg":"93cd","./user.svg":"b3b5","./users.svg":"5055","./wechat.svg":"80da","./zip.svg":"8aa6"};function c(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}c.keys=function(){return Object.keys(a)},c.resolve=o,e.exports=c,c.id="51ff"},"56d6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-component",use:"icon-component-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"56d7":function(e,t,n){"use strict";n.r(t);n("96cf");var a=n("1da1"),c=(n("e260"),n("e6cf"),n("cca6"),n("a79d"),n("2b0e")),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("router-view"),n("back-to-top",{ref:"backTop",attrs:{"visibility-height":100,"back-position":0,"transition-name":"fade"}})],1)},s=[],i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"back-to-ceiling",on:{click:e.backToTop}},[n("svg",{staticClass:"Icon Icon--backToTopArrow",staticStyle:{height:"16px",width:"16px"},attrs:{width:"16",height:"16",viewBox:"0 0 17 17",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"}},[n("path",{attrs:{d:"M12.036 15.59a1 1 0 0 1-.997.995H5.032a.996.996 0 0 1-.997-.996V8.584H1.03c-1.1 0-1.36-.633-.578-1.416L7.33.29a1.003 1.003 0 0 1 1.412 0l6.878 6.88c.782.78.523 1.415-.58 1.415h-3.004v7.004z"}})])])])},r=[],u=(n("a9e3"),{name:"BackToTop",props:{visibilityHeight:{type:Number,default:400},backPosition:{type:Number,default:0},customStyle:{type:Object,default:function(){return{right:"20px",bottom:"20px",width:"30px",height:"30px","border-radius":"4px","line-height":"35px",background:"#e7eaf1"}}},transitionName:{type:String,default:"fade"}},data:function(){return{visible:!1,interval:null,isMoving:!1}},mounted:function(){window.addEventListener("scroll",this.handleScroll)},beforeDestroy:function(){window.removeEventListener("scroll",this.handleScroll),this.interval&&clearInterval(this.interval)},methods:{handleScroll:function(){this.visible=window.pageYOffset>this.visibilityHeight},backToTop:function(){var e=this;if(!this.isMoving){var t=window.pageYOffset,n=0;this.isMoving=!0,this.interval=setInterval((function(){var a=Math.floor(e.easeInOutQuad(10*n,t,-t,500));a<=e.backPosition?(window.scrollTo(0,e.backPosition),clearInterval(e.interval),e.isMoving=!1):window.scrollTo(0,a),n++}),5)}},easeInOutQuad:function(e,t,n,a){return(e/=a/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}}}),l=u,d=(n("1696"),n("2877")),h=Object(d["a"])(l,i,r,!1,null,"6caad8f8",null),v=h.exports,m={name:"App",components:{BackToTop:v}},f=m,w=Object(d["a"])(f,o,s,!1,null,null,null),p=w.exports,g=(n("d3b7"),n("8c4f")),b=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-container",[a("el-header",{staticClass:"student-header",attrs:{height:"61"}},[a("div",{staticClass:"head-user"},[a("el-dropdown",{attrs:{trigger:"click",placement:"bottom"}},[a("el-badge",{attrs:{"is-dot":0!==e.messageCount}},[a("el-avatar",{staticClass:"el-dropdown-avatar",attrs:{size:"medium",src:null===e.userInfo.imagePath?n("1195"):e.userInfo.imagePath}})],1),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{nativeOn:{click:function(t){return e.$router.push({path:"/user/index"})}}},[e._v("个人中心")]),a("el-dropdown-item",{nativeOn:{click:function(t){return e.$router.push({path:"/user/message"})}}},[0!==e.messageCount?a("el-badge",{attrs:{value:e.messageCount}},[a("span",[e._v("消息中心")])]):e._e(),0===e.messageCount?a("span",[e._v("消息中心")]):e._e()],1),a("el-dropdown-item",{attrs:{divided:""},nativeOn:{click:function(t){return e.logout(t)}}},[e._v("退出")])],1)],1)],1),a("el-menu",{staticClass:"el-menu-title",attrs:{mode:"horizontal","default-active":e.defaultUrl,router:!0}},[a("el-menu-item",{attrs:{index:"/index"}},[e._v("首页")]),a("el-menu-item",{attrs:{index:"/paper/index"}},[e._v("试卷中心")]),a("el-menu-item",{attrs:{index:"/record/index"}},[e._v("考试记录")]),a("el-menu-item",{attrs:{index:"/question/index"}},[e._v("错题本")])],1),a("div",[a("a",{attrs:{href:"/"}},[a("img",{attrs:{src:n("cf05"),height:"56"}})])])],1),a("el-main",{staticClass:"student-main"},[a("router-view")],1),a("el-footer",{staticClass:"student-footer",attrs:{height:"340"}},[a("div",{staticClass:"container"},[a("div",{staticClass:"footer-main"},[a("h4",[e._v("产品介绍")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net",target:"_blank"}},[e._v("思维跳跃科技")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/sdd.html",target:"_blank"}},[e._v("思多多智能考试平台")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/xdd.html",target:"_blank"}},[e._v("学多多考试系统")]),a("a",{staticClass:"footer-main-link",attrs:{href:"http://www.mindskip.net/xzs.html",target:"_blank"}},[e._v("学之思考试系统")])]),a("div",{staticClass:"footer-main"},[a("h4",[e._v("关于我们")]),a("img",{staticStyle:{width:"100px",height:"100px"},attrs:{src:n("bafb")}})]),a("div",{staticClass:"footer-social"},[a("p",{staticClass:"footer-social-title"},[e._v("开源社区")]),a("a",{attrs:{href:"https://github.com/mindskip/xzs",target:"_blank"}},[a("svg-icon",{staticStyle:{width:"32px",height:"32px"},attrs:{"icon-class":"social-github"}})],1),a("a",{attrs:{href:"https://gitee.com/mindskip/uexam",target:"_blank"}},[a("svg-icon",{staticStyle:{width:"32px",height:"32px"},attrs:{"icon-class":"gitee"}})],1)])])]),a("div",{staticClass:"foot-copyright"},[a("span",[e._v("Copyright © 2020 武汉思维跳跃科技有限公司 版权所有")])])],1)},z=[],x=(n("c975"),n("5530")),y=n("2f62"),k=n("7ded"),M=n("c24f"),H={name:"Layout",data:function(){return{defaultUrl:"/index",userInfo:{imagePath:null}}},created:function(){var e=this;this.defaultUrl=this.routeSelect(this.$route.path),this.getUserMessageInfo(),M["a"].getCurrentUser().then((function(t){e.userInfo=t.response}))},watch:{$route:function(e,t){this.defaultUrl=this.routeSelect(e.path)}},methods:Object(x["a"])(Object(x["a"])({routeSelect:function(e){var t=["/","/index","/paper/index","/record/index","/question/index"];return t.indexOf(e)?e:null},logout:function(){var e=this;k["a"].logout().then((function(t){t&&1===t.code&&(e.clearLogin(),e.$router.push({path:"/login"}))}))}},Object(y["b"])("user",["getUserMessageInfo"])),Object(y["d"])("user",["clearLogin"])),computed:Object(x["a"])({},Object(y["e"])("user",{messageCount:function(e){return e.messageCount}}))},V=H,C=Object(d["a"])(V,b,z,!1,null,"2066e741",null),B=C.exports;c["default"].use(g["a"]);var L=new g["a"]({routes:[{path:"/login",name:"Login",component:function(){return n.e("chunk-5454b879").then(n.bind(null,"9ed6"))},meta:{title:"登录",bodyBackground:"#fbfbfb"}},{path:"/register",name:"Register",component:function(){return n.e("chunk-77ccc064").then(n.bind(null,"d5c2"))},meta:{title:"注册",bodyBackground:"#fbfbfb"}},{path:"/",component:B,redirect:"/index",children:[{path:"index",component:function(){return n.e("chunk-bd32f434").then(n.bind(null,"9406"))},name:"Dashboard",meta:{title:"首页"}}]},{path:"/paper",component:B,children:[{path:"index",component:function(){return n.e("chunk-b917c4bc").then(n.bind(null,"b14a"))},name:"PaperIndex",meta:{title:"试卷中心"}}]},{path:"/record",component:B,children:[{path:"index",component:function(){return n.e("chunk-8ea99dc6").then(n.bind(null,"caae"))},name:"RecordIndex",meta:{title:"考试记录"}}]},{path:"/question",component:B,children:[{path:"index",component:function(){return n.e("chunk-038d4306").then(n.bind(null,"114e"))},name:"QuestionErrorIndex",meta:{title:"错题本"}}]},{path:"/user",component:B,children:[{path:"index",component:function(){return n.e("chunk-2d20f362").then(n.bind(null,"b350"))},name:"UserInfo",meta:{title:"个人中心"}}]},{path:"/user",component:B,children:[{path:"message",component:function(){return n.e("chunk-096af9f1").then(n.bind(null,"35dd"))},name:"UserMessage",meta:{title:"消息中心"}}]},{path:"/do",name:"ExamPaperDo",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-7aa4492c")]).then(n.bind(null,"6cce"))},meta:{title:"试卷答题"}},{path:"/edit",name:"ExamPaperEdit",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-5e362585")]).then(n.bind(null,"beb3"))},meta:{title:"试卷批改"}},{path:"/read",name:"ExamPaperRead",component:function(){return Promise.all([n.e("chunk-ce360eb2"),n.e("chunk-00a370fd")]).then(n.bind(null,"2927"))},meta:{title:"试卷查看"}},{path:"*",component:function(){return n.e("chunk-889ecf22").then(n.bind(null,"1db4"))},meta:{title:"404"}}]});n("13d5"),n("ac1f"),n("5319"),n("ddb0");c["default"].use(y["a"]);var j=n("c653"),O=j.keys().reduce((function(e,t){var n=t.replace(/^\.\/(.*)\.\w+$/,"$1"),a=j(t);return e[n]=a.default,e}),{}),_=new y["a"].Store({modules:O}),T=_,E=(n("f5df1"),n("5c96")),P=n.n(E),I=(n("0fae"),n("b20f"),n("d81d"),function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.isExternal?n("div",e._g({staticClass:"svg-external-icon svg-icon",style:e.styleExternalIcon},e.$listeners)):n("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[n("use",{attrs:{"xlink:href":e.iconName}})])}),S=[];n("25f0"),n("498a");function q(e){return/^(https?:|mailto:|tel:)/.test(e)}var U={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{isExternal:function(){return q(this.iconClass)},iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"},styleExternalIcon:function(){return{mask:"url(".concat(this.iconClass,") no-repeat 50% 50%"),"-webkit-mask":"url(".concat(this.iconClass,") no-repeat 50% 50%")}}}},N=U,A=(n("2a4f"),Object(d["a"])(N,I,S,!1,null,"d20c6df0",null)),$=A.exports;c["default"].component("svg-icon",$);var D=n("51ff"),R=function(e){return e.keys().map(e)};R(D);var F=n("323e"),Q=n.n(F);n("a5d8");c["default"].use(P.a,{size:"medium"}),c["default"].config.productionTip=!1,Q.a.configure({showSpinner:!1}),L.beforeEach(function(){var e=Object(a["a"])(regeneratorRuntime.mark((function e(t,n,a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:Q.a.start(),void 0!==t.meta.title?document.title=t.meta.title:document.title="‎",void 0!==t.meta.bodyBackground?document.querySelector("body").setAttribute("style","background: "+t.meta.bodyBackground):document.querySelector("body").removeAttribute("style"),t.path&&_hmt.push(["_trackPageview","/#"+t.fullPath]),a();case 5:case"end":return e.stop()}}),e)})));return function(t,n,a){return e.apply(this,arguments)}}()),L.afterEach((function(e,t,n){Q.a.done()})),c["default"].prototype.$$router=L,new c["default"]({router:L,store:T,render:function(e){return e(p)}}).$mount("#app")},6002:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-social-github",use:"icon-social-github-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i},6599:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-excel",use:"icon-excel-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},6683:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-guide",use:"icon-guide-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"6bbe":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},"708a":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-star",use:"icon-star-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"7ded":function(e,t,n){"use strict";var a=n("b775");t["a"]={login:function(e){return Object(a["b"])("/api/user/login",e)},logout:function(e){return Object(a["a"])("/api/user/logout",e)}}},"80da":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-wechat",use:"icon-wechat-usage",viewBox:"0 0 128 110",content:''});s.a.add(i);t["default"]=i},8644:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-size",use:"icon-size-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8aa6":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-zip",use:"icon-zip-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8da3":function(e,t,n){},"8e8d":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-search",use:"icon-search-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"8fb7":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tab",use:"icon-tab-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"90fb":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"93cd":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tree",use:"icon-tree-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},9921:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-fullscreen",use:"icon-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"9bbf":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-drag",use:"icon-drag-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},"9d91":function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-icon",use:"icon-icon-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},a14a:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-404",use:"icon-404-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},a615:function(e,t,n){"use strict";n.r(t);n("b0c0");var a=n("b85c"),c=n("c418"),o={subjects:[]},s={subjectEnumFormat:function(e){return function(t){var n,c=Object(a["a"])(e.subjects);try{for(c.s();!(n=c.n()).done;){var o=n.value;if(o.id===t)return o.name+" ( "+o.levelName+" )"}}catch(s){c.e(s)}finally{c.f()}return null}}},i={initSubject:function(e){var t=e.commit;c["a"].list().then((function(e){t("setSubjects",e.response)}))}},r={setSubjects:function(e,t){e.subjects=t}};t["default"]={namespaced:!0,state:o,getters:s,actions:i,mutations:r}},a978:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-exam",use:"icon-exam-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n \r\n \r\n'});s.a.add(i);t["default"]=i},aa46:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-edit",use:"icon-edit-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},ab00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-lock",use:"icon-lock-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},ad1c:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-education",use:"icon-education-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},ae00:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-question",use:"icon-question-usage",viewBox:"0 0 1024 1024",content:'\r\n \r\n \r\n'});s.a.add(i);t["default"]=i},b20f:function(e,t,n){},b3b5:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 130 130",content:''});s.a.add(i);t["default"]=i},b775:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return r}));n("d3b7");var a=n("bc3a"),c=n.n(a),o=n("2b0e"),s=function(e,t){var n;return e&&(n=o["default"].prototype.$loading({lock:!1,text:"正在加载中…",spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.5)"})),c.a.request(t).then((function(t){return e&&n.close(),401===t.data.code?(o["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):500===t.data.code||501===t.data.code?Promise.reject(t.data):502===t.data.code?(o["default"].prototype.$$router.push({path:"/login"}),Promise.reject(t.data)):Promise.resolve(t.data)})).catch((function(t){return e&&n.close(),o["default"].prototype.$message.error(t.message),Promise.reject(t.message)}))},i=function(e,t){var n={url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!1,n)},r=function(e,t){var n={url:e,method:"post",withCredentials:!0,timeout:3e4,data:t,headers:{"Content-Type":"application/json","request-ajax":!0}};return s(!0,n)}},bafb:function(e,t,n){e.exports=n.p+"static/img/4.bd069cc5.jpg"},bc35:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-clipboard",use:"icon-clipboard-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},c12b:function(e,t,n){},c24f:function(e,t,n){"use strict";var a=n("b775");t["a"]={createUser:function(e){return Object(a["a"])("/api/student/user/edit",e)},getCurrentUser:function(){return Object(a["a"])("/api/student/user/current")},getUserEvent:function(){return Object(a["a"])("/api/student/user/log")},update:function(e){return Object(a["a"])("/api/student/user/update",e)},messagePageList:function(e){return Object(a["a"])("/api/student/user/message/page",e)},read:function(e){return Object(a["a"])("/api/student/user/message/read/"+e)},getMessageCount:function(){return Object(a["a"])("/api/student/user/message/unreadCount")}}},c418:function(e,t,n){"use strict";var a=n("b775");t["a"]={list:function(e){return Object(a["a"])("/api/student/education/subject/list")},select:function(e){return Object(a["a"])("/api/student/education/subject/select/"+e)}}},c653:function(e,t,n){var a={"./enumItem.js":"f1e5","./exam.js":"a615","./user.js":"0f9a"};function c(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}c.keys=function(){return Object.keys(a)},c.resolve=o,e.exports=c,c.id="c653"},c829:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-chart",use:"icon-chart-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},cbb7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 128 96",content:''});s.a.add(i);t["default"]=i},cf05:function(e,t,n){e.exports=n.p+"static/img/logo.9e385549.png"},d056:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-people",use:"icon-people-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},d7ec:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i},dbc7:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-exit-fullscreen",use:"icon-exit-fullscreen-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},dcf8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-nested",use:"icon-nested-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},e534:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-theme",use:"icon-theme-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},e7c8:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-tree-table",use:"icon-tree-table-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},eb1b:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-form",use:"icon-form-usage",viewBox:"0 0 128 128",content:''});s.a.add(i);t["default"]=i},f1e5:function(e,t,n){"use strict";n.r(t);var a=n("b85c"),c={user:{sexEnum:[{key:1,value:"男"},{key:2,value:"女"}],levelEnum:[{key:1,value:"一年级"},{key:2,value:"二年级"},{key:3,value:"三年级"},{key:4,value:"四年级"},{key:5,value:"五年级"},{key:6,value:"六年级"},{key:7,value:"初一"},{key:8,value:"初二"},{key:9,value:"初三"},{key:10,value:"高一"},{key:11,value:"高二"},{key:12,value:"高三"}],roleEnum:[{key:1,value:"学生"},{key:2,value:"教师"},{key:3,value:"管理员"}],message:{readTag:[{key:!0,value:"success"},{key:!1,value:"warning"}],readText:[{key:!0,value:"已读"},{key:!1,value:"未读"}]}},exam:{examPaper:{paperTypeEnum:[{key:1,value:"固定试卷"},{key:4,value:"时段试卷"}]},examPaperAnswer:{statusEnum:[{key:1,value:"待批改"},{key:2,value:"完成"}],statusTag:[{key:1,value:"warning"},{key:2,value:"success"}]},question:{typeEnum:[{key:1,value:"单选题"},{key:2,value:"多选题"},{key:3,value:"判断题"},{key:4,value:"填空题"},{key:5,value:"简答题"}],answer:{doRightTag:[{key:!0,value:"success"},{key:!1,value:"danger"},{key:null,value:"warning"}],doRightEnum:[{key:!0,value:"正确"},{key:!1,value:"错误"},{key:null,value:"待批改"}],doCompletedTag:[{key:!1,value:"info"},{key:!0,value:"success"}]}}}},o={enumFormat:function(e){return function(e,t){return r(e,t)}}},s={},i={},r=function(e,t){var n,c=Object(a["a"])(e);try{for(c.s();!(n=c.n()).done;){var o=n.value;if(o.key===t)return o.value}}catch(s){c.e(s)}finally{c.f()}return null};t["default"]={namespaced:!0,state:c,getters:o,actions:s,mutations:i}},f782:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 128 100",content:''});s.a.add(i);t["default"]=i},f9a1:function(e,t,n){"use strict";n.r(t);var a=n("e017"),c=n.n(a),o=n("21a1"),s=n.n(o),i=new c.a({id:"icon-pdf",use:"icon-pdf-usage",viewBox:"0 0 1024 1024",content:''});s.a.add(i);t["default"]=i}}); \ No newline at end of file