pages.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  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/skip",
  15. "style": {
  16. "navigationBarTitleText": "登录中",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/common",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle": "custom"
  25. }
  26. }
  27. ],
  28. "subPackages": [{
  29. "root": "pages/cjx",
  30. "pages": [
  31. {
  32. "path" : "index/rules",
  33. "style" :
  34. {
  35. "navigationBarTitleText" : "活动规则",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path" : "record/record",
  41. "style" :
  42. {
  43. "navigationBarTitleText" : "扫码记录",
  44. "navigationStyle": "custom"
  45. }
  46. },
  47. {
  48. "path" : "index/index",
  49. "style" :
  50. {
  51. "navigationBarTitleText" : "",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path" : "index/authCode",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : "",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path" : "my/my",
  65. "style" :
  66. {
  67. "navigationBarTitleText" : "",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path" : "index/claim",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "中奖记录",
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path" : "introduction/introduction",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : "公司简介",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path" : "feedback/feedback",
  89. "style" :
  90. {
  91. "navigationBarTitleText" : "意见反馈",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path" : "traceability/traceability",
  97. "style" :
  98. {
  99. "navigationBarTitleText" : "溯源信息",
  100. "navigationStyle": "custom"
  101. }
  102. },{
  103. "path" : "shop/score_list",
  104. "style" :
  105. {
  106. "navigationBarTitleText" : "积分明细",
  107. "enablePullDownRefresh" : false
  108. }
  109. },{
  110. "path" : "shop/shop",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "积分商城",
  114. "enablePullDownRefresh" : false
  115. }
  116. },
  117. {
  118. "path" : "error",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "超吉炫",
  122. "navigationStyle": "custom"
  123. }
  124. }
  125. ]
  126. }, {
  127. "root": "pages/lgz",
  128. "pages": [
  129. {
  130. "path" : "index/index",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "梅山古镇",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path" : "record/record",
  139. "style" :
  140. {
  141. "navigationBarTitleText" : "扫码记录",
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path" : "traceability/traceability",
  147. "style" :
  148. {
  149. "navigationBarTitleText" : "溯源信息",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path" : "feedback/feedback",
  155. "style" :
  156. {
  157. "navigationBarTitleText" : "意见反馈",
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path" : "introduction/introduction",
  163. "style" :
  164. {
  165. "navigationBarTitleText" : "公司简介",
  166. "navigationStyle": "custom"
  167. }
  168. },
  169. {
  170. "path" : "index/claim",
  171. "style" :
  172. {
  173. "navigationBarTitleText" : "中奖记录",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path" : "index/rules",
  179. "style" :
  180. {
  181. "navigationBarTitleText" : "活动规则",
  182. "navigationStyle": "custom"
  183. }
  184. },
  185. {
  186. "path" : "error",
  187. "style" :
  188. {
  189. "navigationBarTitleText" : "梅干古筝",
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path" : "address/address",
  195. "style" :
  196. {
  197. "navigationBarTitleText" : "",
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path" : "my/my",
  203. "style" :
  204. {
  205. "navigationBarTitleText" : "",
  206. "navigationStyle": "custom"
  207. }
  208. },
  209. {
  210. "path" : "index/winPrize",
  211. "style" :
  212. {
  213. "navigationBarTitleText" : "",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path" : "index/unWinPrize",
  219. "style" :
  220. {
  221. "navigationBarTitleText" : "",
  222. "navigationStyle": "custom"
  223. }
  224. }
  225. ]
  226. },{
  227. "root": "pages/qilang",
  228. "pages": [
  229. {
  230. "path" : "index/rules",
  231. "style" :
  232. {
  233. "navigationBarTitleText" : "活动规则",
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. {
  238. "path" : "record/record",
  239. "style" :
  240. {
  241. "navigationBarTitleText" : "扫码记录",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path" : "index/index",
  247. "style" :
  248. {
  249. "navigationBarTitleText" : "",
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path" : "index/authCode",
  255. "style" :
  256. {
  257. "navigationBarTitleText" : "",
  258. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path" : "my/my",
  263. "style" :
  264. {
  265. "navigationBarTitleText" : "",
  266. "navigationStyle": "custom"
  267. }
  268. },
  269. {
  270. "path" : "index/claim",
  271. "style" :
  272. {
  273. "navigationBarTitleText" : "中奖记录",
  274. "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path" : "introduction/introduction",
  279. "style" :
  280. {
  281. "navigationBarTitleText" : "公司简介",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path" : "feedback/feedback",
  287. "style" :
  288. {
  289. "navigationBarTitleText" : "意见反馈",
  290. "navigationStyle": "custom"
  291. }
  292. },
  293. {
  294. "path" : "traceability/traceability",
  295. "style" :
  296. {
  297. "navigationBarTitleText" : "七榔槟榔",
  298. "navigationStyle": "custom"
  299. }
  300. },
  301. {
  302. "path" : "error",
  303. "style" :
  304. {
  305. "navigationBarTitleText" : "超吉炫",
  306. "navigationStyle": "custom"
  307. }
  308. }
  309. ]
  310. }
  311. ,{
  312. "root": "pages/hexiao",
  313. "pages": [
  314. {
  315. "path" : "ywy/index",
  316. "style" :
  317. {
  318. "navigationBarTitleText" : "首页",
  319. "navigationStyle": "custom"
  320. }
  321. },
  322. {
  323. "path" : "ywy/retail",
  324. "style" :
  325. {
  326. "navigationBarTitleText" : "门店",
  327. "enablePullDownRefresh" : false
  328. }
  329. },
  330. {
  331. "path" : "ywy/my",
  332. "style" :
  333. {
  334. "navigationBarTitleText" : "我的",
  335. "enablePullDownRefresh" : false
  336. }
  337. },
  338. {
  339. "path" : "ywy/scan_code",
  340. "style" :
  341. {
  342. "navigationBarTitleText" : "上货扫描",
  343. "enablePullDownRefresh" : false
  344. }
  345. },
  346. {
  347. "path" : "ywy/add_retail",
  348. "style" :
  349. {
  350. "navigationBarTitleText" : "门店信息",
  351. "enablePullDownRefresh" : false
  352. }
  353. },
  354. {
  355. "path" : "ywy/add_goods_record",
  356. "style" :
  357. {
  358. "navigationBarTitleText" : "上货记录",
  359. "enablePullDownRefresh" : false
  360. }
  361. },
  362. {
  363. "path" : "jxs/index",
  364. "style" :
  365. {
  366. "navigationBarTitleText" : "",
  367. "navigationStyle": "custom"
  368. }
  369. },{
  370. "path" : "jxs/my",
  371. "style" :
  372. {
  373. "navigationBarTitleText" : "我的",
  374. "enablePullDownRefresh" : false
  375. }
  376. },
  377. {
  378. "path" : "jxs/ywy_list",
  379. "style" :
  380. {
  381. "navigationBarTitleText" : "业务员管理",
  382. "enablePullDownRefresh" : false
  383. }
  384. },
  385. {
  386. "path" : "jxs/hexiao_record",
  387. "style" :
  388. {
  389. "navigationBarTitleText" : "核销记录",
  390. "enablePullDownRefresh" : false
  391. }
  392. },
  393. {
  394. "path" : "jxs/hexiao_detail",
  395. "style" :
  396. {
  397. "navigationBarTitleText" : "核销详情",
  398. "enablePullDownRefresh" : false
  399. }
  400. },
  401. {
  402. "path" : "jxs/add_ywy",
  403. "style" :
  404. {
  405. "navigationBarTitleText" : "业务员信息",
  406. "enablePullDownRefresh" : false
  407. }
  408. },
  409. {
  410. "path" : "login",
  411. "style" :
  412. {
  413. "navigationBarTitleText" : "",
  414. "navigationStyle": "custom"
  415. }
  416. },
  417. {
  418. "path" : "xiaoshou/index",
  419. "style" :
  420. {
  421. "navigationBarTitleText" : ""
  422. }
  423. },
  424. {
  425. "path" : "ywy/add_patrol",
  426. "style" :
  427. {
  428. "navigationBarTitleText" : "巡店记录",
  429. "enablePullDownRefresh" : false
  430. }
  431. },
  432. {
  433. "path" : "ywy/patrol_record",
  434. "style" :
  435. {
  436. "navigationBarTitleText" : "巡店记录",
  437. "enablePullDownRefresh" : false
  438. }
  439. },
  440. {
  441. "path" : "ywy/hexiao_record",
  442. "style" :
  443. {
  444. "navigationBarTitleText" : "",
  445. "enablePullDownRefresh" : false
  446. }
  447. },
  448. {
  449. "path" : "ywy/hexiao_detail",
  450. "style" :
  451. {
  452. "navigationBarTitleText" : "核销详情",
  453. "enablePullDownRefresh" : false
  454. }
  455. },
  456. {
  457. "path" : "jxs/order",
  458. "style" :
  459. {
  460. "navigationBarTitleText" : "订单",
  461. "enablePullDownRefresh" : false
  462. }
  463. },
  464. {
  465. "path" : "jxs/add_order",
  466. "style" :
  467. {
  468. "navigationBarTitleText" : "添加订单",
  469. "enablePullDownRefresh" : false
  470. }
  471. },
  472. {
  473. "path" : "jxs/order_detail",
  474. "style" :
  475. {
  476. "navigationBarTitleText" : "订单详情",
  477. "enablePullDownRefresh" : false
  478. }
  479. },
  480. {
  481. "path" : "ywy/patrol_detail",
  482. "style" :
  483. {
  484. "navigationBarTitleText" : "巡店详情",
  485. "enablePullDownRefresh" : false
  486. }
  487. }
  488. ,
  489. {
  490. "path" : "ywy/add_goods_detail",
  491. "style" :
  492. {
  493. "navigationBarTitleText" : "上货详情",
  494. "enablePullDownRefresh" : false
  495. }
  496. },
  497. {
  498. "path" : "jxs/hexiao_pending_detail",
  499. "style" :
  500. {
  501. "navigationBarTitleText" : "核销详情",
  502. "enablePullDownRefresh" : false
  503. }
  504. },
  505. {
  506. "path" : "ywy/retail_detail",
  507. "style" :
  508. {
  509. "navigationBarTitleText" : "数据查看",
  510. "enablePullDownRefresh" : false
  511. }
  512. }
  513. ,
  514. {
  515. "path" : "jxs/sale_detail",
  516. "style" :
  517. {
  518. "navigationBarTitleText" : "销售数据",
  519. "enablePullDownRefresh" : false
  520. }
  521. },
  522. {
  523. "path" : "ywy/sale_detail",
  524. "style" :
  525. {
  526. "navigationBarTitleText" : "销售数据",
  527. "enablePullDownRefresh" : false
  528. }
  529. },
  530. {
  531. "path" : "ywy/hexiao_detail_ywy",
  532. "style" :
  533. {
  534. "navigationBarTitleText" : "核销数据",
  535. "enablePullDownRefresh" : false
  536. }
  537. },
  538. {
  539. "path" : "jxs/hexiao_record_history",
  540. "style" :
  541. {
  542. "navigationBarTitleText" : "历史数据",
  543. "enablePullDownRefresh" : false
  544. }
  545. }
  546. ]
  547. }
  548. ],
  549. "globalStyle": {
  550. "navigationBarTextStyle": "black",
  551. "navigationBarTitleText": "uni-app",
  552. "navigationBarBackgroundColor": "#F8F8F8",
  553. "backgroundColor": "#F8F8F8"
  554. },
  555. "uniIdRouter": {}
  556. }