1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="/umi.ec5dceb6.js"></script>
|
<script src="/umi.20608113.js"></script>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
File diff suppressed because one or more lines are too long
1
dist/src__pages__note__note__index.ab284f24.async.js
vendored
Normal file
1
dist/src__pages__note__note__index.ab284f24.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/umi.ec5dceb6.js → dist/umi.20608113.js
vendored
2
dist/umi.ec5dceb6.js → dist/umi.20608113.js
vendored
File diff suppressed because one or more lines are too long
@@ -105,6 +105,9 @@ const MenuTableList: React.FC = () => {
|
|||||||
dataIndex: 'cover',
|
dataIndex: 'cover',
|
||||||
valueType: 'image',
|
valueType: 'image',
|
||||||
search: false,
|
search: false,
|
||||||
|
render: (_: any, record: any) => {
|
||||||
|
return <Image src={record.cover} width={45} height={45}></Image>
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// title: '视频地址',
|
// title: '视频地址',
|
||||||
|
|||||||
Reference in New Issue
Block a user