Commit 87515a3b authored by 武广's avatar 武广

feat: 添加租户ID和来源

parent 221f1550
...@@ -18,7 +18,7 @@ class Login extends Component { ...@@ -18,7 +18,7 @@ class Login extends Component {
const { dispatch } = this.props; const { dispatch } = this.props;
dispatch({ dispatch({
type: 'login/login', type: 'login/login',
payload: { ...values }, payload: { ...values, tenantId: 560761, source: 1 },
}); });
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment