pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  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. {
  228. "root": "pages/qilang",
  229. "pages": [
  230. {
  231. "path" : "index/rules",
  232. "style" :
  233. {
  234. "navigationBarTitleText" : "活动规则",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path" : "record/record",
  240. "style" :
  241. {
  242. "navigationBarTitleText" : "扫码记录",
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path" : "index/index",
  248. "style" :
  249. {
  250. "navigationBarTitleText" : "",
  251. "navigationStyle": "custom"
  252. }
  253. },
  254. {
  255. "path" : "index/authCode",
  256. "style" :
  257. {
  258. "navigationBarTitleText" : "",
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path" : "my/my",
  264. "style" :
  265. {
  266. "navigationBarTitleText" : "",
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path" : "index/claim",
  272. "style" :
  273. {
  274. "navigationBarTitleText" : "中奖记录",
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path" : "introduction/introduction",
  280. "style" :
  281. {
  282. "navigationBarTitleText" : "公司简介",
  283. "navigationStyle": "custom"
  284. }
  285. },
  286. {
  287. "path" : "feedback/feedback",
  288. "style" :
  289. {
  290. "navigationBarTitleText" : "意见反馈",
  291. "navigationStyle": "custom"
  292. }
  293. },
  294. {
  295. "path" : "traceability/traceability",
  296. "style" :
  297. {
  298. "navigationBarTitleText" : "七榔槟榔",
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path" : "error",
  304. "style" :
  305. {
  306. "navigationBarTitleText" : "七榔槟榔",
  307. "navigationStyle": "custom"
  308. }
  309. }
  310. ]
  311. },
  312. {
  313. "root": "pages/xhc",
  314. "pages": [
  315. {
  316. "path" : "index/rules",
  317. "style" :
  318. {
  319. "navigationBarTitleText" : "活动规则",
  320. "navigationStyle": "custom"
  321. }
  322. },
  323. {
  324. "path" : "record/record",
  325. "style" :
  326. {
  327. "navigationBarTitleText" : "扫码记录",
  328. "navigationStyle": "custom"
  329. }
  330. },
  331. {
  332. "path" : "index/index",
  333. "style" :
  334. {
  335. "navigationBarTitleText" : "",
  336. "navigationStyle": "custom"
  337. }
  338. },
  339. {
  340. "path" : "index/authCode",
  341. "style" :
  342. {
  343. "navigationBarTitleText" : "",
  344. "navigationStyle": "custom"
  345. }
  346. },
  347. {
  348. "path" : "my/my",
  349. "style" :
  350. {
  351. "navigationBarTitleText" : "",
  352. "navigationStyle": "custom"
  353. }
  354. },
  355. {
  356. "path" : "index/claim",
  357. "style" :
  358. {
  359. "navigationBarTitleText" : "中奖记录",
  360. "navigationStyle": "custom"
  361. }
  362. },
  363. {
  364. "path" : "introduction/introduction",
  365. "style" :
  366. {
  367. "navigationBarTitleText" : "公司简介",
  368. "navigationStyle": "custom"
  369. }
  370. },
  371. {
  372. "path" : "feedback/feedback",
  373. "style" :
  374. {
  375. "navigationBarTitleText" : "意见反馈",
  376. "navigationStyle": "custom"
  377. }
  378. },
  379. {
  380. "path" : "traceability/traceability",
  381. "style" :
  382. {
  383. "navigationBarTitleText" : "七榔槟榔",
  384. "navigationStyle": "custom"
  385. }
  386. },
  387. {
  388. "path" : "error",
  389. "style" :
  390. {
  391. "navigationBarTitleText" : "七榔槟榔",
  392. "navigationStyle": "custom"
  393. }
  394. }
  395. ]
  396. }
  397. ,{
  398. "root": "pages/hexiao",
  399. "pages": [
  400. {
  401. "path" : "ywy/index",
  402. "style" :
  403. {
  404. "navigationBarTitleText" : "首页",
  405. "navigationStyle": "custom"
  406. }
  407. },
  408. {
  409. "path" : "ywy/retail",
  410. "style" :
  411. {
  412. "navigationBarTitleText" : "门店",
  413. "enablePullDownRefresh" : false
  414. }
  415. },
  416. {
  417. "path" : "ywy/my",
  418. "style" :
  419. {
  420. "navigationBarTitleText" : "我的",
  421. "enablePullDownRefresh" : false
  422. }
  423. },
  424. {
  425. "path" : "ywy/scan_code",
  426. "style" :
  427. {
  428. "navigationBarTitleText" : "上货扫描",
  429. "enablePullDownRefresh" : false
  430. }
  431. },
  432. {
  433. "path" : "ywy/add_retail",
  434. "style" :
  435. {
  436. "navigationBarTitleText" : "门店信息",
  437. "enablePullDownRefresh" : false
  438. }
  439. },
  440. {
  441. "path" : "ywy/add_goods_record",
  442. "style" :
  443. {
  444. "navigationBarTitleText" : "上货记录",
  445. "enablePullDownRefresh" : false
  446. }
  447. },
  448. {
  449. "path" : "jxs/index",
  450. "style" :
  451. {
  452. "navigationBarTitleText" : "",
  453. "navigationStyle": "custom"
  454. }
  455. },{
  456. "path" : "jxs/my",
  457. "style" :
  458. {
  459. "navigationBarTitleText" : "我的",
  460. "enablePullDownRefresh" : false
  461. }
  462. },
  463. {
  464. "path" : "jxs/ywy_list",
  465. "style" :
  466. {
  467. "navigationBarTitleText" : "业务员管理",
  468. "enablePullDownRefresh" : false
  469. }
  470. },
  471. {
  472. "path" : "jxs/hexiao_record",
  473. "style" :
  474. {
  475. "navigationBarTitleText" : "核销记录",
  476. "enablePullDownRefresh" : false
  477. }
  478. },
  479. {
  480. "path" : "jxs/hexiao_detail",
  481. "style" :
  482. {
  483. "navigationBarTitleText" : "核销详情",
  484. "enablePullDownRefresh" : false
  485. }
  486. },
  487. {
  488. "path" : "jxs/add_ywy",
  489. "style" :
  490. {
  491. "navigationBarTitleText" : "业务员信息",
  492. "enablePullDownRefresh" : false
  493. }
  494. },
  495. {
  496. "path" : "login",
  497. "style" :
  498. {
  499. "navigationBarTitleText" : "",
  500. "navigationStyle": "custom"
  501. }
  502. },
  503. {
  504. "path" : "xiaoshou/index",
  505. "style" :
  506. {
  507. "navigationBarTitleText" : ""
  508. }
  509. },
  510. {
  511. "path" : "ywy/add_patrol",
  512. "style" :
  513. {
  514. "navigationBarTitleText" : "巡店记录",
  515. "enablePullDownRefresh" : false
  516. }
  517. },
  518. {
  519. "path" : "ywy/patrol_record",
  520. "style" :
  521. {
  522. "navigationBarTitleText" : "巡店记录",
  523. "enablePullDownRefresh" : false
  524. }
  525. },
  526. {
  527. "path" : "ywy/hexiao_record",
  528. "style" :
  529. {
  530. "navigationBarTitleText" : "",
  531. "enablePullDownRefresh" : false
  532. }
  533. },
  534. {
  535. "path" : "ywy/hexiao_detail",
  536. "style" :
  537. {
  538. "navigationBarTitleText" : "核销详情",
  539. "enablePullDownRefresh" : false
  540. }
  541. },
  542. {
  543. "path" : "jxs/order",
  544. "style" :
  545. {
  546. "navigationBarTitleText" : "订单",
  547. "enablePullDownRefresh" : false
  548. }
  549. },
  550. {
  551. "path" : "jxs/add_order",
  552. "style" :
  553. {
  554. "navigationBarTitleText" : "添加订单",
  555. "enablePullDownRefresh" : false
  556. }
  557. },
  558. {
  559. "path" : "jxs/order_detail",
  560. "style" :
  561. {
  562. "navigationBarTitleText" : "订单详情",
  563. "enablePullDownRefresh" : false
  564. }
  565. },
  566. {
  567. "path" : "ywy/patrol_detail",
  568. "style" :
  569. {
  570. "navigationBarTitleText" : "巡店详情",
  571. "enablePullDownRefresh" : false
  572. }
  573. }
  574. ,
  575. {
  576. "path" : "ywy/add_goods_detail",
  577. "style" :
  578. {
  579. "navigationBarTitleText" : "上货详情",
  580. "enablePullDownRefresh" : false
  581. }
  582. },
  583. {
  584. "path" : "jxs/hexiao_pending_detail",
  585. "style" :
  586. {
  587. "navigationBarTitleText" : "核销详情",
  588. "enablePullDownRefresh" : false
  589. }
  590. },
  591. {
  592. "path" : "ywy/retail_detail",
  593. "style" :
  594. {
  595. "navigationBarTitleText" : "数据查看",
  596. "enablePullDownRefresh" : false
  597. }
  598. }
  599. ,
  600. {
  601. "path" : "jxs/sale_detail",
  602. "style" :
  603. {
  604. "navigationBarTitleText" : "销售数据",
  605. "enablePullDownRefresh" : false
  606. }
  607. },
  608. {
  609. "path" : "ywy/sale_detail",
  610. "style" :
  611. {
  612. "navigationBarTitleText" : "销售数据",
  613. "enablePullDownRefresh" : false
  614. }
  615. },
  616. {
  617. "path" : "ywy/hexiao_detail_ywy",
  618. "style" :
  619. {
  620. "navigationBarTitleText" : "核销数据",
  621. "enablePullDownRefresh" : false
  622. }
  623. },
  624. {
  625. "path" : "jxs/hexiao_record_history",
  626. "style" :
  627. {
  628. "navigationBarTitleText" : "历史数据",
  629. "enablePullDownRefresh" : false
  630. }
  631. }
  632. ]
  633. }
  634. ],
  635. "globalStyle": {
  636. "navigationBarTextStyle": "black",
  637. "navigationBarTitleText": "uni-app",
  638. "navigationBarBackgroundColor": "#F8F8F8",
  639. "backgroundColor": "#F8F8F8"
  640. },
  641. "uniIdRouter": {}
  642. }