|
@@ -17,7 +17,10 @@
|
|
|
{ "path": "pages/profile/edit", "style": { "navigationBarTitleText": "个人信息" } },
|
|
{ "path": "pages/profile/edit", "style": { "navigationBarTitleText": "个人信息" } },
|
|
|
{ "path": "pages/employee/detail", "style": { "navigationBarTitleText": "员工资料" } },
|
|
{ "path": "pages/employee/detail", "style": { "navigationBarTitleText": "员工资料" } },
|
|
|
{ "path": "pages/notice/index", "style": { "navigationBarTitleText": "通知公告" } },
|
|
{ "path": "pages/notice/index", "style": { "navigationBarTitleText": "通知公告" } },
|
|
|
- { "path": "pages/manage/index", "style": { "navigationBarTitleText": "人事管理" } }
|
|
|
|
|
|
|
+ { "path": "pages/manage/index", "style": { "navigationBarTitleText": "人事管理" } },
|
|
|
|
|
+ { "path": "pages/manage/onboard-detail", "style": { "navigationBarTitleText": "入职详情" } },
|
|
|
|
|
+ { "path": "pages/manage/onboard-create", "style": { "navigationBarTitleText": "新建入职流程" } },
|
|
|
|
|
+ { "path": "pages/manage/resign-detail", "style": { "navigationBarTitleText": "离职详情" } }
|
|
|
],
|
|
],
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTextStyle": "white",
|