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",