@ -47,7 +47,7 @@ export default {
}
// 判断是否为视讯
if (!this.isDashboard(matched[0])) {
matched = [{ path: "/video/index", meta: { title: "视讯" } }].concat(matched)
matched = [{ path: "/index", meta: { title: "视讯" } }].concat(matched)
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
},