Skip to content

Commit 805c714

Browse files
author
ws-wangjg
committed
fix: hidden sandbox
1 parent 9d46a05 commit 805c714

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/pages/layout/proSecNav/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const ProSecNav = () => {
6868
{ label: t('demo'), key: '/demo', icon: <GlobalOutlined /> },
6969
{ label: 'Motion', key: '/motion', icon: <QrcodeOutlined /> },
7070
{ label: 'Business', key: '/business', icon: <FireOutlined /> },
71-
{ label: 'Sand Box', key: '/sandbox', icon: <GlobalOutlined /> },
71+
// { label: 'Sand Box', key: '/sandbox', icon: <GlobalOutlined /> },
7272
{ label: 'Big Screen', key: '/big-screen', icon: <FireOutlined /> },
7373
{ label: 'Qr Generate', key: '/qrcode', icon: <QrcodeOutlined /> },
7474
{ label: 'Prism Render', key: '/prism', icon: <FireOutlined /> },

src/routers/index.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const MyIframe = lazy(() => import('@pages/postmessage/myIframe'))
5050
const Exception403 = lazy(() => import('@stateless/Exception/exception403'))
5151
const NoMatch = lazy(() => import('@stateless/NoMatch'))
5252
// const ReactGantt = lazy(() => import('@pages/reactGantt'))
53-
const SandBox = lazy(() => import('@pages/sandBox'))
53+
// const SandBox = lazy(() => import('@pages/sandBox'))
5454
const Profile = lazy(() => import('@pages/profile'))
5555
const Contact = lazy(() => import('@pages/contact'))
5656

@@ -80,14 +80,14 @@ const rootRouter = [
8080
auth: true,
8181
element: lazyLoad(Demo),
8282
},
83-
{
84-
index: false,
85-
path: 'sandbox',
86-
name: 'Sand Box',
87-
key: '/sandbox',
88-
auth: true,
89-
element: lazyLoad(SandBox),
90-
},
83+
// {
84+
// index: false,
85+
// path: 'sandbox',
86+
// name: 'Sand Box',
87+
// key: '/sandbox',
88+
// auth: true,
89+
// element: lazyLoad(SandBox),
90+
// },
9191
// {
9292
// index: false,
9393
// path: 'parallax',

0 commit comments

Comments
 (0)