鲁誉程 1 year ago
commit 86b746b72c

@ -22,19 +22,19 @@ const routes = [
// ------------------------------网络GLQ配置----------------------------------
// 获取配置信息
// { path: '/webGLQ/systemTime', name: '服务列表信息', component: '@/pages/GLQ/webGLQ/SystemTime' },
// { path: '/webGLQ/currentIP', name: '网络配置信息', component: '@/pages/GLQ/webGLQ/CurrentIP' },
// { path: '/webGLQ/pingCommand', name: '安全策略信息', component: '@/pages/GLQ/webGLQ/PingCommand' },
// { path: '/webGLQ/telnetCommand', name: '管理配置信息', component: '@/pages/GLQ/webGLQ/TelnetCommand' },
// { path: '/webGLQ/otherCommand', name: 'VPN策略信息', component: '@/pages/GLQ/webGLQ/OtherCommand' },
// { path: '/webGLQ/paramsSetting', name: '防火墙策略信息', component: '@/pages/GLQ/webGLQ/ParamsSetting' },
// { path: '/webGLQ/paramsSetting', name: '日志记录信息', component: '@/pages/GLQ/webGLQ/ParamsSetting' },
{ path: '/webGLQ/serviceListInfo', name: '服务列表信息', component: '@/pages/GLQ/WebGLQ/ServiceListInfo' },
{ path: '/webGLQ/networkConfignInfo', name: '网络配置信息', component: '@/pages/GLQ/WebGLQ/NetworkConfignInfo' },
{ path: '/webGLQ/securityPolicyInfo', name: '安全策略信息', component: '@/pages/GLQ/WebGLQ/SecurityPolicyInfo' },
{ path: '/webGLQ/manageConfigInfo', name: '管理配置信息', component: '@/pages/GLQ/WebGLQ/ManageConfigInfo' },
{ path: '/webGLQ/vpnPolicyInfo', name: 'VPN策略信息', component: '@/pages/GLQ/WebGLQ/VpnPolicyInfo' },
{ path: '/webGLQ/firewallPolicyInfo', name: '防火墙策略信息', component: '@/pages/GLQ/WebGLQ/firewallPolicyInfo' },
{ path: '/webGLQ/logRecordInfo', name: '日志记录信息', component: '@/pages/GLQ/WebGLQ/LogRecordInfo' },
// 远程文件配置
// { path: '/webMMJ/systemTime', name: '服务列表', component: '@/pages/GLQ/webMMJ/SystemTime' },
// { path: '/webMMJ/currentIP', name: '网络参数', component: '@/pages/GLQ/webMMJ/CurrentIP' },
// { path: '/webMMJ/pingCommand', name: '安全策略', component: '@/pages/GLQ/webMMJ/PingCommand' },
// { path: '/webMMJ/telnetCommand', name: '管理配置', component: '@/pages/GLQ/webMMJ/TelnetCommand' },
// { path: '/webMMJ/otherCommand', name: 'VPN策略', component: '@/pages/GLQ/webMMJ/OtherCommand' },
{ path: '/webMMJ/serviceList', name: '服务列表', component: '@/pages/GLQ/WebGLQ/ServiceList' },
{ path: '/webMMJ/networkParams', name: '网络参数', component: '@/pages/GLQ/WebGLQ/NetworkParams' },
{ path: '/webMMJ/securityPolicy', name: '安全策略', component: '@/pages/GLQ/WebGLQ/SecurityPolicy' },
{ path: '/webMMJ/manageConfig', name: '管理配置', component: '@/pages/GLQ/WebGLQ/ManageConfig' },
{ path: '/webMMJ/vpnPolicy', name: 'VPN策略', component: '@/pages/GLQ/WebGLQ/VpnPolicy' },
// ---------------------------------------------------------------------------
{

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 日志记录信息'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 远程文件配置--> 管理配置'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 管理配置信息'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 网络配置信息'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 远程文件配置--> 网络参数'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 远程文件配置--> 安全策略'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 安全策略信息'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 远程文件配置--> 服务列表'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 服务列表信息'}
</div>
);
}

@ -3,7 +3,7 @@ import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 远程文件配置--> VPN策略'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> VPN策略信息'}
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
{'网络GLQ配置 --> 获取配置信息--> 防火墙策略信息'}
</div>
);
}

@ -60,23 +60,23 @@ export const MenuType: any = {
name: '获取配置信息',
check: true,
data: [
{ name: '服务列表信息', url: '', img: '' },
{ name: '网络配置信息', url: '', img: '' },
{ name: '安全策略信息', url: '', img: '' },
{ name: '管理配置信息', url: '', img: '' },
{ name: 'VPN策略信息', url: '', img: '' },
{ name: '防火墙策略信息', url: '', img: '' },
{ name: '日志记录信息', url: '', img: '' }
{ name: '服务列表信息', url: '/webGLQ/serviceListInfo', img: '' },
{ name: '网络配置信息', url: '/webGLQ/networkConfignInfo', img: '' },
{ name: '安全策略信息', url: '/webGLQ/securityPolicyInfo', img: '' },
{ name: '管理配置信息', url: '/webGLQ/manageConfigInfo', img: '' },
{ name: 'VPN策略信息', url: '/webGLQ/vpnPolicyInfo', img: '' },
{ name: '防火墙策略信息', url: '/webGLQ/firewallPolicyInfo', img: '' },
{ name: '日志记录信息', url: '/webGLQ/logRecordInfo', img: '' }
]
}, {
name: '远程文件配置',
check: true,
data: [
{ name: '服务列表', url: '', img: '' },
{ name: '网络参数', url: '', img: '' },
{ name: '安全策略', url: '', img: '' },
{ name: '管理配置', url: '', img: '' },
{ name: 'VPN策略', url: '', img: '' },
{ name: '服务列表', url: '/webMMJ/serviceList', img: '' },
{ name: '网络参数', url: '/webMMJ/networkParams', img: '' },
{ name: '安全策略', url: '/webMMJ/securityPolicy', img: '' },
{ name: '管理配置', url: '/webMMJ/manageConfig', img: '' },
{ name: 'VPN策略', url: '/webMMJ/vpnPolicy', img: '' },
]
},
],

Loading…
Cancel
Save