pages.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh":true
  8. }
  9. },{
  10. "path": "pages/authorization/authorization",
  11. "style": {
  12. "navigationBarTitleText": "微信授权",
  13. "navigationStyle":"custom"
  14. }
  15. },{
  16. "path" : "pages/tabBar/category/category",
  17. "style" : {
  18. "navigationBarTitleText": "分类",
  19. "app-plus": {
  20. "bounce": "none"
  21. }
  22. }
  23. },{
  24. "path": "pages/search/search",
  25. "style": {
  26. "navigationBarTitleText": "搜索"
  27. }
  28. },{
  29. "path": "pages/tabBar/cart/cart",
  30. "style": {
  31. "navigationBarTitleText": "购物车",
  32. "enablePullDownRefresh":true
  33. }
  34. },{
  35. "path": "pages/tabBar/user/user",
  36. "style": {
  37. "navigationBarTitleText": "我的",
  38. "enablePullDownRefresh" : true
  39. }
  40. },{
  41. "path": "pages/user/account/account",
  42. "style": {
  43. "navigationBarTitleText": "账户余额明细",
  44. "enablePullDownRefresh" : true
  45. }
  46. },{
  47. "path": "pages/user/address/addressManage",
  48. "style": {
  49. "navigationBarTitleText": "添加新地址"
  50. }
  51. },{
  52. "path": "pages/user/address/address",
  53. "style": {
  54. "navigationBarTitleText": "地址列表"
  55. }
  56. },{
  57. "path": "pages/user/about/about",
  58. "style": {
  59. "navigationBarTitleText": "关于我们"
  60. }
  61. },{
  62. "path": "pages/goods/goods",
  63. "style": {
  64. "navigationBarTitleText": "商品列表"
  65. }
  66. },{
  67. "path": "pages/goods/product",
  68. "style": {
  69. "navigationBarTitleText": "商品详情",
  70. "navigationStyle":"custom"
  71. }
  72. },{
  73. "path": "pages/service/aftersale",
  74. "style": {
  75. "navigationBarTitleText": "售后无忧"
  76. }
  77. },{
  78. "path": "pages/service/shoppingnotice",
  79. "style": {
  80. "navigationBarTitleText": "购物须知"
  81. }
  82. },{
  83. "path": "pages/service/member",
  84. "style": {
  85. "navigationBarTitleText": "正品联盟"
  86. }
  87. },{
  88. "path": "pages/service/organagree",
  89. "style": {
  90. "navigationBarTitleText": "机构协议"
  91. }
  92. },{
  93. "path": "pages/service/useragree",
  94. "style": {
  95. "navigationBarTitleText": "用户协议"
  96. }
  97. },{
  98. "path": "pages/service/privacyagree",
  99. "style": {
  100. "navigationBarTitleText": "隐私权政策"
  101. }
  102. },{
  103. "path" : "pages/user/invoice/invoice",
  104. "style" : {
  105. "navigationBarTitleText": "发票信息"
  106. }
  107. },{
  108. "path" : "pages/user/regularPurchase/regularPurchase",
  109. "style" : {
  110. "navigationBarTitleText": "再次购买"
  111. }
  112. },{
  113. "path": "pages/user/order/create-order",
  114. "style": {
  115. "navigationBarTitleText": "确认订单"
  116. }
  117. },{
  118. "path": "pages/user/order/order-cashier",
  119. "style": {
  120. "navigationBarTitleText": "收银台",
  121. "navigationStyle":"custom"
  122. }
  123. },{
  124. "path": "pages/user/order/orderShareLogin",
  125. "style": {
  126. "navigationBarTitleText": "订单详情"
  127. }
  128. },{
  129. "path": "pages/user/order/myOrder",
  130. "style": {
  131. "navigationBarTitleText": "我的订单",
  132. // "enablePullDownRefresh": true,
  133. "onReachBottomDistance": 50,
  134. "navigationStyle":"custom"
  135. }
  136. },{
  137. "path": "pages/user/order/order-list",
  138. "style": {
  139. "navigationBarTitleText": "我的订单",
  140. // "enablePullDownRefresh": true,
  141. // "onReachBottomDistance": 50,
  142. "navigationStyle":"custom"
  143. }
  144. },{
  145. "path": "pages/user/order/order-details",
  146. "style": {
  147. "navigationBarTitleText": "订单详情",
  148. "navigationStyle":"custom"
  149. }
  150. },{
  151. "path": "pages/user/order/order-sharedetails",
  152. "style": {
  153. "navigationBarTitleText": "订单详情"
  154. }
  155. },{
  156. "path": "pages/user/order/order-logistics",
  157. "style": {
  158. "navigationBarTitleText": "物流信息"
  159. }
  160. },{
  161. "path": "pages/search/search-order",
  162. "style": {
  163. "navigationBarTitleText": "搜索"
  164. }
  165. },{
  166. "path": "pages/login/register",
  167. "style": {
  168. "navigationBarTitleText": "注册",
  169. "navigationStyle":"custom"
  170. }
  171. },{
  172. "path": "pages/login/consult",
  173. "style": {
  174. "navigationBarTitleText": "入驻咨询"
  175. }
  176. },{
  177. "path": "pages/login/apply",
  178. "style": {
  179. "navigationBarTitleText": "升级会员机构",
  180. "navigationStyle":"custom"
  181. }
  182. },{
  183. "path": "pages/login/logincode",
  184. "style": {
  185. "navigationBarTitleText": "授权登录"
  186. }
  187. },{
  188. "path": "pages/login/login",
  189. "style": {
  190. "navigationBarTitleText": "登录"
  191. }
  192. },{
  193. "path": "pages/login/bindemail",
  194. "style": {
  195. "navigationBarTitleText": "绑定邮箱"
  196. }
  197. },{
  198. "path": "pages/login/bindwechat",
  199. "style": {
  200. "navigationBarTitleText": "绑定微信"
  201. }
  202. },{
  203. "path": "pages/login/bindOperator",
  204. "style": {
  205. "navigationBarTitleText": "绑定运营人员"
  206. }
  207. },{
  208. "path": "pages/login/information",
  209. "style": {
  210. "navigationBarTitleText": "修改资料",
  211. "navigationStyle":"custom"
  212. }
  213. },{
  214. "path": "pages/login/password",
  215. "style": {
  216. "navigationBarTitleText": "修改密码"
  217. }
  218. },{
  219. "path": "pages/user/operator/list",
  220. "style": {
  221. "navigationBarTitleText": "运营人员管理"
  222. }
  223. },{
  224. "path": "pages/user/operator/addoperator",
  225. "style": {
  226. "navigationBarTitleText": "添加运营人员"
  227. }
  228. },{
  229. "path": "pages/user/setting/setting",
  230. "style": {
  231. "navigationBarTitleText": "账户设置"
  232. }
  233. },{
  234. "path": "pages/user/setting/phone",
  235. "style": {
  236. "navigationBarTitleText": "更换手机号"
  237. }
  238. },{
  239. "path": "pages/user/setting/password",
  240. "style": {
  241. "navigationBarTitleText": "修改密码"
  242. }
  243. }
  244. ],
  245. "subPackages": [
  246. {
  247. "root": "seller",
  248. "pages": [
  249. {
  250. "path": "pages/index/index",
  251. "style": {
  252. "navigationBarTitleText": "采美采购商城",
  253. "enablePullDownRefresh":true,
  254. "navigationStyle":"custom"
  255. }
  256. },
  257. {
  258. "path": "pages/login/login",
  259. "style": {
  260. "navigationBarTitleText": "登录",
  261. "navigationStyle":"custom"
  262. }
  263. },
  264. {
  265. "path": "pages/cart/cart",
  266. "style": {
  267. "navigationBarTitleText": "购物车"
  268. }
  269. },
  270. {
  271. "path": "pages/cart/buyagain",
  272. "style": {
  273. "navigationBarTitleText": "再次购买"
  274. }
  275. },
  276. {
  277. "path": "pages/cart/immediately",
  278. "style": {
  279. "navigationBarTitleText": "立即下单"
  280. }
  281. },
  282. {
  283. "path": "pages/order/create-order",
  284. "style": {
  285. "navigationBarTitleText": "确认订单"
  286. }
  287. },
  288. {
  289. "path": "pages/order/order-details",
  290. "style": {
  291. "navigationBarTitleText": "订单详情",
  292. "navigationStyle":"custom"
  293. }
  294. },
  295. {
  296. "path": "pages/order/order-list",
  297. "style": {
  298. "navigationBarTitleText": "订单列表",
  299. "navigationStyle":"custom"
  300. }
  301. },
  302. {
  303. "path": "pages/order/order-sharedetails",
  304. "style": {
  305. "navigationBarTitleText": "订单详情",
  306. "navigationStyle":"custom"
  307. }
  308. },
  309. {
  310. "path": "pages/club/list",
  311. "style": {
  312. "navigationBarTitleText": "机构列表"
  313. }
  314. },
  315. {
  316. "path": "pages/club/club-list",
  317. "style": {
  318. "navigationBarTitleText": "我的机构"
  319. }
  320. },
  321. {
  322. "path": "pages/club/allClub-list",
  323. "style": {
  324. "navigationBarTitleText": "所有机构"
  325. }
  326. },
  327. {
  328. "path": "pages/club/addoperator",
  329. "style": {
  330. "navigationBarTitleText": "邀请运营人员"
  331. }
  332. },
  333. {
  334. "path": "pages/login/register",
  335. "style": {
  336. "navigationBarTitleText": "拉机构上线",
  337. "navigationStyle":"custom"
  338. }
  339. },
  340. {
  341. "path": "pages/login/information",
  342. "style": {
  343. "navigationBarTitleText": "修改资料",
  344. "navigationStyle":"custom"
  345. }
  346. },
  347. {
  348. "path": "pages/login/apply",
  349. "style": {
  350. "navigationBarTitleText": "修改申请信息",
  351. "navigationStyle":"custom"
  352. }
  353. },
  354. {
  355. "path": "pages/order/order-history",
  356. "style": {
  357. "navigationBarTitleText": "订单列表"
  358. }
  359. },
  360. {
  361. "path": "pages/search/search",
  362. "style": {
  363. "navigationBarTitleText": "商品搜索"
  364. }
  365. },
  366. {
  367. "path": "pages/search/search-order",
  368. "style": {
  369. "navigationBarTitleText": "订单搜索"
  370. }
  371. },
  372. {
  373. "path": "pages/address/address",
  374. "style": {
  375. "navigationBarTitleText": "选择地址"
  376. }
  377. },
  378. {
  379. "path": "pages/address/addressManage",
  380. "style": {
  381. "navigationBarTitleText": "添加地址"
  382. }
  383. }
  384. ]
  385. },
  386. {
  387. "root": "h5",
  388. "pages": [
  389. {
  390. "path": "pages/activity/activity",
  391. "style": {
  392. "navigationBarTitleText": "活动名称"
  393. }
  394. }
  395. ]
  396. }
  397. ],
  398. "tabBar": {
  399. "height":"80",
  400. "color": "#999999",
  401. "selectedColor": "#E15616",
  402. "borderStyle": "black",
  403. "backgroundColor": "#ffffff",
  404. "list": [{
  405. "pagePath": "pages/tabBar/home/home",
  406. "iconPath": "static/icon-home@3x.png",
  407. "selectedIconPath": "static/icon-home-active@3x.png",
  408. "text": "商城"
  409. },{
  410. "pagePath": "pages/tabBar/category/category",
  411. "iconPath": "static/icon-sort@3x.png",
  412. "selectedIconPath": "static/icon-sort-active@3x.png",
  413. "text": "分类"
  414. },
  415. {
  416. "pagePath": "pages/tabBar/cart/cart",
  417. "iconPath": "static/icon-cart@3x.png",
  418. "selectedIconPath": "static/icon-cart-active@3x.png",
  419. "text": "购物车"
  420. },
  421. {
  422. "pagePath": "pages/tabBar/user/user",
  423. "iconPath": "static/icon-user@3x.png",
  424. "selectedIconPath": "static/icon-user-active@3x.png",
  425. "text": "我的"
  426. }
  427. ]
  428. },
  429. "globalStyle": {
  430. "navigationBarTextStyle": "black",
  431. "navigationBarTitleText": "采美采购商城",
  432. "navigationBarBackgroundColor": "#FFFFFF",
  433. "backgroundColor": "#FFFFFF"
  434. }
  435. }