pages.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": { "navigationStyle": "custom" }
  6. },
  7. {
  8. "path": "pages/login/index",
  9. "style": { "navigationStyle": "custom" }
  10. },
  11. {
  12. "path": "pages/order/index",
  13. "style": { "navigationStyle": "custom" }
  14. },
  15. {
  16. "path": "pages/order/success/index",
  17. "style": { "navigationStyle": "custom" }
  18. },
  19. {
  20. "path": "pages/order/add-model/index",
  21. "style": { "navigationStyle": "custom" }
  22. },
  23. {
  24. "path": "pages/order/edit-model/index",
  25. "style": { "navigationStyle": "custom" }
  26. },
  27. {
  28. "path": "pages/order/list/index",
  29. "style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
  30. },
  31. {
  32. "path": "pages/order/detail/index",
  33. "style": { "navigationStyle": "custom" }
  34. },
  35. {
  36. "path": "pages/mine/settings/index",
  37. "style": { "navigationStyle": "custom" }
  38. },
  39. {
  40. "path": "pages/mine/agreement/index",
  41. "style": { "navigationStyle": "custom" }
  42. },
  43. {
  44. "path": "pages/mine/privacy/index",
  45. "style": { "navigationStyle": "custom" }
  46. },
  47. {
  48. "path": "pages/mine/complaint/index",
  49. "style": { "navigationStyle": "custom" }
  50. },
  51. {
  52. "path": "pages/mine/index",
  53. "style": { "navigationStyle": "custom" }
  54. }
  55. ],
  56. "globalStyle": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "ERP 系统",
  59. "navigationBarBackgroundColor": "#F8F8F8",
  60. "backgroundColor": "#F8F8F8"
  61. }
  62. }