yangjie #49
|
|
@ -133,7 +133,7 @@ const Home: React.FC = () => {
|
||||||
<Popover
|
<Popover
|
||||||
placement="right"
|
placement="right"
|
||||||
content={
|
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='反馈建议'>
|
<div className='drag' title='反馈建议'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue