You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
365 B

export default {
path: 'iframe',
meta: {title: 'iframe', noCache: false, icon: 'el-icon-s-flag'},
children: [
{
path: 'taobao',
meta: {title: '淘宝', iframe: 'https://www.taobao.com'}
},
{
path: 'baidu',
meta: {title: '百度', iframe: 'https://www.baidu.com'}
}
]
}