Skip to content

Commit 88d6e48

Browse files
committed
fix: fix
1 parent 2d70071 commit 88d6e48

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/pages/layout/proSecNav/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ const ProSecNav = () => {
7777
{ label: 'Crypto', key: '/crypto', icon: <QrcodeOutlined /> },
7878
{ label: 'Video', key: '/video', icon: <FireOutlined /> },
7979
{ label: 'Echarts', key: '/echarts', icon: <FireOutlined /> },
80-
{ label: 'Barcode', key: '/barcode', icon: <FireOutlined /> },
81-
{ label: 'Parallax', key: '/parallax', icon: <FireOutlined /> },
80+
// { label: 'Barcode', key: '/barcode', icon: <FireOutlined /> },
81+
// { label: 'Parallax', key: '/parallax', icon: <FireOutlined /> },
8282

8383
// { label: 'Gantt', key: '/gantt', icon: <QrcodeOutlined /> },
8484
// { label: 'Mermaid', key: '/mermaid', icon: <FireOutlined /> },
@@ -90,7 +90,7 @@ const ProSecNav = () => {
9090
{ label: 'Post Message', key: '/postmessage', icon: <FireOutlined /> },
9191
{ label: 'Geo Chart', key: '/geo', icon: <QrcodeOutlined /> },
9292
{ label: 'D3 Chart', key: '/d3-chart', icon: <QrcodeOutlined /> },
93-
{ label: 'PdfView', key: '/pdf-view', icon: <QrcodeOutlined /> },
93+
// { label: 'PdfView', key: '/pdf-view', icon: <QrcodeOutlined /> },
9494
{ label: 'Print', key: '/print', icon: <QrcodeOutlined /> },
9595
{
9696
label: '技术栈',

src/routers/index.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const PostMessage = lazy(() => import('@pages/postmessage'))
4949
const GeoChart = lazy(() => import('@pages/geoChart'))
5050
const Motion = lazy(() => import('@pages/motion'))
5151
const Business = lazy(() => import('@pages/business'))
52-
const ReactPdf = lazy(() => import('@pages/reactPdf'))
52+
// const ReactPdf = lazy(() => import('@pages/reactPdf'))
5353
const MyIframe = lazy(() => import('@pages/postmessage/myIframe'))
5454
const Exception403 = lazy(() => import('@stateless/Exception/exception403'))
5555
const NoMatch = lazy(() => import('@stateless/NoMatch'))
@@ -276,14 +276,14 @@ const rootRouter = [
276276
// auth: false,
277277
// element: lazyLoad(Barcode),
278278
// },
279-
{
280-
index: false,
281-
path: 'pdf-view',
282-
name: 'PdfView',
283-
key: '/pdf-view',
284-
auth: false,
285-
element: lazyLoad(ReactPdf),
286-
},
279+
// {
280+
// index: false,
281+
// path: 'pdf-view',
282+
// name: 'PdfView',
283+
// key: '/pdf-view',
284+
// auth: false,
285+
// element: lazyLoad(ReactPdf),
286+
// },
287287
{
288288
index: false,
289289
path: 'print',

0 commit comments

Comments
 (0)