From 41421baf16c91dd53983baf652d17a4372c05480 Mon Sep 17 00:00:00 2001 From: song Date: Fri, 10 Dec 2021 18:54:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/App.vue | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2f181..d76da0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,6 +161,7 @@ - | 切换日历时查询小红点 | [7091789](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/7091789) - | 初始展示角色修改 | [2ac4053](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/2ac4053) - | 卸载stylus | [610b465](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/610b465) + - | 完善扫描二维码逻辑 | [658245f](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/658245f) - | 完善雷达图 | [5f52d35](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/5f52d35) - | 定期任务key值修改 | [c6688db](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/c6688db) - | 定期任务接口 | [aa4981c](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/aa4981c) diff --git a/src/App.vue b/src/App.vue index 0b5c8f2..c56bba4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -107,7 +107,7 @@ export default { const data = await this.$u.api.homeIdentity(); this.setIdentityInfo(data); } catch (error) { - console.log('error: ', error); + console.error('error: ', error); } }, @@ -115,7 +115,6 @@ export default { * 绑定工具箱 */ async bindTool() { - console.log('绑定工具箱'); try { const params = { toolCode: this.toolCode }; await this.getBindTool(params);