@@ -43,7 +43,7 @@ export default {
switch (type) {
case 'system':
this.title = '系统日志'
- this.type = 'systemct'
+ this.type = 'system'
break
case 'sslvpn':
this.title = 'SSLVPN日志'
@@ -51,7 +51,7 @@ export default {
case 'ipsecvpn':
this.title = 'IPSecVPN日志'
- this.type = 'sec'
+ this.type = 'ipsec'
}
this.query()