瀏覽代碼

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>