|
|
|
@ -37,8 +37,6 @@ function App() {
|
|
|
|
|
|
|
|
|
|
const { loginToken } = usingStorage()
|
|
|
|
|
|
|
|
|
|
const [messageApi, contextHolder] = message.useMessage()
|
|
|
|
|
|
|
|
|
|
const noticeUnRead = useNoticeStore((state) => state.noticeUnRead)
|
|
|
|
|
const href = useHref()
|
|
|
|
|
const navigate = useNavigate()
|
|
|
|
@ -87,7 +85,6 @@ function App() {
|
|
|
|
|
<LogUploader />
|
|
|
|
|
<FloatButton.BackTop />
|
|
|
|
|
</FloatButton.Group>
|
|
|
|
|
{contextHolder}
|
|
|
|
|
<ErrorBoundary>
|
|
|
|
|
<Layout className='min-h-screen h-dvh'>
|
|
|
|
|
<Header className='sticky top-0 z-10 w-full'>
|
|
|
|
|