pages.json 11 KB

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