venus-design 1.0.62 → 1.0.63

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.
@@ -122,7 +122,7 @@ function _onUpdateData() {
122
122
  return _regeneratorRuntime().wrap(function _callee6$(_context6) {
123
123
  while (1) switch (_context6.prev = _context6.next) {
124
124
  case 0:
125
- return _context6.abrupt("return", request("/".concat(url, "\""), {
125
+ return _context6.abrupt("return", request("/".concat(url), {
126
126
  method: 'put',
127
127
  data: data,
128
128
  prefix: "/".concat(prefix)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",