资源视频列表

This commit is contained in:
禺狨
2023-03-09 10:43:14 +08:00
parent 64b6f7a345
commit c7ade74773
11 changed files with 231 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ export const UploadImageButton = (props: PropsInterface) => {
<Row style={{ marginBottom: 24 }}>
<Col span={24}>
<UploadImageSub
categoryIds={[]}
categoryIds={category_ids}
onUpdate={() => {
resetImageList();
}}