[{
path: '/demand',
name: 'demand',
meta: {
icon: '_xuqiu',
title: '需求'
},
component: Main,
children: [{
path: 'my_demand',
name: 'my_demand',
meta: {
icon: '_icon_xuqiushenpi',
title: '我的需求单'
},
component: () => import('@/view/demand/my_demand.vue')
},
{
path: 'materiel_demand',
name: 'materiel_demand',
meta: {
icon: '_wuliaox',
title: '物料需求单'
},
component: () => import('@/view/demand/materiel_demand.vue')
}]
}]
可以根据下面的my_demand,改名对应上面的title吗?如上面的name为my_demand的meta的title改为1
let json = [{
'my_demand': '1',
}, {
'materiel_demand': '2',
}]