mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 18:49:59 +08:00
登录页面初步
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user