pb-sxp-ui 1.20.45 → 1.20.46
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -2
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/StructurePage/index.js +1 -1
- package/lib/core/components/StructurePage/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20569,8 +20569,8 @@ const StructurePage = (_a) => {
|
|
|
20569
20569
|
return;
|
|
20570
20570
|
}
|
|
20571
20571
|
// 构建 CMS 接口的 URL 和请求体
|
|
20572
|
-
// apiUrl 应该是域名(如
|
|
20573
|
-
finalApiUrl = `${apiUrl}/
|
|
20572
|
+
// apiUrl 应该是域名(如 https://us-sxp3-be.chatlabs.net),然后拼接 /console/ad/multiCta/rec/detail
|
|
20573
|
+
finalApiUrl = `${apiUrl}/console/ad/multiCta/rec/detail`;
|
|
20574
20574
|
bodyToSend = { storyId };
|
|
20575
20575
|
}
|
|
20576
20576
|
else {
|