pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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. {
  86. "path": "pages/business-order/report",
  87. "style": {
  88. "navigationBarTitleText": ""
  89. }
  90. },
  91. {
  92. "path": "pages/business-order/surePay",
  93. "style": {
  94. "navigationBarTitleText": ""
  95. }
  96. },
  97. {
  98. "path": "pages/business-order/sureOut",
  99. "style": {
  100. "navigationBarTitleText": ""
  101. }
  102. },
  103. {
  104. "path": "pages/business-order/sureIn",
  105. "style": {
  106. "navigationBarTitleText": ""
  107. }
  108. },
  109. {
  110. "path": "pages/business-order/createOrder",
  111. "style": {
  112. "navigationBarTitleText": ""
  113. }
  114. },
  115. {
  116. "path": "pages/customer-management/customer-judge",
  117. "style": {
  118. "navigationBarTitleText": ""
  119. }
  120. },
  121. {
  122. "path": "pages/wx/index",
  123. "style": {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path": "pages/wx/pay",
  129. "style": {
  130. "navigationBarTitleText": "",
  131. "navigationStyle": "custom"
  132. }
  133. }, {
  134. "path": "pages/wx/payOrderTemp",
  135. "style": {
  136. "navigationBarTitleText": ""
  137. }
  138. },
  139. {
  140. "path": "pages/wx/payOrder",
  141. "style": {
  142. "navigationBarTitleText": ""
  143. }
  144. },
  145. {
  146. "path": "pages/declare/add",
  147. "style": {
  148. "navigationBarTitleText": ""
  149. //"navigationStyle":"custom"
  150. }
  151. },
  152. {
  153. "path": "pages/declare/addDeclareSuccess",
  154. "style": {
  155. "navigationBarTitleText": "",
  156. "navigationStyle":"custom"
  157. }
  158. },
  159. {
  160. "path": "pages/disinfect/addDisinfect",
  161. "style": {
  162. "navigationBarTitleText": ""
  163. //"navigationStyle":"custom"
  164. }
  165. },
  166. {
  167. "path": "pages/disinfect/addDisinfectSuccess",
  168. "style": {
  169. "navigationBarTitleText": "",
  170. "navigationStyle":"custom"
  171. }
  172. },
  173. {
  174. "path": "pages/account/index",
  175. "style": {
  176. "navigationBarTitleText": ""
  177. }
  178. },
  179. {
  180. "path": "pages/business-entering/declare-select",
  181. "style": {
  182. "navigationBarTitleText": ""
  183. }
  184. }
  185. ],
  186. "globalStyle": {
  187. "navigationBarTextStyle": "white",
  188. "navigationBarTitleText": "uni-app",
  189. "navigationBarBackgroundColor": "#0080ff",
  190. "backgroundColor": "#F8F8F8"
  191. }
  192. }