|
@@ -6,10 +6,10 @@ module.exports = {
|
|
|
icon: 'home',
|
|
|
children: [
|
|
|
{ name: '常用功能', url: 'normal' },
|
|
|
- { name: '我的收藏', url: 'collection' },
|
|
|
- { name: '科技订单', url: 'techList' },
|
|
|
- { name: '服务订单', url: 'serviceList' },
|
|
|
- { name: '咨询订单', url: 'consultList' },
|
|
|
+ // { name: '我的收藏', url: 'collection' },
|
|
|
+ // { name: '科技订单', url: 'techList' },
|
|
|
+ // { name: '服务订单', url: 'serviceList' },
|
|
|
+ // { name: '咨询订单', url: 'consultList' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -24,6 +24,18 @@ module.exports = {
|
|
|
{ name: '常用联系人', url: 'contacts' },
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '我的需求',
|
|
|
+ url: 'sub3',
|
|
|
+ icon: 'bulb',
|
|
|
+ children: [ { name: '科技需求列表', url: 'demand' } ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '我的成果',
|
|
|
+ url: 'sub4',
|
|
|
+ icon: 'compass',
|
|
|
+ children: [ { name: '科技成果列表', url: 'achievement' } ]
|
|
|
+ }
|
|
|
],
|
|
|
menuInit:[
|
|
|
{
|
|
@@ -32,10 +44,10 @@ module.exports = {
|
|
|
icon: 'home',
|
|
|
children: [
|
|
|
{ name: '常用功能', url: 'normal' },
|
|
|
- { name: '我的收藏', url: 'collection' },
|
|
|
- { name: '科技订单', url: 'techList' },
|
|
|
- { name: '服务订单', url: 'serviceList' },
|
|
|
- { name: '咨询订单', url: 'consultList' },
|
|
|
+ // { name: '我的收藏', url: 'collection' },
|
|
|
+ // { name: '科技订单', url: 'techList' },
|
|
|
+ // { name: '服务订单', url: 'serviceList' },
|
|
|
+ // { name: '咨询订单', url: 'consultList' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -49,5 +61,17 @@ module.exports = {
|
|
|
{ name: '常用联系人', url: 'contacts' },
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '我的需求',
|
|
|
+ url: 'sub3',
|
|
|
+ icon: 'bulb',
|
|
|
+ children: [ { name: '科技需求列表', url: 'demand' } ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '我的成果',
|
|
|
+ url: 'sub4',
|
|
|
+ icon: 'compass',
|
|
|
+ children: [ { name: '科技成果列表', url: 'achievement' } ]
|
|
|
+ }
|
|
|
],
|
|
|
}
|