pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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. // #ifndef MP
  159. {
  160. "path": "pages/set/phone",
  161. "style": {
  162. "navigationBarTitleText": "实名认证"
  163. }
  164. },
  165. // #endif
  166. {
  167. "path": "pages/set/password",
  168. "style": {
  169. "navigationBarTitleText": "修改密码"
  170. }
  171. },
  172. {
  173. "path": "pages/set/userinfo",
  174. "style": {
  175. "navigationBarTitleText": "修改资料"
  176. }
  177. }, {
  178. "path": "pages/cart/cart",
  179. "style": {
  180. "navigationBarTitleText": "我的订单",
  181. "navigationBarBackgroundColor": "#f8f1f2"
  182. }
  183. },
  184. {
  185. "path": "pages/user/user",
  186. "style": {
  187. "navigationStyle": "custom",
  188. "navigationBarTitleText": "个人中心"
  189. }
  190. }
  191. ],
  192. "subPackages": [{
  193. "root": "user",
  194. "pages": [{
  195. "path": "page/orderDetail",
  196. "style": {
  197. "navigationBarTitleText": "订单详情"
  198. }
  199. },
  200. {
  201. "path": "page/shareQrCode",
  202. "style": {
  203. "navigationBarTitleText": "邀请好友"
  204. }
  205. },
  206. {
  207. "path": "page/award",
  208. "style": {
  209. "navigationBarTitleText": "我的佣金"
  210. }
  211. },
  212. {
  213. "path": "page/withdrawal",
  214. "style": {
  215. "navigationBarTitleText": "奖励提现"
  216. }
  217. },
  218. {
  219. "path": "page/scoreAccumulate",
  220. "style": {
  221. "navigationBarTitleText": "我的积分",
  222. "navigationBarBackgroundColor": "#ee2f72",
  223. "navigationBarTextStyle": "white"
  224. }
  225. },
  226. {
  227. "path": "page/extension",
  228. "style": {
  229. "navigationBarTitleText": "我的推广",
  230. "navigationBarBackgroundColor": "#ee2f72",
  231. "navigationBarTextStyle": "white"
  232. }
  233. },
  234. {
  235. "path": "page/recode",
  236. "style": {
  237. "navigationBarTitleText": "充值记录"
  238. }
  239. },
  240. {
  241. "path": "page/pay",
  242. "style": {
  243. "navigationBarTitleText": "付款"
  244. }
  245. }
  246. ]
  247. },
  248. {
  249. "root": "pages/order",
  250. "pages": [
  251. {
  252. "path": "orderDetail",
  253. "style": {
  254. "navigationBarTitleText": "订单详情",
  255. "app-plus": {
  256. "bounce": "none"
  257. }
  258. }
  259. },
  260. // #ifndef MP
  261. {
  262. "path": "evaluate",
  263. "style": {
  264. "navigationBarTitleText": "评论"
  265. }
  266. },
  267. {
  268. "path": "expressInfo",
  269. "style": {
  270. "navigationBarTitleText": "快递详情"
  271. }
  272. },
  273. // #endif
  274. {
  275. "path": "orderRefund",
  276. "style": {
  277. "navigationBarTitleText": "申请退款"
  278. }
  279. },
  280. {
  281. "path": "verifyCode",
  282. "style": {
  283. "navigationBarTitleText": "我的核销劵"
  284. }
  285. },
  286. {
  287. "path": "createOrder",
  288. "style": {
  289. "navigationBarTitleText": "创建订单"
  290. }
  291. },
  292. {
  293. "path": "choisestore",
  294. "style": {
  295. "navigationBarTitleText": "选择门店",
  296. "navigationBarBackgroundColor": "#fff",
  297. "navigationBarTextStyle": "black"
  298. }
  299. }
  300. ]
  301. },
  302. {
  303. "root": "pages/exchange",
  304. "pages": [{
  305. "path": "exchange",
  306. "style": {
  307. "navigationBarTitleText": "兑换券",
  308. "app-plus": {
  309. "bounce": "none"
  310. }
  311. }
  312. }]
  313. },
  314. {
  315. "root": "pages/money",
  316. "pages": [{
  317. "path": "pay",
  318. "style": {
  319. "navigationBarTitleText": "支付"
  320. }
  321. },
  322. {
  323. "path": "paySuccess",
  324. "style": {
  325. "navigationBarTitleText": "支付成功"
  326. }
  327. },
  328. {
  329. "path": "wallet",
  330. "style": {
  331. "navigationBarTitleText": "我的钱包",
  332. "navigationBarBackgroundColor": "#ee2f72",
  333. "navigationBarTextStyle": "white"
  334. }
  335. },
  336. {
  337. "path": "account",
  338. "style": {
  339. "navigationBarTitleText": "提现账号"
  340. }
  341. },
  342. {
  343. "path": "withdrawal",
  344. "style": {
  345. "navigationBarTitleText": "提现"
  346. }
  347. },
  348. {
  349. "path": "recharge",
  350. "style": {
  351. "navigationBarTitleText": "充值中心"
  352. }
  353. }
  354. ]
  355. }
  356. ],
  357. "globalStyle": {
  358. "navigationBarTextStyle": "black",
  359. "navigationBarTitleText": "uni-app",
  360. "navigationBarBackgroundColor": "#ffffff",
  361. "backgroundColor": "#f8f8f8"
  362. },
  363. "tabBar": {
  364. "color": "#C0C4CC",
  365. "selectedColor": "#ee2f72",
  366. "borderStyle": "black",
  367. "backgroundColor": "#ffffff",
  368. "list": [{
  369. "pagePath": "pages/index/index",
  370. "iconPath": "static/tabBar/tab-home.png",
  371. "selectedIconPath": "static/tabBar/home.png",
  372. "text": "首页"
  373. }, {
  374. "pagePath": "pages/menu/menu",
  375. "iconPath": "static/tabBar/tab-menu.png",
  376. "selectedIconPath": "static/tabBar/menu.png",
  377. "text": "菜单"
  378. },
  379. {
  380. "pagePath": "pages/cart/cart",
  381. "iconPath": "static/tabBar/tab-order.png",
  382. "selectedIconPath": "static/tabBar/order.png",
  383. "text": "订单"
  384. },
  385. {
  386. "pagePath": "pages/user/user",
  387. "iconPath": "static/tabBar/tab-my.png",
  388. "selectedIconPath": "static/tabBar/tab-my-current.png",
  389. "text": "我的"
  390. }
  391. ]
  392. }
  393. }