mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
fix: 避免 iframe 里面的 src 经过两层变量处理 (#3265)
This commit is contained in:
parent
fc902653a3
commit
f29ed6ec8a
@ -161,8 +161,6 @@ export default class IFrame extends React.Component<IFrameProps, object> {
|
|||||||
...style
|
...style
|
||||||
};
|
};
|
||||||
|
|
||||||
src = dataMapping(src, data);
|
|
||||||
|
|
||||||
const finalSrc = src ? buildApi(src, data).url : undefined;
|
const finalSrc = src ? buildApi(src, data).url : undefined;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user