@xfe-repo/web-components 1.8.5 → 1.8.6
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6358,7 +6358,7 @@ var EffectSkuRecognize = (0, import_react44.memo)(function(props) {
|
|
|
6358
6358
|
})
|
|
6359
6359
|
}),
|
|
6360
6360
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(Link, {
|
|
6361
|
-
href: "/
|
|
6361
|
+
href: "https://data-system.eshetang.com/product/sku-standard-page/detail?skuId=".concat(item.skuId),
|
|
6362
6362
|
target: "_blank",
|
|
6363
6363
|
children: [
|
|
6364
6364
|
item.brandName,
|
package/dist/index.mjs
CHANGED
|
@@ -6076,7 +6076,7 @@ var EffectSkuRecognize = memo30(function(props) {
|
|
|
6076
6076
|
})
|
|
6077
6077
|
}),
|
|
6078
6078
|
/* @__PURE__ */ jsxs17(Link, {
|
|
6079
|
-
href: "/
|
|
6079
|
+
href: "https://data-system.eshetang.com/product/sku-standard-page/detail?skuId=".concat(item.skuId),
|
|
6080
6080
|
target: "_blank",
|
|
6081
6081
|
children: [
|
|
6082
6082
|
item.brandName,
|