This commit is contained in:
PC-202306242200\Administrator
2024-09-12 18:45:22 +08:00
parent 297ea96567
commit 00b3e59d4e
5 changed files with 6 additions and 3 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.ec5dceb6.js"></script>
<script src="/umi.20608113.js"></script>
</body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -105,6 +105,9 @@ const MenuTableList: React.FC = () => {
dataIndex: 'cover',
valueType: 'image',
search: false,
render: (_: any, record: any) => {
return <Image src={record.cover} width={45} height={45}></Image>
}
},
// {
// title: '视频地址',