12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "面试报名"
- }
- },
- {
- "path": "pages/success/success",
- "style": {
- "navigationBarTitleText": "报名成功"
- }
- },
- {
- "path": "pages/interview-notice/interview-notice",
- "style": {
- "navigationBarTitleText": "面试注意事项",
- "autoBackButton": "false"
- }
- },
- {
- "path": "pages/identity-verify/identity-verify",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/face-photo/face-photo",
- "style": {
- "navigationBarTitleText": "拍摄照片"
- }
- },
- {
- "path": "pages/camera/camera",
- "style": {
- "navigationBarTitleText": "测试"
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path" : "pages/interview/interview",
- "style" :
- {
- "navigationBarTitleText" : "手部照片采集"
- }
- },
- {
- "path" : "pages/ResumeEvaluation/ResumeEvaluation",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "面试系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/my_active.png",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|