(feature)(chat-sdk) update antd version to 5 (#409)

This commit is contained in:
williamhliu
2023-11-20 16:58:53 +08:00
committed by GitHub
parent 980d317152
commit e15e44e4a2
10 changed files with 1408 additions and 1998 deletions

View File

@@ -133,7 +133,7 @@ export const layout: RunTimeLayoutConfig = (params) => {
>
{dom}
{history.location.pathname !== '/chat' && !isMobile && (
<Copilot token={getAuthToken() || ''} isDeveloper />
<Copilot token={getToken() || ''} isDeveloper />
)}
</div>
);