修复令牌bug

This commit is contained in:
CaIon
2023-11-03 22:38:17 +08:00
parent 40c626cb15
commit ed432c5a20
7 changed files with 328 additions and 308 deletions

View File

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