@bit-sun/business-component 4.0.11-alpha.31 → 4.0.11-alpha.32
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.
package/dist/index.esm.js
CHANGED
|
@@ -14898,7 +14898,7 @@ var DetailWrapper = /*#__PURE__*/React$1.memo(function (_ref) {
|
|
|
14898
14898
|
if (breadcrumbArrs.length >= 2) {
|
|
14899
14899
|
breadcrumbArrs.splice(-1, 0, {
|
|
14900
14900
|
title: parentRoute.name,
|
|
14901
|
-
path:
|
|
14901
|
+
path: result[1]
|
|
14902
14902
|
});
|
|
14903
14903
|
}
|
|
14904
14904
|
}
|
package/dist/index.js
CHANGED
|
@@ -14921,7 +14921,7 @@ var DetailWrapper = /*#__PURE__*/React__default['default'].memo(function (_ref)
|
|
|
14921
14921
|
if (breadcrumbArrs.length >= 2) {
|
|
14922
14922
|
breadcrumbArrs.splice(-1, 0, {
|
|
14923
14923
|
title: parentRoute.name,
|
|
14924
|
-
path:
|
|
14924
|
+
path: result[1]
|
|
14925
14925
|
});
|
|
14926
14926
|
}
|
|
14927
14927
|
}
|
package/package.json
CHANGED