pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": ""
  11. //首页
  12. //"navigationStyle":"custom"
  13. }
  14. },
  15. {
  16. "path": "pages/enterprise-reg/enterprise-reg",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. //企业注册
  20. //"navigationStyle":"custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/home",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. //跳转页
  28. }
  29. },
  30. {
  31. "path": "pages/login/login",
  32. "style": {
  33. "navigationBarTitleText": ""
  34. //登录
  35. //"navigationStyle":"custom"
  36. }
  37. },
  38. {
  39. "path": "pages/business-entering/business-entering",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. //业务录入
  43. //"navigationStyle":"custom"
  44. }
  45. },
  46. {
  47. "path": "pages/business-entering/business-edit",
  48. "style": {
  49. "navigationBarTitleText": ""
  50. //业务录入
  51. }
  52. },
  53. {
  54. "path": "pages/business-entering/business-detail",
  55. "style": {
  56. "navigationBarTitleText": ""
  57. //业务录入
  58. //"navigationStyle":"custom"
  59. }
  60. },
  61. {
  62. "path": "pages/customer-management/customer-list",
  63. "style": {
  64. "navigationBarTitleText": ""
  65. //业务录入
  66. //"navigationStyle":"custom"
  67. }
  68. },
  69. {
  70. "path": "pages/business-order/business-order",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. //业务订单
  74. //"navigationStyle":"custom"
  75. }
  76. },
  77. {
  78. "path": "pages/customer-management/customer-management",
  79. "style": {
  80. "navigationBarTitleText": ""
  81. //客户管理
  82. //"navigationStyle":"custom"
  83. }
  84. },
  85. {
  86. "path": "pages/inout-record/inout-record",
  87. "style": {
  88. "navigationBarTitleText": ""
  89. //出入记录
  90. //"navigationStyle":"custom"
  91. }
  92. },
  93. {
  94. "path": "pages/choose-business/choose-business",
  95. "style": {
  96. "navigationBarTitleText": ""
  97. //选择业务
  98. //"navigationStyle":"custom"
  99. }
  100. },
  101. {
  102. "path": "pages/ok/registerSuccess",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. //注册成功
  106. //"navigationStyle":"custom"
  107. }
  108. },
  109. {
  110. "path": "pages/business-order/sureOrder",
  111. "style": {
  112. "navigationBarTitleText": ""
  113. }
  114. },
  115. {
  116. "path": "pages/business-order/report",
  117. "style": {
  118. "navigationBarTitleText": ""
  119. }
  120. },
  121. {
  122. "path": "pages/business-order/surePay",
  123. "style": {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path": "pages/business-order/sureOut",
  129. "style": {
  130. "navigationBarTitleText": ""
  131. }
  132. },
  133. {
  134. "path": "pages/business-order/sureIn",
  135. "style": {
  136. "navigationBarTitleText": ""
  137. }
  138. },
  139. {
  140. "path": "pages/business-order/createOrder",
  141. "style": {
  142. "navigationBarTitleText": ""
  143. }
  144. },
  145. {
  146. "path": "pages/customer-management/customer-judge",
  147. "style": {
  148. "navigationBarTitleText": ""
  149. }
  150. },
  151. {
  152. "path": "pages/wx/index",
  153. "style": {
  154. "navigationBarTitleText": ""
  155. }
  156. },
  157. {
  158. "path": "pages/wx/pay",
  159. "style": {
  160. "navigationBarTitleText": "",
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pages/wx/payOrderTemp",
  166. "style": {
  167. "navigationBarTitleText": ""
  168. }
  169. },
  170. {
  171. "path": "pages/wx/payOrder",
  172. "style": {
  173. "navigationBarTitleText": ""
  174. }
  175. },
  176. {
  177. "path": "pages/declare/add",
  178. "style": {
  179. "navigationBarTitleText": ""
  180. //"navigationStyle":"custom"
  181. }
  182. },
  183. {
  184. "path": "pages/declare/addDeclareSuccess",
  185. "style": {
  186. "navigationBarTitleText": "",
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/disinfect/addDisinfect",
  192. "style": {
  193. "navigationBarTitleText": ""
  194. //"navigationStyle":"custom"
  195. }
  196. },
  197. {
  198. "path": "pages/disinfect/addDisinfectSuccess",
  199. "style": {
  200. "navigationBarTitleText": "",
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "pages/wx/account-pay",
  206. "style": {
  207. "navigationBarTitleText": ""
  208. }
  209. },
  210. {
  211. "path": "pages/business-entering/declare-select",
  212. "style": {
  213. "navigationBarTitleText": ""
  214. }
  215. },
  216. {
  217. "path": "pages/account/account-redirect",
  218. "style": {
  219. "navigationBarTitleText": "",
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path": "pages/business-item/item-detail",
  225. "style": {
  226. "navigationBarTitleText": "",
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "pages/business-order/business-item",
  232. "style": {
  233. "navigationBarTitleText": ""
  234. }
  235. },
  236. {
  237. "path": "pages/partner/index",
  238. "style": {
  239. "navigationBarTitleText": ""
  240. }
  241. },
  242. {
  243. "path": "pages/user/user-index",
  244. "style": {
  245. "navigationBarTitleText": ""
  246. }
  247. },
  248. {
  249. "path": "pages/user/addUser",
  250. "style": {
  251. "navigationBarTitleText": ""
  252. }
  253. },
  254. {
  255. "path": "pages/user/addUserSuccess",
  256. "style": {
  257. "navigationBarTitleText": ""
  258. }
  259. },
  260. {
  261. "path": "pages/business-order/partner-business-item",
  262. "style": {
  263. "navigationBarTitleText": ""
  264. }
  265. },
  266. {
  267. "path": "pages/onely-disinfect/disinfect-Index",
  268. "style": {
  269. "navigationBarTitleText": ""
  270. }
  271. },
  272. {
  273. "path": "pages/onely-disinfect/addSuccess",
  274. "style": {
  275. "navigationBarTitleText": ""
  276. }
  277. },
  278. {
  279. "path": "pages/onely-disinfect/Index",
  280. "style": {
  281. "navigationBarTitleText": ""
  282. }
  283. },
  284. {
  285. "path": "pages/onely-disinfect/type-business",
  286. "style": {
  287. "navigationBarTitleText": ""
  288. }
  289. },
  290. {
  291. "path": "pages/onely-disinfect/add-remark",
  292. "style": {
  293. "navigationBarTitleText": ""
  294. }
  295. },
  296. {
  297. "path": "pages/onely-disinfect/type-business-info",
  298. "style": {
  299. "navigationBarTitleText": ""
  300. }
  301. },
  302. {
  303. "path": "pages/onely-disinfect/type-business-edit",
  304. "style": {
  305. "navigationBarTitleText": ""
  306. }
  307. },
  308. {
  309. "path": "pages/onely-disinfect/car-manager",
  310. "style": {
  311. "navigationBarTitleText": ""
  312. }
  313. }
  314. ],
  315. "globalStyle": {
  316. "navigationBarTextStyle": "white",
  317. "navigationBarTitleText": "uni-app",
  318. "navigationBarBackgroundColor": "#0080ff",
  319. "backgroundColor": "#F8F8F8"
  320. }
  321. }