소스 검색

自动升级已开启

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); //开启自动升级
 
                     });