gaoshp
2025-07-08 fef49212882a1c36695f04b7b4a66e3947bf2397
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,
    },