iframe 传参错误修复
This commit is contained in:
parent
a9fecaeb35
commit
b225cecd6a
|
@ -24,7 +24,7 @@ export default {
|
|||
{
|
||||
type: 'iframe',
|
||||
className: 'b-a',
|
||||
src: 'https://www.baidu.com/s?wd=${keywords|url_encode}',
|
||||
src: 'https://www.baidu.com/s?wd=${keywords|raw}',
|
||||
height: 500
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue