diff --git a/apps/admin/src/view/Course/Create/index.tsx b/apps/admin/src/view/Course/Create/index.tsx index e4628fc..e64763d 100644 --- a/apps/admin/src/view/Course/Create/index.tsx +++ b/apps/admin/src/view/Course/Create/index.tsx @@ -16,10 +16,15 @@ import MediaBind from "./MediaBind"; const CourseCreate = () => { const [current, setCurrent] = useState(0); + + const onBasicFormChange = (form: any) => { + console.log(form); + }; + const steps = [ { title: "基本信息", - content: , + content: , }, { title: "媒体资源",