Skip to content

Commit

Permalink
feat: 暂时隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jun 30, 2024
1 parent 5e53fb4 commit 62f0450
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/routers/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const ReactMusic = lazy(() => import('@pages/music'))
const MyVideo = lazy(() => import('@pages/video'))
const MyCrypto = lazy(() => import('@pages/crypto'))
const ReactThree = lazy(() => import('@pages/three'))
const ChatGpt = lazy(() => import('@pages/chatgpt'))
// const ChatGpt = lazy(() => import('@pages/chatgpt'))
const Echarts = lazy(() => import('@pages/echarts'))
const QrCode = lazy(() => import('@pages/qrGenerate'))
const PrismRender = lazy(() => import('@pages/prism'))
const Mermaid = lazy(() => import('@pages/mermaid'))
// const Mermaid = lazy(() => import('@pages/mermaid'))
// const DynamicModal = lazy(() => import('@pages/dynamicModal'))
const Exception403 = lazy(() => import('@stateless/Exception/exception403'))
const NoMatch = lazy(() => import('@stateless/NoMatch'))
Expand Down Expand Up @@ -112,22 +112,22 @@ const rootRouter = [
auth: false,
element: lazyLoad(MyCrypto),
},
{
index: false,
path: 'markmap',
name: 'ChatGPT Markmap',
key: '/markmap',
auth: false,
element: lazyLoad(ChatGpt),
},
{
index: false,
path: 'mermaid',
name: 'ChatGPT Mermaid',
key: '/mermaid',
auth: false,
element: lazyLoad(Mermaid),
},
// {
// index: false,
// path: 'markmap',
// name: 'ChatGPT Markmap',
// key: '/markmap',
// auth: false,
// element: lazyLoad(ChatGpt),
// },
// {
// index: false,
// path: 'mermaid',
// name: 'ChatGPT Mermaid',
// key: '/mermaid',
// auth: false,
// element: lazyLoad(Mermaid),
// },
{
index: false,
path: 'prism',
Expand Down

0 comments on commit 62f0450

Please sign in to comment.