Browse Source

忘记密码问题修复

ellisran 11 tháng trước cách đây
mục cha
commit
3a52294b1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/project_account.js

+ 1 - 1
app/service/project_account.js

@@ -690,7 +690,7 @@ module.exports = app => {
 
                 // 判断是否更改了账号
                 if (accountData.account !== account) {
-                    await this.syncAccount(projectData.code, accountData.account, account);
+                    this.syncAccount(projectData.code, accountData.account, account);
                 }
 
                 this.transaction.commit();