pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/complaint/submit/index",
  53. "style": { "navigationStyle": "custom" }
  54. },
  55. {
  56. "path": "pages/mine/complaint/detail/index",
  57. "style": { "navigationStyle": "custom" }
  58. },
  59. {
  60. "path": "pages/mine/index",
  61. "style": { "navigationStyle": "custom" }
  62. }
  63. ],
  64. "globalStyle": {
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "ERP 系统",
  67. "navigationBarBackgroundColor": "#F8F8F8",
  68. "backgroundColor": "#F8F8F8"
  69. }
  70. }