mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-12 00:53:41 +08:00
修复令牌bug
This commit is contained in:
@@ -22,7 +22,6 @@ root.render(
|
||||
<UserProvider>
|
||||
<BrowserRouter>
|
||||
<Layout>
|
||||
|
||||
<Sider>
|
||||
<SiderBar/>
|
||||
</Sider>
|
||||
@@ -37,11 +36,12 @@ root.render(
|
||||
>
|
||||
<App/>
|
||||
</Content>
|
||||
<Footer></Footer>
|
||||
{/*<Layout.Footer>*/}
|
||||
{/* <Footer></Footer>*/}
|
||||
{/*</Layout.Footer>*/}
|
||||
</Layout>
|
||||
<ToastContainer/>
|
||||
</Layout>
|
||||
<ToastContainer/>
|
||||
{/*<Footer />*/}
|
||||
</BrowserRouter>
|
||||
</UserProvider>
|
||||
</StatusProvider>
|
||||
|
||||
Reference in New Issue
Block a user