课程详情增加课件下载

This commit is contained in:
unknown 2023-07-29 16:25:12 +08:00
parent 765f37a5eb
commit b91de09c0c

View File

@ -8,12 +8,12 @@ import { HourCompenent } from "./compenents/hour";
import { Empty } from "../../compenents";
import iconRoute from "../../assets/images/commen/icon-route.png";
interface tabModal {
type tabModal = {
key: number;
label: string;
}
};
interface attachModal {
type attachModal = {
id: number;
course_id: number;
rid: number;
@ -21,7 +21,7 @@ interface attachModal {
title: string;
type: string;
url?: string;
}
};
const CoursePage = () => {
const params = useParams();