|
|
@@ -22,6 +22,26 @@ const DropDownData = (domainConfig) => {
|
|
|
href: siteUrl+'/outsource/sitePublicity?from=top_nav'
|
|
|
}],
|
|
|
},
|
|
|
+ {
|
|
|
+ title: "更多",
|
|
|
+ titleEn: "More",
|
|
|
+ list: [{
|
|
|
+ icon: require('../../assets/img/header/new/job@2x.png'),
|
|
|
+ title: "资源商城",
|
|
|
+ desc: "各种源码资源任您挑选",
|
|
|
+ href: siteUrl+'/work_down?from=top_nav'
|
|
|
+ }, {
|
|
|
+ icon: require('../../assets/img/header/new/kaifain@2x.png'),
|
|
|
+ title: "技能培训",
|
|
|
+ desc: "F2高级开发者为您授课",
|
|
|
+ href: siteUrl+'/frontend/skill/list?from=index'
|
|
|
+ }, {
|
|
|
+ icon: require('../../assets/img/header/new/project@2x.png'),
|
|
|
+ title: "咨询服务",
|
|
|
+ desc: "F3专业级开发者为您解答",
|
|
|
+ href: siteUrl+'/frontend/consult/list?from=top_nav'
|
|
|
+ }],
|
|
|
+ },
|
|
|
// {
|
|
|
// title: "招聘",
|
|
|
// titleEn: "Technical recruitment",
|