反馈建议图片地址添加时间戳
This commit is contained in:
parent
fe1ed45d94
commit
0d50925d0b
|
|
@ -133,7 +133,7 @@ const Home: React.FC = () => {
|
|||
<Popover
|
||||
placement="right"
|
||||
content={
|
||||
<img style={{ width: '400px' }} src={'https://meeting-api.23544.com/meeting/update/ddq.png'} alt="" />
|
||||
<img style={{ width: '400px' }} src={`https://meeting-api.23544.com/meeting/update/ddq.png?t=${+new Date()}`} alt="" />
|
||||
}
|
||||
>
|
||||
<div className='drag' title='反馈建议'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue