@luck-design-biz/luckda 1.0.0-3-alpha → 1.0.0-4-alpha

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.
@@ -173,7 +173,7 @@ export default (function (_ref) {
173
173
  _context.next = 9;
174
174
  break;
175
175
  }
176
- window.__INJECTED_FLOAT_MICRO_APP_BY_QIANKUN ? history.replace('/404') : history.replace('/base/base/404');
176
+ window.__INJECTED_FLOAT_MICRO_APP_BY_QIANKUN ? history.replace('/base/base/404') : history.replace('/404');
177
177
  _context.next = 20;
178
178
  break;
179
179
  case 9:
@@ -181,7 +181,7 @@ var _default = exports.default = function _default(_ref) {
181
181
  _context.next = 9;
182
182
  break;
183
183
  }
184
- window.__INJECTED_FLOAT_MICRO_APP_BY_QIANKUN ? _umi.history.replace('/404') : _umi.history.replace('/base/base/404');
184
+ window.__INJECTED_FLOAT_MICRO_APP_BY_QIANKUN ? _umi.history.replace('/base/base/404') : _umi.history.replace('/404');
185
185
  _context.next = 20;
186
186
  break;
187
187
  case 9:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "1.0.0-3-alpha",
3
+ "version": "1.0.0-4-alpha",
4
4
  "description": "前端配置管理中心业务组件库",
5
5
  "scripts": {
6
6
  "start": "cross-env NODE_OPTIONS=--max-old-space-size=10240 USER_RUNTIME=SITE RUNTIME=dev umi dev",