mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
fix low release launchpad (#1818)
This commit is contained in:
parent
eca0780f4f
commit
fdc65dc9b3
|
@ -19,10 +19,6 @@ sap.ui.define(["sap/ui/core/UIComponent", "z2ui5/model/models", "z2ui5/cc/Server
|
|||
if (z2ui5?.checkLocal == false) {
|
||||
z2ui5 = {};
|
||||
}
|
||||
|
||||
z2ui5.oRouter = this.getRouter();
|
||||
z2ui5.oRouter.initialize();
|
||||
z2ui5.oRouter.stop();
|
||||
|
||||
z2ui5.oDeviceModel = Models.createDeviceModel();
|
||||
this.setModel(z2ui5.oDeviceModel, "device");
|
||||
|
@ -64,6 +60,11 @@ sap.ui.define(["sap/ui/core/UIComponent", "z2ui5/model/models", "z2ui5/cc/Server
|
|||
z2ui5.oController.displayView(event.state.view, event.state.model);
|
||||
}
|
||||
});
|
||||
|
||||
z2ui5.oRouter = this.getRouter();
|
||||
z2ui5.oRouter.initialize();
|
||||
z2ui5.oRouter.stop();
|
||||
|
||||
},
|
||||
|
||||
__beforeunload: function () {
|
||||
|
|
Loading…
Reference in New Issue
Block a user