12345678910111213141516171819202122232425 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "追踪方法学"
- }
- }, {
- "path" : "pages/creatingSituations/creatingSituations",
- "style" : {
- "navigationBarTitleText": "创建情境",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "追踪方法学",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- },
- "rpxCalcMaxDeviceWidth": 9999
- }
- }
|