From d5cb6542f3f9a762fab89fd59584973797463cb2 Mon Sep 17 00:00:00 2001 From: none Date: Fri, 3 Mar 2023 16:55:57 +0800 Subject: [PATCH] =?UTF-8?q?antd=E4=B8=BB=E9=A2=98=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index f445c64..8bad1a1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,6 +5,8 @@ import reportWebVitals from "./reportWebVitals"; import { BrowserRouter } from "react-router-dom"; import { Provider } from "react-redux"; import store from "./store/store"; +import { ConfigProvider } from "antd"; +import zhCN from "antd/locale/zh_CN"; const basename = process.env.REACT_BASE_NAME || ""; @@ -13,9 +15,14 @@ const root = ReactDOM.createRoot( ); root.render( - - - + + + + + );