gaoshp
2025-08-02 beb5c8964109a8f5a9031247ff1d9206b069b500
src/api/user.js
@@ -18,7 +18,7 @@
      tenantId,
      username,
      password,
      grant_type: website.captchaMode ? 'password' : 'captcha',
      grant_type: website.captchaMode ? 'captcha' : 'password',
      scope: 'all',
      type,
    },