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);