File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /> } ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const MyIframe = lazy(() => import('@pages/postmessage/myIframe'))
5050const Exception403 = lazy ( ( ) => import ( '@stateless/Exception/exception403' ) )
5151const 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'))
5454const Profile = lazy ( ( ) => import ( '@pages/profile' ) )
5555const 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',
You can’t perform that action at this time.
0 commit comments