Skip to content

Commit b4a78aa

Browse files
committed
feat: anti-chain TCP static page
1 parent db2cee0 commit b4a78aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/App/routers/routers.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import License from '@/pages/License';
2828
import { ModifyTaskScript } from '@/pages/TaskScript/taskScript/ModifyTaskScript';
2929
import ActiChainDNS from '../../pages/ActiChainDNS';
3030
import ICMPSize from '../../pages/ICMPSize';
31-
// import TCPLog from '../../pages/TCPLog';
31+
import TCPLog from '../../pages/TCPLog';
3232
// import MessageCollect from '@/pages/MessageCollect';
3333

3434
// 继承路由接口,增加name字段
@@ -159,12 +159,12 @@ const routers: RouteObjectRootMy[] = [
159159
key: 'icmp-size-logger',
160160
element: <ICMPSize />,
161161
},
162-
// {
163-
// path: 'tcp',
164-
// name: 'TCP-ProtLog',
165-
// key: 'tcp-prot-logger',
166-
// element: <TCPLog />,
167-
// },
162+
{
163+
path: 'tcp',
164+
name: 'TCP-ProtLog',
165+
key: 'tcp-prot-logger',
166+
element: <TCPLog />,
167+
},
168168
],
169169
},
170170
{

0 commit comments

Comments
 (0)