pages.json 1007 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/user/login/login",
  11. "style": {
  12. "navigationBarTitleText": "登录",
  13. "enablePullDownRefresh": false
  14. }
  15. },
  16. {
  17. "path": "pages/user/login/register",
  18. "style": {
  19. "navigationBarTitleText": "注册",
  20. "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path": "pages/agent/recommend/create",
  25. "style": {
  26. "navigationBarTitleText": "客户推荐",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. {
  31. "path": "pages/agent/recommend/list",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "enablePullDownRefresh": true
  35. }
  36. }, {
  37. "path": "pages/agent/recommend/detail",
  38. "style": {
  39. "navigationBarTitleText": "报备详情",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ],
  44. "globalStyle": {
  45. "navigationBarTextStyle": "white",
  46. "navigationBarBackgroundColor": "#2080f0",
  47. "navigationBarTitleText": "",
  48. "backgroundColor": "#F8F8F8"
  49. }
  50. }