فهرست منبع

忘记密码问题修复

ellisran 11 ماه پیش
والد
کامیت
3a52294b1d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();