Explorar el Código

自动升级已开启

Changpeng Duan hace 5 años
padre
commit
cd1635066c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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); //开启自动升级
 
                     });