yangjie #41

Merged
yangqiang merged 20 commits from yangjie into master 2024-12-11 14:52:08 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b267f8bf4c - Show all commits

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>
} }
> >