educoreapp2 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EduApp.js +2 -1
- package/package.json +1 -1
package/dist/EduApp.js
CHANGED
@@ -265,9 +265,10 @@ class EduApp extends _react.Component {
|
|
265
265
|
if (xx){
|
266
266
|
return;
|
267
267
|
}*/
|
268
|
+
let this2 = this;
|
268
269
|
if (!window.App.isLoad) {
|
269
270
|
setTimeout(function () {
|
270
|
-
|
271
|
+
this2.changePage(module, pageName, params);
|
271
272
|
}, 500);
|
272
273
|
return;
|
273
274
|
}
|