feat: 完成密码加密登录功能

This commit is contained in:
valarchie
2023-06-25 21:42:23 +08:00
parent 8d59c5f9a1
commit 03d9b2b6f8
7 changed files with 181 additions and 37 deletions

View File

@@ -36,10 +36,12 @@
"@vueuse/motion": "^2.0.0",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.8",
"echarts": "^5.4.2",
"element-plus": "^2.3.6",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
@@ -47,9 +49,9 @@
"pinia": "^2.1.4",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"typeit": "^8.7.1",
"responsive-storage": "^2.2.0",
"sortablejs": "^1.15.0",
"typeit": "^8.7.1",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-types": "^5.0.4"