educoreapp2 1.0.43 → 1.0.44

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.
Files changed (2) hide show
  1. package/dist/EduApp.js +2 -1
  2. 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
- this.changePage(module, pageName, params);
271
+ this2.changePage(module, pageName, params);
271
272
  }, 500);
272
273
  return;
273
274
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.43",
4
+ "version": "1.0.44",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [