pages.json 7.6 KB

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