pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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. // #ifndef MP
  109. {
  110. "path": "pages/product/jmszg",
  111. "style": {
  112. "enablePullDownRefresh": true,
  113. "navigationBarTitleText": "加盟商专供"
  114. }
  115. },
  116. // #endif
  117. {
  118. "path": "pages/product/search",
  119. "style": {
  120. "enablePullDownRefresh": true,
  121. // #ifdef APP-PLUS
  122. "navigationStyle": "custom",
  123. // #endif
  124. // #ifndef MP || APP-PLUS
  125. "app-plus": {
  126. "titleNView": {
  127. "searchInput": {
  128. "backgroundColor": "rgba(231, 231, 231,.7)",
  129. "borderRadius": "16px",
  130. "placeholder": "请输入关键字",
  131. "disabled": false,
  132. "placeholderColor": "#606266",
  133. "align": "left"
  134. },
  135. "buttons": [{
  136. "text": "搜索",
  137. "fontSize": "14",
  138. "color": "#303133",
  139. "background": "rgba(0,0,0,0)",
  140. "width": "40px"
  141. }]
  142. }
  143. },
  144. // #endif
  145. "navigationBarTitleText": "搜索"
  146. }
  147. },
  148. {
  149. "path": "pages/set/set",
  150. "style": {
  151. "navigationBarTitleText": "设置"
  152. }
  153. },
  154. {
  155. "path": "pages/set/address",
  156. "style": {
  157. "enablePullDownRefresh": true,
  158. "navigationBarTitleText": "收货地址"
  159. }
  160. },
  161. {
  162. "path": "pages/set/addressManage",
  163. "style": {
  164. "navigationBarTitleText": ""
  165. }
  166. },
  167. // #ifndef MP
  168. {
  169. "path": "pages/set/phone",
  170. "style": {
  171. "navigationBarTitleText": "实名认证"
  172. }
  173. },
  174. // #endif
  175. {
  176. "path": "pages/set/password",
  177. "style": {
  178. "navigationBarTitleText": "修改密码"
  179. }
  180. },
  181. {
  182. "path": "pages/set/userinfo",
  183. "style": {
  184. "navigationBarTitleText": "修改资料"
  185. }
  186. }, {
  187. "path": "pages/cart/cart",
  188. "style": {
  189. "navigationBarTitleText": "我的订单",
  190. "navigationBarBackgroundColor": "#f8f1f2"
  191. }
  192. },
  193. {
  194. "path": "pages/user/user",
  195. "style": {
  196. "navigationStyle": "custom",
  197. "navigationBarTitleText": "个人中心"
  198. }
  199. }
  200. ],
  201. "subPackages": [{
  202. "root": "user",
  203. "pages": [{
  204. "path": "page/orderDetail",
  205. "style": {
  206. "navigationBarTitleText": "订单详情"
  207. }
  208. },
  209. {
  210. "path": "page/shareQrCode",
  211. "style": {
  212. "navigationBarTitleText": "邀请好友"
  213. }
  214. },
  215. {
  216. "path": "page/award",
  217. "style": {
  218. "navigationBarTitleText": "我的佣金"
  219. }
  220. },
  221. {
  222. "path": "page/withdrawal",
  223. "style": {
  224. "navigationBarTitleText": "奖励提现"
  225. }
  226. },
  227. {
  228. "path": "page/scoreAccumulate",
  229. "style": {
  230. "navigationBarTitleText": "我的积分",
  231. "navigationBarBackgroundColor": "#ee2f72",
  232. "navigationBarTextStyle": "white"
  233. }
  234. },
  235. {
  236. "path": "page/extension",
  237. "style": {
  238. "navigationBarTitleText": "我的推广",
  239. "navigationBarBackgroundColor": "#ee2f72",
  240. "navigationBarTextStyle": "white"
  241. }
  242. },
  243. {
  244. "path": "page/recode",
  245. "style": {
  246. "navigationBarTitleText": "充值记录"
  247. }
  248. },
  249. {
  250. "path": "page/pay",
  251. "style": {
  252. "navigationBarTitleText": "付款"
  253. }
  254. }
  255. ]
  256. },
  257. {
  258. "root": "pages/order",
  259. "pages": [{
  260. "path": "order",
  261. "style": {
  262. "navigationBarTitleText": "我的订单",
  263. "app-plus": {
  264. "bounce": "none"
  265. }
  266. }
  267. },
  268. {
  269. "path": "adminOrder",
  270. "style": {
  271. "navigationBarTitleText": "我的订单",
  272. "app-plus": {
  273. "bounce": "none"
  274. }
  275. }
  276. },
  277. {
  278. "path": "orderDetail",
  279. "style": {
  280. "navigationBarTitleText": "订单详情",
  281. "app-plus": {
  282. "bounce": "none"
  283. }
  284. }
  285. },
  286. // #ifndef MP
  287. {
  288. "path": "evaluate",
  289. "style": {
  290. "navigationBarTitleText": "评论"
  291. }
  292. },
  293. {
  294. "path": "expressInfo",
  295. "style": {
  296. "navigationBarTitleText": "快递详情"
  297. }
  298. },
  299. // #endif
  300. {
  301. "path": "orderRefund",
  302. "style": {
  303. "navigationBarTitleText": "申请退款"
  304. }
  305. },
  306. {
  307. "path": "verifyCode",
  308. "style": {
  309. "navigationBarTitleText": "我的核销劵"
  310. }
  311. },
  312. {
  313. "path": "createOrder",
  314. "style": {
  315. "navigationBarTitleText": "创建订单"
  316. }
  317. },
  318. {
  319. "path": "choisestore",
  320. "style": {
  321. "navigationBarTitleText": "选择门店",
  322. "navigationBarBackgroundColor": "#fff",
  323. "navigationBarTextStyle": "black"
  324. }
  325. }
  326. ]
  327. },
  328. {
  329. "root": "pages/recommend",
  330. "pages": [{
  331. "path": "recommend",
  332. "style": {
  333. "navigationBarTitleText": "为你推荐",
  334. "app-plus": {
  335. "bounce": "none"
  336. }
  337. }
  338. }]
  339. }, {
  340. "root": "pages/exchange",
  341. "pages": [{
  342. "path": "exchange",
  343. "style": {
  344. "navigationBarTitleText": "兑换券",
  345. "app-plus": {
  346. "bounce": "none"
  347. }
  348. }
  349. }]
  350. },
  351. {
  352. "root": "pages/money",
  353. "pages": [{
  354. "path": "pay",
  355. "style": {
  356. "navigationBarTitleText": "支付"
  357. }
  358. },
  359. {
  360. "path": "paySuccess",
  361. "style": {
  362. "navigationBarTitleText": "支付成功"
  363. }
  364. },
  365. {
  366. "path": "wallet",
  367. "style": {
  368. "navigationBarTitleText": "我的钱包",
  369. "navigationBarBackgroundColor": "#ee2f72",
  370. "navigationBarTextStyle": "white"
  371. }
  372. },
  373. {
  374. "path": "account",
  375. "style": {
  376. "navigationBarTitleText": "提现账号"
  377. }
  378. },
  379. {
  380. "path": "withdrawal",
  381. "style": {
  382. "navigationBarTitleText": "提现"
  383. }
  384. },
  385. {
  386. "path": "recharge",
  387. "style": {
  388. "navigationBarTitleText": "充值中心"
  389. }
  390. }
  391. ]
  392. }
  393. ],
  394. "globalStyle": {
  395. "navigationBarTextStyle": "black",
  396. "navigationBarTitleText": "uni-app",
  397. "navigationBarBackgroundColor": "#ffffff",
  398. "backgroundColor": "#f8f8f8"
  399. },
  400. "tabBar": {
  401. "color": "#C0C4CC",
  402. "selectedColor": "#901B21",
  403. "borderStyle": "black",
  404. "backgroundColor": "#ffffff",
  405. "list": [{
  406. "pagePath": "pages/index/index",
  407. "iconPath": "static/tabBar/tab-home.png",
  408. "selectedIconPath": "static/tabBar/home.png",
  409. "text": "首页"
  410. }, {
  411. "pagePath": "pages/menu/menu",
  412. "iconPath": "static/tabBar/tab-menu.png",
  413. "selectedIconPath": "static/tabBar/menu.png",
  414. "text": "菜单"
  415. },
  416. {
  417. "pagePath": "pages/cart/cart",
  418. "iconPath": "static/tabBar/tab-order.png",
  419. "selectedIconPath": "static/tabBar/order.png",
  420. "text": "订单"
  421. },
  422. {
  423. "pagePath": "pages/user/user",
  424. "iconPath": "static/tabBar/tab-my.png",
  425. "selectedIconPath": "static/tabBar/tab-my-current.png",
  426. "text": "我的"
  427. }
  428. ]
  429. }
  430. }