pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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. "subPackages": [{
  15. "root": "pages/cjx",
  16. "pages": [
  17. {
  18. "path" : "index/rules",
  19. "style" :
  20. {
  21. "navigationBarTitleText" : "活动规则",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path" : "record/record",
  27. "style" :
  28. {
  29. "navigationBarTitleText" : "扫码记录",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path" : "index/index",
  35. "style" :
  36. {
  37. "navigationBarTitleText" : "",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path" : "index/authCode",
  43. "style" :
  44. {
  45. "navigationBarTitleText" : "",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path" : "my/my",
  51. "style" :
  52. {
  53. "navigationBarTitleText" : "",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path" : "hexiao/ywy/index",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "首页",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path" : "hexiao/ywy/retail",
  67. "style" :
  68. {
  69. "navigationBarTitleText" : "门店",
  70. "enablePullDownRefresh" : false
  71. }
  72. },
  73. {
  74. "path" : "hexiao/ywy/my",
  75. "style" :
  76. {
  77. "navigationBarTitleText" : "我的",
  78. "enablePullDownRefresh" : false
  79. }
  80. },
  81. {
  82. "path" : "hexiao/ywy/scan_code",
  83. "style" :
  84. {
  85. "navigationBarTitleText" : "上货扫描",
  86. "enablePullDownRefresh" : false
  87. }
  88. },
  89. {
  90. "path" : "hexiao/ywy/add_retail",
  91. "style" :
  92. {
  93. "navigationBarTitleText" : "门店信息",
  94. "enablePullDownRefresh" : false
  95. }
  96. },
  97. {
  98. "path" : "hexiao/ywy/add_goods_record",
  99. "style" :
  100. {
  101. "navigationBarTitleText" : "上货记录",
  102. "enablePullDownRefresh" : false
  103. }
  104. },
  105. {
  106. "path" : "hexiao/jxs/index",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "",
  110. "navigationStyle": "custom"
  111. }
  112. },{
  113. "path" : "hexiao/jxs/my",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "我的",
  117. "enablePullDownRefresh" : false
  118. }
  119. },
  120. {
  121. "path" : "hexiao/jxs/ywy_list",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "业务员管理",
  125. "enablePullDownRefresh" : false
  126. }
  127. },
  128. {
  129. "path" : "hexiao/jxs/hexiao_record",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "核销记录",
  133. "enablePullDownRefresh" : false
  134. }
  135. },
  136. {
  137. "path" : "hexiao/jxs/hexiao_detail",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "核销详情",
  141. "enablePullDownRefresh" : false
  142. }
  143. },
  144. {
  145. "path" : "hexiao/jxs/add_ywy",
  146. "style" :
  147. {
  148. "navigationBarTitleText" : "业务员信息",
  149. "enablePullDownRefresh" : false
  150. }
  151. },
  152. {
  153. "path" : "hexiao/login",
  154. "style" :
  155. {
  156. "navigationBarTitleText" : "",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path" : "xiaoshou/index",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : "",
  165. "navigationStyle": "custom"
  166. }
  167. },
  168. {
  169. "path" : "hexiao/ywy/add_patrol",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "巡店记录",
  173. "enablePullDownRefresh" : false
  174. }
  175. },
  176. {
  177. "path" : "hexiao/ywy/patrol_record",
  178. "style" :
  179. {
  180. "navigationBarTitleText" : "巡店记录",
  181. "enablePullDownRefresh" : false
  182. }
  183. },
  184. {
  185. "path" : "hexiao/ywy/hexiao_record",
  186. "style" :
  187. {
  188. "navigationBarTitleText" : "",
  189. "enablePullDownRefresh" : false
  190. }
  191. },
  192. {
  193. "path" : "hexiao/ywy/hexiao_detail",
  194. "style" :
  195. {
  196. "navigationBarTitleText" : "核销详情",
  197. "enablePullDownRefresh" : false
  198. }
  199. },
  200. {
  201. "path" : "index/claim",
  202. "style" :
  203. {
  204. "navigationBarTitleText" : "中奖记录",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path" : "introduction/introduction",
  210. "style" :
  211. {
  212. "navigationBarTitleText" : "公司简介",
  213. "navigationStyle": "custom"
  214. }
  215. },
  216. {
  217. "path" : "feedback/feedback",
  218. "style" :
  219. {
  220. "navigationBarTitleText" : "意见反馈",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path" : "traceability/traceability",
  226. "style" :
  227. {
  228. "navigationBarTitleText" : "溯源信息",
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path" : "hexiao/jxs/order",
  234. "style" :
  235. {
  236. "navigationBarTitleText" : "订单",
  237. "enablePullDownRefresh" : false
  238. }
  239. },
  240. {
  241. "path" : "hexiao/jxs/add_order",
  242. "style" :
  243. {
  244. "navigationBarTitleText" : "添加订单",
  245. "enablePullDownRefresh" : false
  246. }
  247. },
  248. {
  249. "path" : "hexiao/jxs/order_detail",
  250. "style" :
  251. {
  252. "navigationBarTitleText" : "订单详情",
  253. "enablePullDownRefresh" : false
  254. }
  255. },
  256. {
  257. "path" : "hexiao/score_list",
  258. "style" :
  259. {
  260. "navigationBarTitleText" : "积分明细",
  261. "enablePullDownRefresh" : false
  262. }
  263. },
  264. {
  265. "path" : "hexiao/ywy/patrol_detail",
  266. "style" :
  267. {
  268. "navigationBarTitleText" : "巡店详情",
  269. "enablePullDownRefresh" : false
  270. }
  271. }
  272. ]
  273. }, {
  274. "root": "pages/lgz",
  275. "pages": [
  276. {
  277. "path" : "index/index",
  278. "style" :
  279. {
  280. "navigationBarTitleText" : "梅山古镇",
  281. "navigationStyle": "custom"
  282. }
  283. },
  284. {
  285. "path" : "record/record",
  286. "style" :
  287. {
  288. "navigationBarTitleText" : "扫码记录",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path" : "traceability/traceability",
  294. "style" :
  295. {
  296. "navigationBarTitleText" : "溯源信息",
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path" : "feedback/feedback",
  302. "style" :
  303. {
  304. "navigationBarTitleText" : "意见反馈",
  305. "navigationStyle": "custom"
  306. }
  307. },
  308. {
  309. "path" : "introduction/introduction",
  310. "style" :
  311. {
  312. "navigationBarTitleText" : "公司简介",
  313. "navigationStyle": "custom"
  314. }
  315. },
  316. {
  317. "path" : "index/claim",
  318. "style" :
  319. {
  320. "navigationBarTitleText" : "中奖记录",
  321. "navigationStyle": "custom"
  322. }
  323. },
  324. {
  325. "path" : "index/rules",
  326. "style" :
  327. {
  328. "navigationBarTitleText" : "活动规则",
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path" : "error",
  334. "style" :
  335. {
  336. "navigationBarTitleText" : "梅干古筝",
  337. "navigationStyle": "custom"
  338. }
  339. },
  340. {
  341. "path" : "address/address",
  342. "style" :
  343. {
  344. "navigationBarTitleText" : "",
  345. "navigationStyle": "custom"
  346. }
  347. },
  348. {
  349. "path" : "my/my",
  350. "style" :
  351. {
  352. "navigationBarTitleText" : "",
  353. "navigationStyle": "custom"
  354. }
  355. },
  356. {
  357. "path" : "index/winPrize",
  358. "style" :
  359. {
  360. "navigationBarTitleText" : "",
  361. "navigationStyle": "custom"
  362. }
  363. },
  364. {
  365. "path" : "index/unWinPrize",
  366. "style" :
  367. {
  368. "navigationBarTitleText" : "",
  369. "navigationStyle": "custom"
  370. }
  371. }
  372. ]
  373. }],
  374. "globalStyle": {
  375. "navigationBarTextStyle": "black",
  376. "navigationBarTitleText": "uni-app",
  377. "navigationBarBackgroundColor": "#F8F8F8",
  378. "backgroundColor": "#F8F8F8"
  379. },
  380. "uniIdRouter": {}
  381. }