pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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/apply",
  173. "style": {
  174. "navigationBarTitleText": "升级会员机构",
  175. "navigationStyle":"custom"
  176. }
  177. },{
  178. "path": "pages/login/logincode",
  179. "style": {
  180. "navigationBarTitleText": "授权登录"
  181. }
  182. },{
  183. "path": "pages/login/login",
  184. "style": {
  185. "navigationBarTitleText": "登录"
  186. }
  187. },{
  188. "path": "pages/login/bindemail",
  189. "style": {
  190. "navigationBarTitleText": "绑定邮箱"
  191. }
  192. },{
  193. "path": "pages/login/bindwechat",
  194. "style": {
  195. "navigationBarTitleText": "绑定微信"
  196. }
  197. },{
  198. "path": "pages/login/bindOperator",
  199. "style": {
  200. "navigationBarTitleText": "绑定运营人员"
  201. }
  202. },{
  203. "path": "pages/login/information",
  204. "style": {
  205. "navigationBarTitleText": "修改资料",
  206. "navigationStyle":"custom"
  207. }
  208. },{
  209. "path": "pages/login/password",
  210. "style": {
  211. "navigationBarTitleText": "修改密码"
  212. }
  213. },{
  214. "path": "pages/user/operator/list",
  215. "style": {
  216. "navigationBarTitleText": "运营人员管理"
  217. }
  218. },{
  219. "path": "pages/user/operator/addoperator",
  220. "style": {
  221. "navigationBarTitleText": "添加运营人员"
  222. }
  223. },{
  224. "path": "pages/user/setting/setting",
  225. "style": {
  226. "navigationBarTitleText": "账户设置"
  227. }
  228. },{
  229. "path": "pages/user/setting/phone",
  230. "style": {
  231. "navigationBarTitleText": "更换手机号"
  232. }
  233. },{
  234. "path": "pages/user/setting/password",
  235. "style": {
  236. "navigationBarTitleText": "修改密码"
  237. }
  238. }
  239. ],
  240. "subPackages": [
  241. {
  242. "root": "seller",
  243. "pages": [
  244. {
  245. "path": "pages/index/index",
  246. "style": {
  247. "navigationBarTitleText": "采美采购商城",
  248. "enablePullDownRefresh":true,
  249. "navigationStyle":"custom"
  250. }
  251. },
  252. {
  253. "path": "pages/login/login",
  254. "style": {
  255. "navigationBarTitleText": "登录",
  256. "navigationStyle":"custom"
  257. }
  258. },
  259. {
  260. "path": "pages/cart/cart",
  261. "style": {
  262. "navigationBarTitleText": "购物车"
  263. }
  264. },
  265. {
  266. "path": "pages/cart/buyagain",
  267. "style": {
  268. "navigationBarTitleText": "再次购买"
  269. }
  270. },
  271. {
  272. "path": "pages/cart/immediately",
  273. "style": {
  274. "navigationBarTitleText": "立即下单"
  275. }
  276. },
  277. {
  278. "path": "pages/order/create-order",
  279. "style": {
  280. "navigationBarTitleText": "确认订单"
  281. }
  282. },
  283. {
  284. "path": "pages/order/order-details",
  285. "style": {
  286. "navigationBarTitleText": "订单详情",
  287. "navigationStyle":"custom"
  288. }
  289. },
  290. {
  291. "path": "pages/order/order-list",
  292. "style": {
  293. "navigationBarTitleText": "订单列表",
  294. "navigationStyle":"custom"
  295. }
  296. },
  297. {
  298. "path": "pages/order/order-sharedetails",
  299. "style": {
  300. "navigationBarTitleText": "订单详情",
  301. "navigationStyle":"custom"
  302. }
  303. },
  304. {
  305. "path": "pages/club/list",
  306. "style": {
  307. "navigationBarTitleText": "机构列表"
  308. }
  309. },
  310. {
  311. "path": "pages/club/club-list",
  312. "style": {
  313. "navigationBarTitleText": "我的机构"
  314. }
  315. },
  316. {
  317. "path": "pages/club/allClub-list",
  318. "style": {
  319. "navigationBarTitleText": "所有机构"
  320. }
  321. },
  322. {
  323. "path": "pages/club/addoperator",
  324. "style": {
  325. "navigationBarTitleText": "邀请运营人员"
  326. }
  327. },
  328. {
  329. "path": "pages/login/register",
  330. "style": {
  331. "navigationBarTitleText": "拉机构上线",
  332. "navigationStyle":"custom"
  333. }
  334. },
  335. {
  336. "path": "pages/login/information",
  337. "style": {
  338. "navigationBarTitleText": "修改资料",
  339. "navigationStyle":"custom"
  340. }
  341. },
  342. {
  343. "path": "pages/login/apply",
  344. "style": {
  345. "navigationBarTitleText": "修改申请信息",
  346. "navigationStyle":"custom"
  347. }
  348. },
  349. {
  350. "path": "pages/order/order-history",
  351. "style": {
  352. "navigationBarTitleText": "订单列表"
  353. }
  354. },
  355. {
  356. "path": "pages/search/search",
  357. "style": {
  358. "navigationBarTitleText": "商品搜索"
  359. }
  360. },
  361. {
  362. "path": "pages/search/search-order",
  363. "style": {
  364. "navigationBarTitleText": "订单搜索"
  365. }
  366. },
  367. {
  368. "path": "pages/address/address",
  369. "style": {
  370. "navigationBarTitleText": "选择地址"
  371. }
  372. },
  373. {
  374. "path": "pages/address/addressManage",
  375. "style": {
  376. "navigationBarTitleText": "添加地址"
  377. }
  378. }
  379. ]
  380. },
  381. {
  382. "root": "h5",
  383. "pages": [
  384. {
  385. "path": "pages/activity/activity",
  386. "style": {
  387. "navigationBarTitleText": "活动名称"
  388. }
  389. }
  390. ]
  391. }
  392. ],
  393. "tabBar": {
  394. "height":"80",
  395. "color": "#999999",
  396. "selectedColor": "#E15616",
  397. "borderStyle": "black",
  398. "backgroundColor": "#ffffff",
  399. "list": [{
  400. "pagePath": "pages/tabBar/home/home",
  401. "iconPath": "static/icon-home@3x.png",
  402. "selectedIconPath": "static/icon-home-active@3x.png",
  403. "text": "商城"
  404. },{
  405. "pagePath": "pages/tabBar/category/category",
  406. "iconPath": "static/icon-sort@3x.png",
  407. "selectedIconPath": "static/icon-sort-active@3x.png",
  408. "text": "分类"
  409. },
  410. {
  411. "pagePath": "pages/tabBar/cart/cart",
  412. "iconPath": "static/icon-cart@3x.png",
  413. "selectedIconPath": "static/icon-cart-active@3x.png",
  414. "text": "购物车"
  415. },
  416. {
  417. "pagePath": "pages/tabBar/user/user",
  418. "iconPath": "static/icon-user@3x.png",
  419. "selectedIconPath": "static/icon-user-active@3x.png",
  420. "text": "我的"
  421. }
  422. ]
  423. },
  424. "globalStyle": {
  425. "navigationBarTextStyle": "black",
  426. "navigationBarTitleText": "采美采购商城",
  427. "navigationBarBackgroundColor": "#FFFFFF",
  428. "backgroundColor": "#FFFFFF"
  429. }
  430. }