This commit is contained in:
yj 2024-12-06 17:25:44 +08:00
commit b267f8bf4c
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ const Index: React.FC = () => {
<span></span> <span></span>
</div> </div>
</div> : <div> </div> : <div>
<Empty description={'暂无二维码'} /> <Empty description={'二维码加载中,请稍后'} />
</div> </div>
} }
> >