pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "广誉源",
  13. "app-plus": {
  14. "softinputNavBar": "none",
  15. "titleNView": false
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/identify/identify",
  21. "style": {
  22. "navigationBarTitleText": "商户",
  23. "navigationBarBackgroundColor": "#2cb8d4",
  24. "navigationBarTextStyle": "white",
  25. "app-plus": {
  26. "softinputNavBar": "none",
  27. "titleNView": false
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/identify/city",
  33. "style": {
  34. "navigationBarTitleText": "选择所在市",
  35. "navigationBarBackgroundColor": "#2cb8d4",
  36. "navigationBarTextStyle": "white",
  37. "app-plus": {
  38. "softinputNavBar": "none",
  39. "titleNView": false
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/discover/discover",
  45. "style": {
  46. "navigationBarTitleText": "发现",
  47. "navigationBarBackgroundColor": "#2cb8d4",
  48. "navigationBarTextStyle": "white",
  49. "app-plus": {
  50. "softinputNavBar": "none",
  51. "titleNView": false
  52. }
  53. }
  54. },
  55. //动态详情
  56. {
  57. "path": "pages/discover/details",
  58. "style": {
  59. "navigationBarTitleText": "发现",
  60. "navigationBarBackgroundColor": "#2cb8d4",
  61. "enablePullDownRefresh":false,
  62. "navigationBarTextStyle": "white",
  63. "app-plus": {
  64. "softinputNavBar": "none",
  65. "titleNView": false
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/order/order",
  71. "style": {
  72. "navigationBarTitleText": "订单",
  73. "navigationBarBackgroundColor": "#2cb8d4",
  74. "navigationBarTextStyle": "white",
  75. "app-plus": {
  76. "softinputNavBar": "none",
  77. "titleNView": false
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/my/my",
  83. "style": {
  84. "navigationBarTitleText": "个人中心",
  85. "navigationBarBackgroundColor": "#2cb8d4",
  86. "navigationBarTextStyle": "white",
  87. "app-plus": {
  88. "softinputNavBar": "none",
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/my/withdraw",
  95. "style": {
  96. "navigationBarTitleText": "提现",
  97. "navigationBarBackgroundColor": "#2cb8d4",
  98. "navigationBarTextStyle": "white",
  99. "app-plus": {
  100. "softinputNavBar": "none",
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/my/add_blank",
  107. "style": {
  108. "navigationBarTitleText": "绑定银行卡",
  109. "navigationBarBackgroundColor": "#2cb8d4",
  110. "navigationBarTextStyle": "white",
  111. "app-plus": {
  112. "softinputNavBar": "none",
  113. "titleNView": false
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/my/history",
  119. "style": {
  120. "navigationBarTitleText": "提现记录",
  121. "navigationBarBackgroundColor": "#2cb8d4",
  122. "navigationBarTextStyle": "white",
  123. "app-plus": {
  124. "softinputNavBar": "none",
  125. "titleNView": false
  126. }
  127. }
  128. },
  129. {
  130. "path": "pages/my/bill",
  131. "style": {
  132. "navigationBarTitleText": "账单",
  133. "navigationBarBackgroundColor": "#2cb8d4",
  134. "navigationBarTextStyle": "white",
  135. "app-plus": {
  136. "softinputNavBar": "none",
  137. "titleNView": false
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/my/dynamic/index",
  143. "style": {
  144. "navigationBarTitleText": "我的动态",
  145. "navigationBarBackgroundColor": "#2cb8d4",
  146. "navigationBarTextStyle": "white",
  147. "app-plus": {
  148. "softinputNavBar": "none",
  149. "titleNView": false
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/my/dynamic/add_dynamic",
  155. "style": {
  156. "navigationBarTitleText": "发布动态",
  157. "navigationBarBackgroundColor": "#2cb8d4",
  158. "navigationBarTextStyle": "white",
  159. "app-plus": {
  160. "softinputNavBar": "none",
  161. "titleNView": false
  162. }
  163. }
  164. },
  165. {
  166. "path": "pages/login/wxLogin",
  167. "style": {
  168. "navigationBarTitleText": "",
  169. "app-plus": {
  170. "softinputNavBar": "none",
  171. "titleNView": false
  172. }
  173. }
  174. },
  175. {
  176. "path": "pages/login/agreement",
  177. "style": {
  178. "navigationBarTitleText": "",
  179. // "navigationBarBackgroundColor": "#2cb8d4",
  180. // "navigationBarTextStyle": "white",
  181. "app-plus": {
  182. "softinputNavBar": "none",
  183. "titleNView": false
  184. }
  185. }
  186. },
  187. {
  188. "path": "pages/login/privacy",
  189. "style": {
  190. "navigationBarTitleText": "",
  191. // "navigationBarBackgroundColor": "#2cb8d4",
  192. // "navigationBarTextStyle": "white",
  193. "app-plus": {
  194. "softinputNavBar": "none",
  195. "titleNView": false
  196. }
  197. }
  198. },
  199. {
  200. "path": "pages/index/details",
  201. "style": {
  202. "navigationBarTitleText": "项目详情",
  203. "navigationBarBackgroundColor": "#2cb8d4",
  204. "navigationBarTextStyle": "white",
  205. "app-plus": {
  206. "softinputNavBar": "none",
  207. "titleNView": false
  208. }
  209. }
  210. },
  211. //商户详情
  212. {
  213. "path": "pages/identify/details",
  214. "style": {
  215. "navigationBarTitleText": "商户",
  216. "navigationBarBackgroundColor": "#2cb8d4",
  217. "enablePullDownRefresh":false,
  218. "navigationBarTextStyle": "white",
  219. "app-plus": {
  220. "softinputNavBar": "none",
  221. "titleNView": false
  222. }
  223. }
  224. },
  225. //商户认证信息
  226. {
  227. "path": "pages/identify/approve_data",
  228. "style": {
  229. "navigationBarTitleText": "认证信息",
  230. "navigationBarBackgroundColor": "#2cb8d4",
  231. "enablePullDownRefresh":false,
  232. "navigationBarTextStyle": "white",
  233. "app-plus": {
  234. "softinputNavBar": "none",
  235. "titleNView": false
  236. }
  237. }
  238. },
  239. //支付订单
  240. {
  241. "path": "pages/identify/pay_order",
  242. "style": {
  243. "navigationBarTitleText": "支付订单",
  244. "navigationBarBackgroundColor": "#2cb8d4",
  245. "navigationBarTextStyle": "white",
  246. "app-plus": {
  247. "softinputNavBar": "none",
  248. "titleNView": false
  249. }
  250. }
  251. },
  252. //订单详情
  253. {
  254. "path": "pages/order/order_detail",
  255. "style": {
  256. "navigationBarTitleText": "订单详情",
  257. "navigationBarBackgroundColor": "#2cb8d4",
  258. "navigationBarTextStyle": "white",
  259. "app-plus": {
  260. "softinputNavBar": "none",
  261. "titleNView": false
  262. }
  263. }
  264. },
  265. //评价订单
  266. {
  267. "path": "pages/order/comment",
  268. "style": {
  269. "navigationBarTitleText": "评论",
  270. "navigationBarBackgroundColor": "#2cb8d4",
  271. "navigationBarTextStyle": "white",
  272. "app-plus": {
  273. "softinputNavBar": "none",
  274. "titleNView": false
  275. }
  276. }
  277. },
  278. {
  279. "path": "pages/address/index",
  280. "style": {
  281. "navigationBarTitleText": "我的地址",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "pages/address/address-edit",
  287. "style": {
  288. "navigationBarTitleText": "编辑地址",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "pages/address/virtual",
  294. "style": {
  295. "navigationBarTitleText": "虚拟地址",
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "pages/moments/index",
  301. "style": {
  302. "navigationBarTitleText": "社区动态",
  303. "navigationStyle": "custom"
  304. }
  305. },
  306. {
  307. "path": "pages/moments/add",
  308. "style": {
  309. "navigationBarTitleText": "发布动态",
  310. "navigationStyle": "custom"
  311. }
  312. },
  313. //商户评论客户
  314. {
  315. "path": "pages/my/js_user",
  316. "style": {
  317. "navigationBarTitleText": "评论客户",
  318. "navigationBarBackgroundColor": "#2cb8d4",
  319. "navigationBarTextStyle": "white",
  320. "app-plus": {
  321. "softinputNavBar": "none",
  322. "titleNView": false
  323. }
  324. }
  325. },
  326. //收藏
  327. {
  328. "path": "pages/my/collect",
  329. "style": {
  330. "navigationBarTitleText": "我的收藏",
  331. "navigationBarBackgroundColor": "#2cb8d4",
  332. "navigationBarTextStyle": "white",
  333. "app-plus": {
  334. "softinputNavBar": "none",
  335. "titleNView": false
  336. }
  337. }
  338. },
  339. //我的优惠券
  340. {
  341. "path": "pages/my/coupon",
  342. "style": {
  343. "navigationBarTitleText": "我的优惠券",
  344. "navigationBarBackgroundColor": "#2cb8d4",
  345. "navigationBarTextStyle": "white",
  346. "app-plus": {
  347. "softinputNavBar": "none",
  348. "titleNView": false
  349. }
  350. }
  351. },
  352. {
  353. "path": "pages/staff/index",
  354. "style": {
  355. "navigationBarTitleText": "商户中心",
  356. "navigationBarBackgroundColor": "#2cb8d4",
  357. "navigationBarTextStyle": "white",
  358. "app-plus": {
  359. "softinputNavBar": "none",
  360. "titleNView": false
  361. }
  362. }
  363. },
  364. {
  365. "path": "pages/join/team",
  366. "style": {
  367. "navigationBarTitleText": "招商合作",
  368. "navigationStyle": "default"
  369. }
  370. },
  371. {
  372. "path": "pages/join/staff",
  373. "style": {
  374. "navigationBarTitleText": "商户入驻",
  375. "navigationStyle": "default"
  376. }
  377. },
  378. //编辑资料
  379. {
  380. "path": "pages/my/indent",
  381. "style": {
  382. "navigationBarTitleText": "编辑资料",
  383. "navigationBarBackgroundColor": "#2cb8d4",
  384. "navigationBarTextStyle": "white",
  385. "app-plus": {
  386. "softinputNavBar": "none",
  387. "titleNView": false
  388. }
  389. }
  390. },
  391. //免车费
  392. {
  393. "path": "pages/my/free_fare",
  394. "style": {
  395. "navigationBarTitleText": "免车费设置",
  396. "navigationBarBackgroundColor": "#2cb8d4",
  397. "navigationBarTextStyle": "white",
  398. "app-plus": {
  399. "softinputNavBar": "none",
  400. "titleNView": false
  401. }
  402. }
  403. },
  404. // 免车费规则设置
  405. {
  406. "path": "pages/settings/fare",
  407. "style": {
  408. "navigationBarTitleText": "免车费设置",
  409. "navigationBarBackgroundColor": "#2cb8d4",
  410. "navigationBarTextStyle": "white",
  411. "app-plus": {
  412. "softinputNavBar": "none",
  413. "titleNView": false
  414. }
  415. }
  416. },
  417. //商户订单
  418. {
  419. "path": "pages/my/js_order",
  420. "style": {
  421. "navigationBarTitleText": "订单",
  422. "navigationBarBackgroundColor": "#2cb8d4",
  423. "navigationBarTextStyle": "white",
  424. "app-plus": {
  425. "softinputNavBar": "none",
  426. "titleNView": false
  427. }
  428. }
  429. },
  430. {
  431. "path": "pages/my/feedback",
  432. "style": {
  433. "navigationBarTitleText": "投诉举报"
  434. }
  435. },
  436. //充值
  437. {
  438. "path": "pages/my/pay",
  439. "style": {
  440. "navigationBarTitleText": "充值",
  441. "navigationBarBackgroundColor": "#2cb8d4",
  442. "navigationBarTextStyle": "white",
  443. "app-plus": {
  444. "softinputNavBar": "none",
  445. "titleNView": false
  446. }
  447. }
  448. }
  449. ],
  450. "subPackages": [
  451. {
  452. "root": "points",
  453. "pages": [
  454. {
  455. "path": "home/index",
  456. "style": {
  457. "navigationBarTitleText": "我的积分",
  458. "navigationBarBackgroundColor": "#2cb8d4",
  459. "navigationBarTextStyle": "white",
  460. "app-plus": {
  461. "softinputNavBar": "none",
  462. "titleNView": false
  463. }
  464. }
  465. },
  466. {
  467. "path": "pointInfo/billPage",
  468. "style": {
  469. "navigationBarTitleText": "积分明细",
  470. "navigationBarBackgroundColor": "#2cb8d4",
  471. "navigationBarTextStyle": "white",
  472. "app-plus": {
  473. "softinputNavBar": "none",
  474. "titleNView": false
  475. }
  476. }
  477. },
  478. {
  479. "path": "pointInfo/taskList",
  480. "style": {
  481. "navigationBarTitleText": "任务中心",
  482. "navigationBarBackgroundColor": "#2cb8d4",
  483. "navigationBarTextStyle": "white",
  484. "app-plus": {
  485. "softinputNavBar": "none",
  486. "titleNView": false
  487. }
  488. }
  489. },
  490. {
  491. "path": "order/orderList",
  492. "style": {
  493. "navigationBarTitleText": "积分订单",
  494. "navigationBarBackgroundColor": "#2cb8d4",
  495. "navigationBarTextStyle": "white",
  496. "app-plus": {
  497. "softinputNavBar": "none",
  498. "titleNView": false
  499. }
  500. }
  501. },
  502. {
  503. "path": "order/orderDetails",
  504. "style": {
  505. "navigationBarTitleText": "订单详情",
  506. "navigationBarBackgroundColor": "#2cb8d4",
  507. "navigationBarTextStyle": "white",
  508. "app-plus": {
  509. "softinputNavBar": "none",
  510. "titleNView": false
  511. }
  512. }
  513. },{
  514. "path": "productDetails/index",
  515. "style": {
  516. "navigationBarTitleText": "商品详情",
  517. "navigationStyle": "custom"
  518. }
  519. }
  520. ]
  521. }
  522. ],
  523. "preloadRule": {
  524. "pages/index/index": {
  525. "network": "all",
  526. "packages": ["points"]
  527. }
  528. },
  529. "globalStyle": {
  530. "navigationBarTextStyle": "black",
  531. "navigationBarTitleText": "uni-app",
  532. "navigationBarBackgroundColor": "#F8F8F8",
  533. "backgroundColor": "#F8F8F8"
  534. },
  535. "tabBar": {
  536. "color": "#ADB4B8",
  537. "selectedColor": "#333333",
  538. "backgroundColor": "#FFFFFF",
  539. "list": [{
  540. "text": "首页",
  541. "pagePath": "pages/index/index",
  542. "iconPath": "static/identify/index.png",
  543. "selectedIconPath": "static/identify/index-cur.png"
  544. },
  545. {
  546. "text": "商户",
  547. "pagePath": "pages/identify/identify",
  548. "iconPath": "static/identify/people.png",
  549. "selectedIconPath": "static/identify/people-cur.png"
  550. },
  551. {
  552. "text": "发现",
  553. "pagePath": "pages/discover/discover",
  554. "iconPath": "static/discover/discover.png",
  555. "selectedIconPath": "static/discover/discover-cur.png"
  556. },
  557. {
  558. "text": "订单",
  559. "pagePath": "pages/order/order",
  560. "iconPath": "static/identify/order.png",
  561. "selectedIconPath": "static/identify/order-cur.png"
  562. },
  563. {
  564. "text": "我的",
  565. "pagePath": "pages/my/my",
  566. "iconPath": "static/identify/mine.png",
  567. "selectedIconPath": "static/identify/mine-cur.png"
  568. }
  569. ]
  570. },
  571. "uniIdRouter": {}
  572. }