فهرست منبع

:ok_hand: 安排oauth2模块

smallchill 7 سال پیش
والد
کامیت
336b0375bc
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/api/user.js

+ 1 - 0
src/api/user.js

@@ -8,6 +8,7 @@ export const loginByUsername = (tenantCode, username, password, type) => request
     'Tenant-Code': tenantCode
   },
   params: {
+    tenantCode,
     username,
     password,
     grant_type: "password",