Skip to content

Commit

Permalink
change changeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enilu committed Oct 6, 2022
1 parent 6e9a4a0 commit 9897363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/guide/other/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# change log
## Latest
## 2.2
[gitee](https://gitee.com/enilu/web-flash/releases/2.2)
[github](https://github.com/enilu/web-flash/releases/tag/2.2)
### Issues
- Issue 增加扫码登陆功能
- Issue 使用aes加密算法对登录密码加密后传送
- Change 将角色编码字段名从之前得tips调整为code
- Change 统一调整新增和修改接口的传参方式为:Request Payload
- Issue 使用aes加密算法对登录密码加密后传送
- Change 限制对初始化数据的删除

## 2.1
[gitee](https://gitee.com/enilu/web-flash/releases/2.1)
[github](https://github.com/enilu/web-flash/releases/tag/2.1)
Expand Down
1 change: 0 additions & 1 deletion flash-vue-admin/src/views/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default {
const me = this
this.sleep(1000).then(() => {
getQrcodeStatus({uuid: me.qrcode.uuid}).then(res => {
console.log('扫描结果', res)
this.qrcode.resultStatus = res.data.status
if (res.data.status === 'invalid') {
this.qrcode.showAppdownload = false
Expand Down

0 comments on commit 9897363

Please sign in to comment.