Ver a proveniência

[测试][升级]:升级方式测试

tags/jenkins-front-end-screenad-179-v28^0
hupeng há 5 anos
ascendente
cometimento
d07167544b
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      App.js

+ 3
- 1
App.js Ver ficheiro

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


Carregando…
Cancelar
Guardar