Update typeId in login parameters to a fixed value for consistency in Login component.
This commit is contained in:
@@ -63,7 +63,7 @@ const Login: React.FC = () => {
|
||||
// 添加typeId参数
|
||||
const loginParams = {
|
||||
...values,
|
||||
typeId: activeTab as number,
|
||||
typeId: 1,
|
||||
};
|
||||
|
||||
const response =
|
||||
|
||||
Reference in New Issue
Block a user