Browse Source

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

dygapp 4 years ago
parent
commit
fdac624c8e
1 changed files with 1 additions and 1 deletions
  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>