From b257fa8e30a63bbf8577130c5ee9cfdf1b1790d2 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Thu, 25 Jan 2024 10:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=90=84=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E4=B8=AD=E4=B8=8A=E4=BC=A0=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E7=9A=84=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/upload-courseware-sub/index.tsx | 8 +------- src/compenents/upload-video-sub/index.tsx | 7 ------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/compenents/upload-courseware-sub/index.tsx b/src/compenents/upload-courseware-sub/index.tsx index c2f95e6..96437d6 100644 --- a/src/compenents/upload-courseware-sub/index.tsx +++ b/src/compenents/upload-courseware-sub/index.tsx @@ -3,7 +3,7 @@ import { Row, Col, Empty, Table, Spin, Typography, Input, Button } from "antd"; import type { ColumnsType } from "antd/es/table"; import { resource } from "../../api"; import styles from "./index.module.less"; -import { TreeCategory, UploadCoursewareButton } from "../../compenents"; +import { TreeCategory } from "../../compenents"; interface VideoItem { id: number; @@ -181,12 +181,6 @@ export const UploadCoursewareSub = (props: PropsInterface) => {