登录页面初步

This commit is contained in:
禺狨
2023-03-02 18:29:28 +08:00
parent 0dad3f206e
commit 31e30a5316
5 changed files with 31 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ const data: DataType[] = [
export const VodListPage: React.FC = () => {
useEffect(() => {
login.login("1@qq.com", "123123", "1", "2");
}, []);
const handleChange = (e: any) => {
console.log(e);