pages.json 7.4 KB

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