소스 검색

处理变量命名bug

dygapp 4 년 전
부모
커밋
0b7c84e610
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/log.vue

+ 2 - 2
src/views/log.vue

@@ -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 {
           break
         case 'ipsecvpn':
           this.title = 'IPSecVPN日志'
-          this.type = 'sec'
+          this.type = 'ipsec'
           break
       }
       this.query()