12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "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/messages/messages",
- "style" : {
- "navigationBarTitleText": "消息中心",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "追踪方法学",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- },
- "rpxCalcMaxDeviceWidth": 9999
- }
- }
|