|
@@ -74,12 +74,13 @@
|
|
|
return {
|
|
|
navList:[
|
|
|
{id:1,label:"项目立项申请",goto:"/projectApplication",icon:"iconfont icon-shuben",group:[
|
|
|
- {label:"创客空间",goto:"/MakerSpaceApply"},
|
|
|
- {label:"创客项目",goto:"/newStudentProjectApply"},
|
|
|
- {label:"活动申请",icon:"el-icon-wind-power",goto:"/makerActvity",group:[
|
|
|
- {label:"创客活动",icon:"iconfont icon-shuben",goto:"/newMarkerActivity"},
|
|
|
- {label:"个人创客",icon:"iconfont icon-shuben",goto:"/newNomMarkerActivity"},
|
|
|
- ]}]},
|
|
|
+ {label:"创客空间申请",goto:"/MakerSpaceApply"},
|
|
|
+ {label:"创客项目申请",goto:"/newStudentProjectApply"},
|
|
|
+ ]},
|
|
|
+ {id:2,label:"活动申请",icon:"el-icon-wind-power",goto:"/makerActvity",group:[
|
|
|
+ {label:"创客活动",goto:"/newMarkerActivity"},
|
|
|
+ {label:"个人创客",goto:"/newNomMarkerActivity"},
|
|
|
+ ]},
|
|
|
{id:2,label:"事后汇总",goto:"/makerfund",icon:"iconfont icon-zijinguanli",group:[
|
|
|
{label:"创客活动资金申请",goto:"/newMarkerfundApply"},
|
|
|
{label:"个人创客资金申请",goto:"/newNomMarkerFundApply"}
|