1. 前端增加二维码qrcode依赖

2. git排除文件
This commit is contained in:
mirage 2026-02-28 09:36:23 +08:00
parent 8fe4f21c14
commit d537e7caa9
2 changed files with 4 additions and 1 deletions

4
admin/.gitignore vendored
View File

@ -33,4 +33,6 @@ components.d.ts
# .env
.env.development
.env.production
.env.production
package-lock.json

View File

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