1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序登录逻辑跑通;登陆密码MD5存储;小程序首页添加调试输出

This commit is contained in:
2022-11-24 02:06:50 +08:00
parent d28fa0dd00
commit 08bab25a48
9 changed files with 161 additions and 61 deletions

View File

@@ -23,6 +23,7 @@
"@tarojs/shared": "3.5.7",
"@tarojs/taro": "3.5.7",
"@tarojs/taro-h5": "3.5.7",
"blueimp-md5": "^2.19.0",
"vue": "^3.0.0"
},
"devDependencies": {
@@ -5994,6 +5995,11 @@
"safe-buffer": "^5.1.1"
}
},
"node_modules/blueimp-md5": {
"version": "2.19.0",
"resolved": "https://registry.npmmirror.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz",
"integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="
},
"node_modules/body-parser": {
"version": "1.20.1",
"resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",
@@ -26696,6 +26702,11 @@
"safe-buffer": "^5.1.1"
}
},
"blueimp-md5": {
"version": "2.19.0",
"resolved": "https://registry.npmmirror.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz",
"integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="
},
"body-parser": {
"version": "1.20.1",
"resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",