iframe 传参错误修复

This commit is contained in:
2betop 2020-06-29 13:03:59 +08:00
parent 9b5db154f6
commit 9bdbfef8f0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
]