Преглед изворни кода

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

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)
);


Loading…
Откажи
Сачувај