瀏覽代碼

自动升级已开启

Changpeng Duan 5 年之前
父節點
當前提交
cd1635066c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tv/src/views/Index.vue

+ 1 - 1
tv/src/views/Index.vue

@@ -55,7 +55,7 @@
 
                         //首发版本1.0.1
                         console.log(localStorage.version);
-                        // that.checkUpdate(that.curVersion); //开启自动升级
+                        that.checkUpdate(that.curVersion); //开启自动升级
 
                     });