Explorar el Código

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

tags/jenkins-front-end-screenad-142-v91^0
hupeng hace 6 años
padre
commit
b3c7b0e23d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      App.js

+ 1
- 1
App.js Ver fichero

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


Cargando…
Cancelar
Guardar