From 9897363a6d97c32460ff7f53a4cdcefad6880762 Mon Sep 17 00:00:00 2001 From: enilu <82552623@qq.com> Date: Thu, 6 Oct 2022 21:59:48 +0800 Subject: [PATCH] change changeLog.md --- docs/guide/other/changeLog.md | 8 ++++++-- flash-vue-admin/src/views/login/login.js | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/guide/other/changeLog.md b/docs/guide/other/changeLog.md index d58b986f..b36d2381 100644 --- a/docs/guide/other/changeLog.md +++ b/docs/guide/other/changeLog.md @@ -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) diff --git a/flash-vue-admin/src/views/login/login.js b/flash-vue-admin/src/views/login/login.js index 9f34834e..09aa7671 100644 --- a/flash-vue-admin/src/views/login/login.js +++ b/flash-vue-admin/src/views/login/login.js @@ -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