1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "追踪方法学"
- }
- },
- {
- "path": "pages/login/login"
- },
- {
- "path": "pages/creatingSituations/creatingSituations",
- "style": {
- "navigationBarTitleText": "创建情境",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mission/mission",
- "style": {
- "navigationBarTitleText": "任务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/configure/configure",
- "style": {
- "navigationBarTitleText": "配置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mission-details/mission-details",
- "style": {
- "navigationBarTitleText": "改善任务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mission-action/mission-action",
- "style": {
- "navigationBarTitleText": "改善任务",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/home/home",
- "style" :
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/role-switching/role-switching",
- "style" :
- {
- "navigationBarTitleText": "角色切换",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "追踪方法学",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- },
- "rpxCalcMaxDeviceWidth": 9999
- }
- }
|