From 62f0450b891a92950e52fa47764ab9ce144680a5 Mon Sep 17 00:00:00 2001 From: "wkylin.w" Date: Sun, 30 Jun 2024 18:26:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/index.jsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/routers/index.jsx b/src/routers/index.jsx index 8b8b9c32..76915697 100644 --- a/src/routers/index.jsx +++ b/src/routers/index.jsx @@ -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')) @@ -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',