pages.json 8.9 KB

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