pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "" //首页
  10. //"navigationStyle":"custom"
  11. }
  12. }, {
  13. "path": "pages/enterprise-reg/enterprise-reg",
  14. "style": {
  15. "navigationBarTitleText": "" //企业注册
  16. //"navigationStyle":"custom"
  17. }
  18. }, {
  19. "path": "pages/login/login",
  20. "style": {
  21. "navigationBarTitleText": "" //登录
  22. //"navigationStyle":"custom"
  23. }
  24. }, {
  25. "path": "pages/business-entering/business-entering",
  26. "style": {
  27. "navigationBarTitleText": "" //业务录入
  28. //"navigationStyle":"custom"
  29. }
  30. }, {
  31. "path": "pages/business-entering/business-edit",
  32. "style": {
  33. "navigationBarTitleText": "" //业务录入
  34. }
  35. }, {
  36. "path": "pages/business-entering/business-detail",
  37. "style": {
  38. "navigationBarTitleText": "" //业务录入
  39. //"navigationStyle":"custom"
  40. }
  41. }, {
  42. "path": "pages/customer-management/customer-list",
  43. "style": {
  44. "navigationBarTitleText": "" //业务录入
  45. //"navigationStyle":"custom"
  46. }
  47. }, {
  48. "path": "pages/business-order/business-order",
  49. "style": {
  50. "navigationBarTitleText": "" //业务订单
  51. //"navigationStyle":"custom"
  52. }
  53. }, {
  54. "path": "pages/customer-management/customer-management",
  55. "style": {
  56. "navigationBarTitleText": "" //客户管理
  57. //"navigationStyle":"custom"
  58. }
  59. }, {
  60. "path": "pages/inout-record/inout-record",
  61. "style": {
  62. "navigationBarTitleText": "" //出入记录
  63. //"navigationStyle":"custom"
  64. }
  65. }, {
  66. "path": "pages/choose-business/choose-business",
  67. "style": {
  68. "navigationBarTitleText": "" //选择业务
  69. //"navigationStyle":"custom"
  70. }
  71. },
  72. {
  73. "path": "pages/ok/registerSuccess",
  74. "style": {
  75. "navigationBarTitleText": "" //注册成功
  76. //"navigationStyle":"custom"
  77. }
  78. },
  79. {
  80. "path": "pages/business-order/sureOrder",
  81. "style": {
  82. "navigationBarTitleText": ""
  83. }
  84. }, {
  85. "path": "pages/business-order/surePay",
  86. "style": {
  87. "navigationBarTitleText": ""
  88. }
  89. },
  90. {
  91. "path": "pages/business-order/sureOut",
  92. "style": {
  93. "navigationBarTitleText": ""
  94. }
  95. },
  96. {
  97. "path": "pages/business-order/sureIn",
  98. "style": {
  99. "navigationBarTitleText": ""
  100. }
  101. },
  102. {
  103. "path": "pages/business-order/createOrder",
  104. "style": {
  105. "navigationBarTitleText": ""
  106. }
  107. },
  108. {
  109. "path": "pages/customer-management/customer-judge",
  110. "style": {
  111. "navigationBarTitleText": ""
  112. }
  113. },
  114. {
  115. "path": "pages/wx/index",
  116. "style": {
  117. "navigationBarTitleText": ""
  118. }
  119. },
  120. {
  121. "path": "pages/wx/pay",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "navigationStyle": "custom"
  125. }
  126. }, {
  127. "path": "pages/wx/payOrderTemp",
  128. "style": {
  129. "navigationBarTitleText": ""
  130. }
  131. },
  132. {
  133. "path": "pages/wx/payOrder",
  134. "style": {
  135. "navigationBarTitleText": ""
  136. }
  137. },
  138. {
  139. "path": "pages/business-entering/item-select",
  140. "style": {
  141. "navigationBarTitleText": "选择项目",
  142. "enablePullDownRefresh": false,
  143. "navigationStyle": "custom"
  144. }
  145. }
  146. ],
  147. "globalStyle": {
  148. "navigationBarTextStyle": "white",
  149. "navigationBarTitleText": "uni-app",
  150. "navigationBarBackgroundColor": "#0080ff",
  151. "backgroundColor": "#F8F8F8"
  152. }
  153. }