前端记住密码功能优化,密码RSA加密存cookie,RSA解密登录

This commit is contained in:
zhengjie
2019-06-29 17:11:03 +08:00
parent ac2253e552
commit 6a06c4a93c
4 changed files with 64 additions and 16 deletions

View File

@@ -17,27 +17,28 @@
"url": "https://github.com/elunez/eladmin-qd"
},
"dependencies": {
"@riophae/vue-treeselect": "0.0.38",
"axios": ">=0.18.1",
"element-ui": "2.4.6",
"connect": "3.6.6",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
"clipboard": "1.7.1",
"codemirror": "^5.38.0",
"connect": "3.6.6",
"echarts": "4.1.0",
"element-ui": "2.4.6",
"file-saver": "1.3.8",
"js-cookie": "2.2.0",
"jsencrypt": "^3.0.0-rc.1",
"jszip": "3.1.5",
"mavon-editor": "^2.7.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"screenfull": "3.3.3",
"vue": "2.5.17",
"vue-count-to": "1.0.13",
"echarts": "4.1.0",
"screenfull": "3.3.3",
"vue-router": "3.0.2",
"vuex": "3.0.1",
"xlsx": "^0.11.16",
"jszip": "3.1.5",
"@riophae/vue-treeselect": "0.0.38",
"file-saver": "1.3.8",
"wangeditor": ">=3.0.0",
"codemirror": "^5.38.0",
"mavon-editor": "^2.7.0",
"path-to-regexp": "2.4.0"
"xlsx": "^0.11.16"
},
"devDependencies": {
"autoprefixer": "8.5.0",