mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +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
|
||||
};
|
||||
|
||||
src = dataMapping(src, data);
|
||||
|
||||
const finalSrc = src ? buildApi(src, data).url : undefined;
|
||||
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user