pages.json 9.4 KB

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