恢复Tenant-Code问题

pull/59/head
smallchill 7 years ago
parent 60332ee49d
commit 5741c81ebb
  1. 2
      src/api/user.js

@ -5,7 +5,7 @@ export const loginByUsername = (tenantId, username, password, type) => request({
url: '/api/blade-auth/oauth/token', url: '/api/blade-auth/oauth/token',
method: 'post', method: 'post',
headers: { headers: {
'Tenant-Code': tenantId 'Tenant-Id': tenantId
}, },
params: { params: {
tenantId, tenantId,

Loading…
Cancel
Save