From d537e7caa93c70ef7d5601ae433c22b74284a7b7 Mon Sep 17 00:00:00 2001 From: mirage <1127314491@qq.com> Date: Sat, 28 Feb 2026 09:36:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=89=8D=E7=AB=AF=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81qrcode=E4=BE=9D=E8=B5=96=202.=20git?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/.gitignore | 4 +++- admin/package.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/.gitignore b/admin/.gitignore index 05dceb0e..d7092446 100644 --- a/admin/.gitignore +++ b/admin/.gitignore @@ -33,4 +33,6 @@ components.d.ts # .env .env.development -.env.production \ No newline at end of file +.env.production + +package-lock.json \ No newline at end of file diff --git a/admin/package.json b/admin/package.json index 3194dacf..37921e04 100644 --- a/admin/package.json +++ b/admin/package.json @@ -25,6 +25,7 @@ "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^2.2.2", + "qrcode": "^1.5.4", "vue": "^3.4.38", "vue-clipboard3": "^2.0.0", "vue-echarts": "^6.7.3",