pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "华晟铝业",
  7. "navigationBarBackgroundColor": "#FFFFFF",
  8. "navigationBarTextStyle": "black"
  9. }
  10. },
  11. {
  12. "path": "pages/login/index",
  13. "style": {
  14. "navigationBarTitleText": "登录",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/order/index",
  20. "style": {
  21. "navigationBarTitleText": "ERP 下单",
  22. "navigationBarBackgroundColor": "#FFFFFF",
  23. "navigationBarTextStyle": "black"
  24. }
  25. },
  26. {
  27. "path": "pages/order/success/index",
  28. "style": {
  29. "navigationBarTitleText": "下单成功",
  30. "navigationBarBackgroundColor": "#FFFFFF"
  31. }
  32. },
  33. {
  34. "path": "pages/order/add-model/index",
  35. "style": {
  36. "navigationBarTitleText": "添加型号",
  37. "navigationBarBackgroundColor": "#FFFFFF"
  38. }
  39. },
  40. {
  41. "path": "pages/order/edit-model/index",
  42. "style": {
  43. "navigationBarTitleText": "编辑型号",
  44. "navigationBarBackgroundColor": "#FFFFFF"
  45. }
  46. },
  47. {
  48. "path": "pages/order/list/index",
  49. "style": {
  50. "navigationBarTitleText": "我的订单",
  51. "navigationStyle": "custom",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "pages/order/detail/index",
  57. "style": {
  58. "navigationBarTitleText": "订单详情",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/mine/settings/index",
  64. "style": {
  65. "navigationBarTitleText": "个人资料设置",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/mine/agreement/index",
  71. "style": {
  72. "navigationBarTitleText": "用户协议",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/mine/privacy/index",
  78. "style": {
  79. "navigationBarTitleText": "隐私政策",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/mine/complaint/index",
  85. "style": {
  86. "navigationBarTitleText": "投诉与建议",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/mine/index",
  92. "style": {
  93. "navigationBarTitleText": "个人中心",
  94. "navigationBarBackgroundColor": "#C1001C",
  95. "navigationBarTextStyle": "white"
  96. }
  97. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "ERP 系统",
  102. "navigationBarBackgroundColor": "#F8F8F8",
  103. "backgroundColor": "#F8F8F8"
  104. }
  105. }