@ray-js/robot-map 0.0.2-beta-28 → 0.0.2-beta-29

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/lib/RobotMap.js +4 -4
  2. package/package.json +1 -1
package/lib/RobotMap.js CHANGED
@@ -186,10 +186,10 @@ const RobotMap = _ref => {
186
186
  }, 2000);
187
187
  }
188
188
  }, [mapApi]);
189
- return /*#__PURE__*/React.createElement(WebView
190
- // src="webview://node_modules/@ray-js/robot-map-sdk/dist-app/index.html"
191
- , {
192
- src: "http://127.0.0.1:3000",
189
+ return /*#__PURE__*/React.createElement(WebView, {
190
+ src: "webview://node_modules/@ray-js/robot-map-sdk/dist-app/index.html"
191
+ // src="http://127.0.0.1:3000"
192
+ ,
193
193
  id: webviewId,
194
194
  onMessage: handleMessage
195
195
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/robot-map",
3
- "version": "0.0.2-beta-28",
3
+ "version": "0.0.2-beta-29",
4
4
  "description": "机器人地图组件",
5
5
  "main": "lib/index",
6
6
  "files": [