|
|
|
@ -27,7 +27,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
this.breadList = []
|
|
|
|
|
//this.breadList.push({ name: 'dashboard-analysis', path: '/dashboard/analysis', meta: { title: '首页' } })
|
|
|
|
|
this.breadList.push({ name: 'dashboard-analysis', path: '/ai/MaterialBagList', meta: { title: '首页' } })
|
|
|
|
|
this.breadList.push({ name: 'dashboard-analysis', path: '/ai/MaterialBagList', meta: { title: '资料袋管理' } })
|
|
|
|
|
|
|
|
|
|
this.name = this.$route.name
|
|
|
|
|
this.$route.matched.forEach((item) => {
|
|
|
|
|