pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "navigationStyle": "custom",
  7. "navigationBarTextStyle": "white"
  8. }
  9. },
  10. {
  11. "path": "pages/index/down",
  12. "style": {
  13. "navigationBarTitleText": "下载",
  14. "navigationStyle": "custom",
  15. "navigationBarTextStyle": "white"
  16. }
  17. },
  18. {
  19. "path": "pages/index/yuyue",
  20. "style": {
  21. "navigationBarTitleText": "预约服务"
  22. }
  23. },
  24. {
  25. "path": "pages/cart/cart",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "购物车"
  29. }
  30. },
  31. {
  32. "path": "pages/user/user",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "个人中心"
  36. }
  37. },
  38. {
  39. "path": "pages/user/admin",
  40. "style": {
  41. "navigationBarBackgroundColor": "#3A79F7",
  42. "navigationBarTextStyle": "white",
  43. "navigationBarTitleText": "代理人中心"
  44. }
  45. },
  46. {
  47. "path": "pages/index/artDetail",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/index/jfGoods",
  55. "style": {
  56. "navigationBarTitleText": "积分商品"
  57. }
  58. },
  59. {
  60. "path": "pages/index/dkf",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "navigationBarTitleText": "开发中"
  64. }
  65. },
  66. {
  67. "path": "pages/index/upApp",
  68. "style": {
  69. "navigationBarTitleText": "更新"
  70. }
  71. },
  72. {
  73. "path": "pages/order/orders",
  74. "style": {
  75. "navigationBarTitleText": "我的订单"
  76. }
  77. },
  78. {
  79. "path": "pages/public/register",
  80. "style": {
  81. "navigationStyle": "custom",
  82. "navigationBarTitleText": "注册"
  83. }
  84. },
  85. {
  86. "path": "pages/public/login",
  87. "style": {
  88. "navigationStyle": "custom",
  89. "navigationBarTitleText": "登录"
  90. }
  91. },
  92. {
  93. "path": "pages/public/privacyAgreement",
  94. "style": {
  95. "navigationBarTitleText": ""
  96. }
  97. },
  98. {
  99. "path": "pages/public/forget",
  100. "style": {
  101. "navigationStyle": "custom",
  102. "navigationBarTitleText": "忘记密码"
  103. }
  104. },
  105. {
  106. "path": "pages/public/wxLogin",
  107. "style": {
  108. "navigationBarTitleText": "快捷登录",
  109. "app-plus": {
  110. "titleNView": {
  111. "type": "transparent"
  112. }
  113. }
  114. }
  115. },
  116. {
  117. "path": "pages/user/jf",
  118. "style": {
  119. // #ifndef MP-WEIXIN
  120. "navigationStyle": "custom",
  121. // #endif
  122. "navigationBarTitleText": "我的贡献值"
  123. }
  124. },
  125. {
  126. "path": "pages/user/award",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "navigationStyle": "custom",
  130. "app-plus": {
  131. "titleNView": {
  132. "type": "transparent"
  133. }
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/user/sz",
  139. "style": {
  140. "navigationBarTitleText": "收支明细"
  141. }
  142. },
  143. {
  144. "path": "pages/user/smrz",
  145. "style": {
  146. "navigationBarTitleText": "实名认证"
  147. }
  148. },
  149. {
  150. "path": "pages/user/withdrawal",
  151. "style": {
  152. "navigationBarTitleText": "奖励提现"
  153. }
  154. },
  155. {
  156. "path": "pages/user/favorites",
  157. "style": {
  158. "navigationBarTitleText": "收藏夹"
  159. }
  160. },
  161. {
  162. "path": "pages/user/yjzye",
  163. "style": {
  164. "navigationBarTitleText": "佣金兑换"
  165. }
  166. },
  167. {
  168. "path": "pages/user/sqdl",
  169. "style": {
  170. "navigationBarTitleText": "收款信息"
  171. }
  172. },
  173. {
  174. "path": "pages/category/category",
  175. "style": {
  176. // #ifdef APP-PLUS
  177. "navigationStyle": "custom",
  178. // #endif
  179. // #ifndef MP
  180. "app-plus": {
  181. "bounce": "none",
  182. "titleNView": {
  183. "searchInput": {
  184. "backgroundColor": "rgba(231, 231, 231,.7)",
  185. "borderRadius": "16px",
  186. "placeholder": "商品搜索",
  187. "disabled": true,
  188. "placeholderColor": "#606266",
  189. "align": "left"
  190. }
  191. }
  192. },
  193. // #endif
  194. "navigationBarTitleText": "分类"
  195. }
  196. },
  197. {
  198. "path": "pages/redirect/redirect",
  199. "style": {
  200. "navigationBarTitleText": "微信登录跳转页面",
  201. "app-plus": {
  202. "titleNView": false
  203. }
  204. }
  205. },
  206. {
  207. "path": "pages/user/shareQrCode",
  208. "style": {
  209. "navigationBarTitleText": "邀请好友"
  210. }
  211. },
  212. {
  213. "path": "pages/user/hxqm",
  214. "style": {
  215. "navigationBarTitleText": "核销码"
  216. }
  217. },
  218. {
  219. "path": "pages/user/team",
  220. "style": {
  221. "navigationBarBackgroundColor": "#3A79F6",
  222. "navigationBarTitleText": "我的团队",
  223. "navigationBarTextStyle": "white"
  224. }
  225. },
  226. {
  227. "path": "pages/user/spread",
  228. "style": {
  229. "navigationBarBackgroundColor": "#3A79F6",
  230. "navigationBarTitleText": "我的推广",
  231. "navigationBarTextStyle": "white"
  232. }
  233. },
  234. {
  235. "path": "pages/user/xzdl",
  236. "style": {
  237. "navigationBarTitleText": "转账"
  238. }
  239. },
  240. {
  241. "path": "pages/user/userCard",
  242. "style": {
  243. "navigationBarTitleText": "我的卡券"
  244. }
  245. },
  246. {
  247. "path": "pages/user/yue",
  248. "style": {
  249. "navigationBarTitleText": "我的余额",
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path": "pages/user/yjzz",
  255. "style": {
  256. "navigationBarTitleText": "佣金转账"
  257. }
  258. }
  259. ],
  260. "subPackages": [{
  261. "root": "pages/money",
  262. "name": "money",
  263. "pages": [{
  264. "path": "pay",
  265. "style": {
  266. "navigationBarTitleText": "支付"
  267. }
  268. },
  269. {
  270. "path": "paySuccess",
  271. "style": {
  272. "navigationBarTitleText": "支付成功"
  273. }
  274. },
  275. {
  276. "path": "recharge",
  277. "style": {
  278. "navigationBarTitleText": "充值"
  279. }
  280. }
  281. ]
  282. },
  283. {
  284. "root": "pages/order",
  285. "name": "order",
  286. "pages": [{
  287. "path": "order",
  288. "style": {
  289. "navigationBarTitleText": "我的订单",
  290. "app-plus": {
  291. "bounce": "none"
  292. }
  293. }
  294. },
  295. {
  296. "path": "upPj",
  297. "style": {
  298. "navigationBarTitleText": "上传评价"
  299. }
  300. },
  301. {
  302. "path": "sh",
  303. "style": {
  304. "navigationBarTitleText": "审核预约"
  305. }
  306. },
  307. {
  308. "path": "sht",
  309. "style": {
  310. "navigationBarTitleText": "审核预约"
  311. }
  312. },
  313. // {
  314. // "path": "orders",
  315. // "style": {
  316. // "navigationBarTitleText": "我的订单",
  317. // "app-plus": {
  318. // "bounce": "none"
  319. // }
  320. // }
  321. // },
  322. {
  323. "path": "orderAdmin",
  324. "style": {
  325. "navigationBarTitleText": "家政维修",
  326. "app-plus": {
  327. "bounce": "none"
  328. }
  329. }
  330. },
  331. {
  332. "path": "wuyouAdmin",
  333. "style": {
  334. "navigationBarTitleText": "五优订单",
  335. "app-plus": {
  336. "bounce": "none"
  337. }
  338. }
  339. },
  340. {
  341. "path": "expressInfo",
  342. "style": {
  343. "navigationBarTitleText": "快递详情"
  344. }
  345. },
  346. {
  347. "path": "orderDetail",
  348. "style": {
  349. "navigationBarTitleText": "订单详情",
  350. "app-plus": {
  351. "bounce": "none"
  352. }
  353. }
  354. },
  355. {
  356. "path": "orderDetails",
  357. "style": {
  358. "navigationBarTitleText": "订单详情",
  359. "app-plus": {
  360. "bounce": "none"
  361. }
  362. }
  363. },
  364. {
  365. "path": "evaluate",
  366. "style": {
  367. "navigationBarTitleText": "评论"
  368. }
  369. },
  370. {
  371. "path": "orderRefund",
  372. "style": {
  373. "navigationBarTitleText": "申请退款"
  374. }
  375. },
  376. {
  377. "path": "createOrder",
  378. "style": {
  379. "navigationBarTitleText": "创建订单"
  380. }
  381. }
  382. ]
  383. },
  384. {
  385. "root": "pages/set",
  386. "name": "set",
  387. "pages": [{
  388. "path": "set",
  389. "style": {
  390. "navigationBarTitleText": "设置"
  391. }
  392. },
  393. {
  394. "path": "address",
  395. "style": {
  396. "navigationBarTitleText": "收货地址"
  397. }
  398. },
  399. {
  400. "path": "addressManage",
  401. "style": {
  402. "navigationBarTitleText": ""
  403. }
  404. },
  405. {
  406. "path": "phone",
  407. "style": {
  408. "navigationBarTitleText": "实名认证"
  409. }
  410. },
  411. {
  412. "path": "password",
  413. "style": {
  414. "navigationBarTitleText": "修改密码"
  415. }
  416. },
  417. {
  418. "path": "userinfo",
  419. "style": {
  420. "navigationBarTitleText": "修改资料"
  421. }
  422. },
  423. {
  424. "path": "zxzh",
  425. "style": {
  426. "navigationBarTitleText": "注销账号"
  427. }
  428. }
  429. ]
  430. },
  431. {
  432. "root": "pages/product",
  433. "name": "product",
  434. "pages": [{
  435. "path": "reply",
  436. "style": {
  437. "navigationBarTitleText": "商品评价",
  438. "app-plus": {
  439. "titleNView": {
  440. "type": "transparent"
  441. }
  442. }
  443. }
  444. },
  445. {
  446. "path": "product",
  447. "style": {
  448. "navigationBarTitleText": "详情展示",
  449. "app-plus": {
  450. "titleNView": {
  451. "type": "transparent"
  452. }
  453. }
  454. }
  455. },
  456. {
  457. "path": "classify",
  458. "style": {
  459. "navigationBarTitleText": "活动商品列表"
  460. }
  461. },
  462. {
  463. "path": "list",
  464. "style": {
  465. "enablePullDownRefresh": true,
  466. "navigationBarTitleText": "商品列表"
  467. }
  468. },
  469. {
  470. "path": "search",
  471. "style": {
  472. "enablePullDownRefresh": true,
  473. // #ifdef APP-PLUS
  474. "navigationStyle": "custom",
  475. // #endif
  476. // #ifndef MP || APP-PLUS
  477. "app-plus": {
  478. "titleNView": {
  479. "searchInput": {
  480. "backgroundColor": "rgba(231, 231, 231,.7)",
  481. "borderRadius": "16px",
  482. "placeholder": "请输入关键字",
  483. "disabled": false,
  484. "placeholderColor": "#606266",
  485. "align": "left"
  486. },
  487. "buttons": [{
  488. "text": "搜索",
  489. "fontSize": "14",
  490. "color": "#303133",
  491. "background": "rgba(0,0,0,0)",
  492. "width": "40px"
  493. }]
  494. }
  495. },
  496. // #endif
  497. "navigationBarTitleText": "搜索"
  498. }
  499. }
  500. ]
  501. }
  502. ],
  503. "globalStyle": {
  504. "navigationBarTextStyle": "black",
  505. "navigationBarTitleText": "宏涤品牌",
  506. "navigationBarBackgroundColor": "#FFFFFF",
  507. "backgroundColor": "#f8f8f8"
  508. },
  509. "tabBar": {
  510. "color": "#C0C4CC",
  511. "selectedColor": "#3A79F7",
  512. "borderStyle": "black",
  513. "backgroundColor": "#ffffff",
  514. "list": [{
  515. "pagePath": "pages/index/index",
  516. "iconPath": "static/tabBar/home.png",
  517. "selectedIconPath": "static/tabBar/home1.png",
  518. "text": "首页"
  519. },
  520. // {
  521. // "pagePath": "pages/order/orders",
  522. // "iconPath": "static/tabBar/center.png",
  523. // "selectedIconPath": "static/tabBar/center.png",
  524. // "text": "我的订单"
  525. // },
  526. {
  527. "pagePath": "pages/user/user",
  528. "iconPath": "static/tabBar/user.png",
  529. "selectedIconPath": "static/tabBar/user1.png",
  530. "text": "我的"
  531. }
  532. ]
  533. }
  534. }