File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import License from '@/pages/License';
2828import { ModifyTaskScript } from '@/pages/TaskScript/taskScript/ModifyTaskScript' ;
2929import ActiChainDNS from '../../pages/ActiChainDNS' ;
3030import 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 {
You can’t perform that action at this time.
0 commit comments