pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "商城首页"
  8. }
  9. },
  10. //会员注册
  11. {
  12. "path": "pages/public/register",
  13. "style": {
  14. "navigationBarTitleText": "注册",
  15. "app-plus": {
  16. "titleNView": {
  17. "type": "transparent"
  18. }
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/public/login",
  24. "style": {
  25. "navigationBarTitleText": "登录",
  26. "app-plus": {
  27. "titleNView": {
  28. "type": "transparent"
  29. }
  30. }
  31. }
  32. },
  33. //外部注册
  34. {
  35. "path": "pages/public/externalRegistered",
  36. "style": {
  37. "navigationBarTitleText": "注册",
  38. "app-plus": {
  39. "titleNView": {
  40. "type": "transparent"
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/public/wxLogin",
  47. "style": {
  48. "navigationBarTitleText": "微信登录",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "transparent"
  52. }
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/public/forget",
  58. "style": {
  59. "navigationBarTitleText": "忘记密码",
  60. "app-plus": {
  61. "titleNView": {
  62. "type": "transparent"
  63. }
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/product/reply",
  69. "style": {
  70. "navigationBarTitleText": "商品评价",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "transparent"
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/product/product",
  80. "style": {
  81. "navigationBarTitleText": "详情展示",
  82. "app-plus": {
  83. "titleNView": {
  84. "type": "transparent"
  85. }
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/product/list",
  91. "style": {
  92. "enablePullDownRefresh": true,
  93. "navigationBarTitleText": "商品列表"
  94. }
  95. },
  96. {
  97. "path": "pages/user/selectList",
  98. "style": {
  99. "enablePullDownRefresh": true,
  100. "navigationBarTitleText": "选择列表"
  101. }
  102. },
  103. {
  104. "path": "pages/product/search",
  105. "style": {
  106. "enablePullDownRefresh": true,
  107. // #ifdef APP-PLUS
  108. "navigationStyle": "custom",
  109. // #endif
  110. // #ifndef MP || APP-PLUS
  111. "app-plus": {
  112. "titleNView": {
  113. "searchInput": {
  114. "backgroundColor": "rgba(231, 231, 231,.7)",
  115. "borderRadius": "16px",
  116. "placeholder": "请输入关键字",
  117. "disabled": false,
  118. "placeholderColor": "#606266",
  119. "align": "left"
  120. },
  121. "buttons": [{
  122. "text": "搜索",
  123. "fontSize": "14",
  124. "color": "#303133",
  125. "background": "rgba(0,0,0,0)",
  126. "width": "40px"
  127. }]
  128. }
  129. },
  130. // #endif
  131. "navigationBarTitleText": "搜索"
  132. }
  133. },
  134. {
  135. "path": "pages/set/set",
  136. "style": {
  137. "navigationBarTitleText": "设置"
  138. }
  139. },
  140. {
  141. "path": "pages/set/address",
  142. "style": {
  143. "navigationBarTitleText": "收货地址"
  144. }
  145. },
  146. {
  147. "path": "pages/set/addressManage",
  148. "style": {
  149. "navigationBarTitleText": ""
  150. }
  151. },
  152. {
  153. "path": "pages/set/phone",
  154. "style": {
  155. "navigationBarTitleText": "实名认证"
  156. }
  157. },
  158. {
  159. "path": "pages/set/password",
  160. "style": {
  161. "navigationBarTitleText": "修改密码"
  162. }
  163. },
  164. {
  165. "path": "pages/set/userinfo",
  166. "style": {
  167. "navigationBarTitleText": "修改资料"
  168. }
  169. },
  170. {
  171. "path": "pages/cart/cart",
  172. "style": {
  173. "navigationBarTitleText": "购物车"
  174. }
  175. },
  176. {
  177. "path": "pages/user/user",
  178. "style": {
  179. // #ifndef MP-WEIXIN
  180. "navigationStyle": "custom",
  181. // #endif
  182. "navigationBarTitleText": "个人中心"
  183. }
  184. },
  185. {
  186. "path": "pages/user/award",
  187. "style": {
  188. "navigationBarTitleText": "奖励明细",
  189. "navigationBarBackgroundColor":"#D7EEB6",
  190. "navigationBarTextStyle":"black"
  191. }
  192. },
  193. {
  194. "path": "pages/user/withdrawal",
  195. "style": {
  196. "navigationBarTitleText": "奖励提现"
  197. }
  198. },
  199. // {
  200. // "path": "pages/user/notice",
  201. // "style": {
  202. // "navigationBarTitleText": "通知"
  203. // }
  204. // },
  205. // {
  206. // "path": "pages/user/scoreAccumulate",
  207. // "style": {
  208. // "navigationBarTitleText": "积分明细"
  209. // }
  210. // },
  211. {
  212. "path": "pages/user/extension",
  213. "style": {
  214. // "navigationBarTextStyle": "black",
  215. // "navigationBarBackgroundColor": "transparent",
  216. // "app-plus": {
  217. // "titleNView": {
  218. // "type": "float",
  219. // "titleText": "我的推广"
  220. // }
  221. // }
  222. "navigationBarTitleText": "我的推广",
  223. "navigationBarBackgroundColor":"#D7EEB6",
  224. "navigationBarTextStyle":"black"
  225. }
  226. },
  227. // {
  228. // "path": "pages/user/applyMember",
  229. // "style": {
  230. // "navigationStyle": "custom",
  231. // "navigationBarTitleText": "申请会员"
  232. // }
  233. // },
  234. // {
  235. // "path": "pages/user/minMember",
  236. // "style": {
  237. // "navigationStyle": "custom",
  238. // "navigationBarTitleText": "我的会员"
  239. // }
  240. // },
  241. {
  242. "path": "pages/order/order",
  243. "style": {
  244. "navigationBarTitleText": "我的订单",
  245. "app-plus": {
  246. "bounce": "none"
  247. }
  248. }
  249. },
  250. {
  251. "path": "pages/order/expressInfo",
  252. "style": {
  253. "navigationBarTitleText": "快递详情"
  254. }
  255. },
  256. {
  257. "path": "pages/order/orderDetail",
  258. "style": {
  259. "navigationBarTitleText": "订单详情",
  260. "app-plus": {
  261. "bounce": "none"
  262. }
  263. }
  264. },
  265. {
  266. "path": "pages/order/evaluate",
  267. "style": {
  268. "navigationBarTitleText": "评论"
  269. }
  270. },
  271. {
  272. "path": "pages/order/orderRefund",
  273. "style": {
  274. "navigationBarTitleText": "申请退款"
  275. }
  276. },
  277. {
  278. "path": "pages/order/createOrder",
  279. "style": {
  280. "navigationBarTitleText": "创建订单"
  281. }
  282. },
  283. {
  284. "path": "pages/index/fugou",
  285. "style": {
  286. "navigationBarTitleText": "报单"
  287. }
  288. },
  289. {
  290. "path": "pages/money/pay",
  291. "style": {
  292. "navigationBarTitleText": "支付"
  293. }
  294. },
  295. {
  296. "path": "pages/money/paySuccess",
  297. "style": {
  298. "navigationBarTitleText": "支付成功"
  299. }
  300. },
  301. {
  302. "path": "pages/money/wallet",
  303. "style": {
  304. "navigationBarTitleText": "我的钱包",
  305. "navigationBarBackgroundColor":"#D7EEB6",
  306. "navigationBarTextStyle":"black"
  307. }
  308. },
  309. {
  310. "path": "pages/money/account",
  311. "style": {
  312. "navigationBarTitleText": "提现账号"
  313. }
  314. },
  315. {
  316. "path": "pages/money/withdrawal",
  317. "style": {
  318. "navigationBarTitleText": "提现"
  319. }
  320. },
  321. {
  322. "path": "pages/money/recharge",
  323. "style": {
  324. "navigationBarTitleText": "充值"
  325. }
  326. },
  327. {
  328. "path": "pages/category/category",
  329. "style": {
  330. // #ifdef APP-PLUS
  331. "navigationStyle": "custom",
  332. // #endif
  333. // #ifndef MP
  334. "app-plus": {
  335. "bounce": "none",
  336. "titleNView": {
  337. "searchInput": {
  338. "backgroundColor": "rgba(231, 231, 231,.7)",
  339. "borderRadius": "16px",
  340. "placeholder": "输入关键词搜索",
  341. "disabled": true,
  342. "placeholderColor": "#606266",
  343. "align": "left"
  344. }
  345. }
  346. },
  347. // #endif
  348. "navigationBarTitleText": "分类"
  349. }
  350. },
  351. {
  352. "path": "pages/redirect/redirect",
  353. "style": {
  354. "navigationBarTitleText": "微信登录跳转页面",
  355. "app-plus": {
  356. "titleNView": false
  357. }
  358. }
  359. },
  360. {
  361. "path": "pages/contract/privacy",
  362. "style": {
  363. "navigationBarTitleText": "隐私政策"
  364. }
  365. },
  366. {
  367. "path": "pages/contract/start",
  368. "style": {
  369. "navigationBarTitleText": "温馨提示"
  370. }
  371. },
  372. {
  373. "path": "pages/contract/agreement",
  374. "style": {
  375. "navigationBarTitleText": "用户协议"
  376. }
  377. },
  378. {
  379. "path": "pages/story/story",
  380. "style": {
  381. "navigationBarTitleText": "品牌故事"
  382. }
  383. },
  384. {
  385. "path": "pages/story/storyDetail",
  386. "style": {
  387. "navigationStyle": "custom",
  388. // "navigationBarTextStyle": "black",
  389. "navigationBarTitleText": "",
  390. "app-plus": {
  391. "titleNView": {
  392. "type": "transparent"
  393. }
  394. }
  395. }
  396. },
  397. {
  398. "path": "pages/user/jiedian",
  399. "style": {
  400. "navigationBarTitleText": "我的推广",
  401. "navigationBarBackgroundColor":"#D7EEB6",
  402. "navigationBarTextStyle":"black"
  403. }
  404. },
  405. {
  406. "path": "pages/user/integral",
  407. "style": {
  408. "navigationBarTitleText": "我的积分",
  409. "navigationBarBackgroundColor":"#D7EEB6",
  410. "navigationBarTextStyle":"black"
  411. }
  412. },
  413. {
  414. "path": "pages/user/transfer",
  415. "style": {
  416. "navigationBarTitleText": "佣金转账",
  417. "navigationBarBackgroundColor":"#fff",
  418. "navigationBarTextStyle":"black"
  419. }
  420. },
  421. {
  422. "path": "pages/user/registerList",
  423. "style": {
  424. "navigationBarTitleText": "报单列表",
  425. "navigationBarBackgroundColor":"#D7EEB6",
  426. "navigationBarTextStyle":"black"
  427. }
  428. }
  429. ,{
  430. "path" : "pages/user/selectList",
  431. "style" :
  432. {
  433. "navigationBarTitleText": "",
  434. "enablePullDownRefresh": false
  435. }
  436. }
  437. ,{
  438. "path" : "pages/public/externalRegistered",
  439. "style" :
  440. {
  441. "navigationBarTitleText": "",
  442. "enablePullDownRefresh": false
  443. }
  444. }
  445. ],
  446. "globalStyle": {
  447. "navigationBarTextStyle": "black",
  448. "navigationBarTitleText": "uni-app",
  449. "navigationBarBackgroundColor": "#FFFFFF",
  450. "backgroundColor": "#f8f8f8"
  451. },
  452. "tabBar": {
  453. "color": "#C0C4CC",
  454. "selectedColor": "#3F7C1F",
  455. "borderStyle": "black",
  456. "backgroundColor": "#ffffff",
  457. "list": [{
  458. "pagePath": "pages/index/index",
  459. "iconPath": "static/tabBar/tab-home.png",
  460. "selectedIconPath": "static/tabBar/tab-home-current.png",
  461. "text": "首页"
  462. },
  463. {
  464. "pagePath": "pages/category/category",
  465. "iconPath": "static/tabBar/tab-cate.png",
  466. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  467. "text": "分类"
  468. },
  469. {
  470. "pagePath": "pages/story/story",
  471. "iconPath": "static/tabBar/tab-store.png",
  472. "selectedIconPath": "static/tabBar/tab-store-current.png",
  473. "text": "品牌故事"
  474. },
  475. {
  476. "pagePath": "pages/cart/cart",
  477. "iconPath": "static/tabBar/tab-cart.png",
  478. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  479. "text": "购物车"
  480. },
  481. {
  482. "pagePath": "pages/user/user",
  483. "iconPath": "static/tabBar/tab-my.png",
  484. "selectedIconPath": "static/tabBar/tab-my-current.png",
  485. "text": "我的"
  486. }
  487. ]
  488. }
  489. }