From 5ff960c5c46dc6748d07159fc612223108490f9d Mon Sep 17 00:00:00 2001 From: wk Date: 星期二, 25 六月 2024 17:04:01 +0800 Subject: [PATCH] feat:购买证 --- package-lock.json | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e569ec..fde353c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@amap/amap-jsapi-loader": "^1.0.1", "bignumber.js": "^9.1.1", "crypto-js": "^3.1.9-1", + "dayjs": "^1.11.10", "qs": "^6.9.7", "vue-i18n": "^8.20.0" } @@ -41,6 +42,11 @@ "version": "3.3.0", "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-3.3.0.tgz", "integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==" + }, + "node_modules/dayjs": { + "version": "1.11.10", + "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/function-bind": { "version": "1.1.1", @@ -133,6 +139,11 @@ "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-3.3.0.tgz", "integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==" }, + "dayjs": { + "version": "1.11.10", + "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz", -- Gitblit v1.9.1