|
@@ -1,9 +1,9 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
{
|
|
{
|
|
- "path": "pages/index/resume",
|
|
|
|
|
|
+ "path": "pages/index/search",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "简历"
|
|
|
|
|
|
+ "navigationBarTitleText": "人才推荐"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -42,10 +42,16 @@
|
|
"navigationBarTitleText": "最近联系人"
|
|
"navigationBarTitleText": "最近联系人"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/index/jobFair",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "招聘会"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"path": "pages/index/my",
|
|
"path": "pages/index/my",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "企业"
|
|
|
|
|
|
+ "navigationBarTitleText": "我的"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -215,10 +221,10 @@
|
|
"fontSize": "24rpx",
|
|
"fontSize": "24rpx",
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|
|
- "pagePath": "pages/index/resume",
|
|
|
|
- "text": "简历",
|
|
|
|
- "iconPath": "/static/img/resume.png",
|
|
|
|
- "selectedIconPath": "/static/img/resume-fill.png"
|
|
|
|
|
|
+ "pagePath": "pages/index/search",
|
|
|
|
+ "text": "找人才",
|
|
|
|
+ "iconPath": "/static/img/search.png",
|
|
|
|
+ "selectedIconPath": "/static/img/search-fill.png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"pagePath": "pages/index/position",
|
|
"pagePath": "pages/index/position",
|
|
@@ -232,9 +238,15 @@
|
|
"iconPath": "/static/img/message.png",
|
|
"iconPath": "/static/img/message.png",
|
|
"selectedIconPath": "/static/img/message-fill.png"
|
|
"selectedIconPath": "/static/img/message-fill.png"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/index/jobFair",
|
|
|
|
+ "text": "招聘会",
|
|
|
|
+ "iconPath": "/static/img/jobFair.png",
|
|
|
|
+ "selectedIconPath": "/static/img/jobFair-fill.png"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"pagePath": "pages/index/my",
|
|
"pagePath": "pages/index/my",
|
|
- "text": "企业",
|
|
|
|
|
|
+ "text": "我的",
|
|
"iconPath": "/static/img/company.png",
|
|
"iconPath": "/static/img/company.png",
|
|
"selectedIconPath": "/static/img/company-fill.png"
|
|
"selectedIconPath": "/static/img/company-fill.png"
|
|
}
|
|
}
|