123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "面试报名"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/success/success",
- "style": {
- "navigationBarTitleText": "面试成功"
- }
- },
- {
- "path": "pages/interview-notice/interview-notice",
- "style": {
- "navigationBarTitleText": "面试注意事项",
- "navigationStyle": "default"
- }
- },
- {
- "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" : ""
- }
- },
- {
- "path" : "pages/interview-question/interview-question",
- "style" :
- {
- "navigationBarTitleText" : ""
-
- }
- },
- {
- "path" : "pages/preview/preview",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/interview_success/interview_success",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path": "pages/agreement/agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/test/test",
- "style": {
- "navigationBarTitleText": "测试页面"
- }
- },
- {
- "path" : "pages/Personal/Personal",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationStyle": "default"
- }
- },
- {
- "path" : "pages/job-detail/job-detail",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path": "pages/followUp/followUp",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/uploadResume/uploadResume",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path": "pages/posture-guide/posture-guide",
- "style": {
- "navigationBarTitleText": "体态评估指导",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/interview_retake/interview_retake",
- "style": {
- "navigationBarTitleText": "体态照片补拍",
- "navigationStyle": "default"
- }
- }
- ],
-
- "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": {}
- }
|