pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. {
  14. "path": "pages/enterprise-reg/enterprise-reg",
  15. "style": {
  16. "navigationBarTitleText": "" //企业注册
  17. //"navigationStyle":"custom"
  18. }
  19. },
  20. {
  21. "path": "pages/home/home",
  22. "style": {
  23. "navigationBarTitleText": "" //跳转页
  24. }
  25. }
  26. , {
  27. "path": "pages/login/login",
  28. "style": {
  29. "navigationBarTitleText": "" //登录
  30. //"navigationStyle":"custom"
  31. }
  32. }, {
  33. "path": "pages/business-entering/business-entering",
  34. "style": {
  35. "navigationBarTitleText": "" //业务录入
  36. //"navigationStyle":"custom"
  37. }
  38. }, {
  39. "path": "pages/business-entering/business-edit",
  40. "style": {
  41. "navigationBarTitleText": "" //业务录入
  42. }
  43. }, {
  44. "path": "pages/business-entering/business-detail",
  45. "style": {
  46. "navigationBarTitleText": "" //业务录入
  47. //"navigationStyle":"custom"
  48. }
  49. }, {
  50. "path": "pages/customer-management/customer-list",
  51. "style": {
  52. "navigationBarTitleText": "" //业务录入
  53. //"navigationStyle":"custom"
  54. }
  55. }, {
  56. "path": "pages/business-order/business-order",
  57. "style": {
  58. "navigationBarTitleText": "" //业务订单
  59. //"navigationStyle":"custom"
  60. }
  61. }, {
  62. "path": "pages/customer-management/customer-management",
  63. "style": {
  64. "navigationBarTitleText": "" //客户管理
  65. //"navigationStyle":"custom"
  66. }
  67. }, {
  68. "path": "pages/inout-record/inout-record",
  69. "style": {
  70. "navigationBarTitleText": "" //出入记录
  71. //"navigationStyle":"custom"
  72. }
  73. }, {
  74. "path": "pages/choose-business/choose-business",
  75. "style": {
  76. "navigationBarTitleText": "" //选择业务
  77. //"navigationStyle":"custom"
  78. }
  79. },
  80. {
  81. "path": "pages/ok/registerSuccess",
  82. "style": {
  83. "navigationBarTitleText": "" //注册成功
  84. //"navigationStyle":"custom"
  85. }
  86. },
  87. {
  88. "path": "pages/business-order/sureOrder",
  89. "style": {
  90. "navigationBarTitleText": ""
  91. }
  92. },
  93. {
  94. "path": "pages/business-order/report",
  95. "style": {
  96. "navigationBarTitleText": ""
  97. }
  98. },
  99. {
  100. "path": "pages/business-order/surePay",
  101. "style": {
  102. "navigationBarTitleText": ""
  103. }
  104. },
  105. {
  106. "path": "pages/business-order/sureOut",
  107. "style": {
  108. "navigationBarTitleText": ""
  109. }
  110. },
  111. {
  112. "path": "pages/business-order/sureIn",
  113. "style": {
  114. "navigationBarTitleText": ""
  115. }
  116. },
  117. {
  118. "path": "pages/business-order/createOrder",
  119. "style": {
  120. "navigationBarTitleText": ""
  121. }
  122. },
  123. {
  124. "path": "pages/customer-management/customer-judge",
  125. "style": {
  126. "navigationBarTitleText": ""
  127. }
  128. },
  129. {
  130. "path": "pages/wx/index",
  131. "style": {
  132. "navigationBarTitleText": ""
  133. }
  134. },
  135. {
  136. "path": "pages/wx/pay",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "navigationStyle": "custom"
  140. }
  141. }, {
  142. "path": "pages/wx/payOrderTemp",
  143. "style": {
  144. "navigationBarTitleText": ""
  145. }
  146. },
  147. {
  148. "path": "pages/wx/payOrder",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. },
  153. {
  154. "path": "pages/declare/add",
  155. "style": {
  156. "navigationBarTitleText": ""
  157. //"navigationStyle":"custom"
  158. }
  159. },
  160. {
  161. "path": "pages/declare/addDeclareSuccess",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "pages/disinfect/addDisinfect",
  169. "style": {
  170. "navigationBarTitleText": ""
  171. //"navigationStyle":"custom"
  172. }
  173. },
  174. {
  175. "path": "pages/disinfect/addDisinfectSuccess",
  176. "style": {
  177. "navigationBarTitleText": "",
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/wx/account-pay",
  183. "style": {
  184. "navigationBarTitleText": ""
  185. }
  186. },
  187. {
  188. "path": "pages/business-entering/declare-select",
  189. "style": {
  190. "navigationBarTitleText": ""
  191. }
  192. },
  193. {
  194. "path": "pages/account/account-redirect",
  195. "style": {
  196. "navigationBarTitleText": "",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/business-item/item-detail",
  202. "style": {
  203. "navigationBarTitleText": "",
  204. "navigationStyle": "custom"
  205. }
  206. },
  207. {
  208. "path": "pages/business-order/business-item",
  209. "style": {
  210. "navigationBarTitleText": ""
  211. }
  212. },
  213. {
  214. "path": "pages/partner/index",
  215. "style": {
  216. "navigationBarTitleText": ""
  217. }
  218. },
  219. {
  220. "path": "pages/user/user-index",
  221. "style": {
  222. "navigationBarTitleText": ""
  223. }
  224. },
  225. {
  226. "path": "pages/user/addUser",
  227. "style": {
  228. "navigationBarTitleText": ""
  229. }
  230. },
  231. {
  232. "path": "pages/user/addUserSuccess",
  233. "style": {
  234. "navigationBarTitleText": ""
  235. }
  236. },
  237. {
  238. "path": "pages/business-order/partner-business-item",
  239. "style": {
  240. "navigationBarTitleText": ""
  241. }
  242. },
  243. {
  244. "path": "pages/onely-disinfect/disinfect-Index",
  245. "style": {
  246. "navigationBarTitleText": ""
  247. }
  248. },
  249. {
  250. "path": "pages/onely-disinfect/addSuccess",
  251. "style": {
  252. "navigationBarTitleText": ""
  253. }
  254. },
  255. {
  256. "path": "pages/onely-disinfect/Index",
  257. "style": {
  258. "navigationBarTitleText": ""
  259. }
  260. }
  261. ],
  262. "globalStyle": {
  263. "navigationBarTextStyle": "white",
  264. "navigationBarTitleText": "uni-app",
  265. "navigationBarBackgroundColor": "#0080ff",
  266. "backgroundColor": "#F8F8F8"
  267. }
  268. }