pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login",
  8. "style": {
  9. "navigationBarTitleText": "加载中",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path" : "pages/lgz/index/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText" : "梅山古镇",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path" : "pages/lgz/record/record",
  23. "style" :
  24. {
  25. "navigationBarTitleText" : "扫码记录",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path" : "pages/cjx/record/record",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "扫码记录",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path" : "pages/lgz/traceability/traceability",
  39. "style" :
  40. {
  41. "navigationBarTitleText" : "溯源信息",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path" : "pages/cjx/traceability/traceability",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "溯源信息",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path" : "pages/lgz/feedback/feedback",
  55. "style" :
  56. {
  57. "navigationBarTitleText" : "意见反馈",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path" : "pages/cjx/feedback/feedback",
  63. "style" :
  64. {
  65. "navigationBarTitleText" : "意见反馈",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path" : "pages/lgz/introduction/introduction",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : "公司简介",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path" : "pages/cjx/introduction/introduction",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "公司简介",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path" : "pages/lgz/index/claim",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "中奖记录",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path" : "pages/cjx/index/claim",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "中奖记录",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path" : "pages/lgz/index/rules",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "活动规则",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path" : "pages/cjx/index/rules",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "活动规则",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path" : "pages/lgz/error",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "梅干古筝",
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path" : "pages/lgz/address/address",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path" : "pages/lgz/my/my",
  135. "style" :
  136. {
  137. "navigationBarTitleText" : "",
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path" : "pages/lgz/index/winPrize",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path" : "pages/lgz/index/unWinPrize",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path" : "pages/cjx/index/index",
  159. "style" :
  160. {
  161. "navigationBarTitleText" : "",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path" : "pages/cjx/index/authCode",
  167. "style" :
  168. {
  169. "navigationBarTitleText" : "",
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path" : "pages/cjx/my/my",
  175. "style" :
  176. {
  177. "navigationBarTitleText" : "",
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path" : "pages/cjx/hexiao/ywy/index",
  183. "style" :
  184. {
  185. "navigationBarTitleText" : "首页",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path" : "pages/cjx/hexiao/ywy/retail",
  191. "style" :
  192. {
  193. "navigationBarTitleText" : "门店",
  194. "enablePullDownRefresh" : false
  195. }
  196. },
  197. {
  198. "path" : "pages/cjx/hexiao/ywy/my",
  199. "style" :
  200. {
  201. "navigationBarTitleText" : "我的",
  202. "enablePullDownRefresh" : false
  203. }
  204. },
  205. {
  206. "path" : "pages/cjx/hexiao/ywy/scan_code",
  207. "style" :
  208. {
  209. "navigationBarTitleText" : "上货扫描",
  210. "enablePullDownRefresh" : false
  211. }
  212. },
  213. {
  214. "path" : "pages/cjx/hexiao/ywy/add_retail",
  215. "style" :
  216. {
  217. "navigationBarTitleText" : "门店信息",
  218. "enablePullDownRefresh" : false
  219. }
  220. },
  221. {
  222. "path" : "pages/cjx/hexiao/ywy/add_goods_record",
  223. "style" :
  224. {
  225. "navigationBarTitleText" : "上货记录",
  226. "enablePullDownRefresh" : false
  227. }
  228. },
  229. {
  230. "path" : "pages/cjx/hexiao/jxs/index",
  231. "style" :
  232. {
  233. "navigationBarTitleText" : "",
  234. "navigationStyle": "custom"
  235. }
  236. },{
  237. "path" : "pages/cjx/hexiao/jxs/my",
  238. "style" :
  239. {
  240. "navigationBarTitleText" : "我的",
  241. "enablePullDownRefresh" : false
  242. }
  243. },
  244. {
  245. "path" : "pages/cjx/hexiao/jxs/ywy_list",
  246. "style" :
  247. {
  248. "navigationBarTitleText" : "业务员管理",
  249. "enablePullDownRefresh" : false
  250. }
  251. },
  252. {
  253. "path" : "pages/cjx/hexiao/jxs/add_ywy",
  254. "style" :
  255. {
  256. "navigationBarTitleText" : "业务员信息",
  257. "enablePullDownRefresh" : false
  258. }
  259. },
  260. {
  261. "path" : "pages/cjx/hexiao/login",
  262. "style" :
  263. {
  264. "navigationBarTitleText" : "",
  265. "navigationStyle": "custom"
  266. }
  267. }
  268. ],
  269. "globalStyle": {
  270. "navigationBarTextStyle": "black",
  271. "navigationBarTitleText": "uni-app",
  272. "navigationBarBackgroundColor": "#F8F8F8",
  273. "backgroundColor": "#F8F8F8"
  274. },
  275. "uniIdRouter": {}
  276. }