mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-29 04:02:44 +08:00
课程详情增加课件下载
This commit is contained in:
parent
765f37a5eb
commit
b91de09c0c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user