Browse Source

自动升级已开启

Changpeng Duan 5 năm trước cách đây
mục cha
commit
cd1635066c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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); //开启自动升级
 
                     });