coolcare-lite-scada-component 2.0.7 → 2.0.8

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.
@@ -102,7 +102,7 @@ requestClient.use(/*#__PURE__*/function () {
102
102
  case 0:
103
103
  req = ctx.req;
104
104
  url = req.url;
105
- ctx.req.url = "http://10.189.40.132.nip.io}".concat(url);
105
+ ctx.req.url = "http://10.189.40.132.nip.io".concat(url);
106
106
  _context.next = 5;
107
107
  return next();
108
108
  case 5:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "scripts": {
5
5
  "start": "umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",