소스 검색

[更新][修复]:更新方式更改

tags/jenkins-front-end-screenad-142-v91^0
hupeng 6 년 전
부모
커밋
b3c7b0e23d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      App.js

+ 1
- 1
App.js 파일 보기

@@ -117,7 +117,7 @@ export default class MyPage extends Component {
codePushUpdate() {
CodePush.allowRestart();
CodePush.sync(
{ installMode: CodePush.InstallMode.IMMEDIATE},
{ installMode: CodePush.InstallMode.ON_NEXT_RESTART},
this.codePushStatusDidChange.bind(this),
this.codePushDownloadDidProgress.bind(this)
);


불러오는 중...
취소
저장