소스 검색

VPN连接状态默认‘未连接’

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

+ 1 - 1
src/views/devinfo.vue

@@ -26,7 +26,7 @@
           </div>
           <div class="item">
             <span class="span1">VPN连接状态</span>
-            <span>{{ vpnstate }}</span>
+            <span>{{ vpnstate || '未连接' }}</span>
           </div>
         </div>
       </div>