Update typeId in login parameters to a fixed value for consistency in Login component.

This commit is contained in:
超级老白兔
2025-11-06 10:21:53 +08:00
parent e467a8e6e0
commit a3af9de4a9

View File

@@ -63,7 +63,7 @@ const Login: React.FC = () => {
// 添加typeId参数
const loginParams = {
...values,
typeId: activeTab as number,
typeId: 1,
};
const response =