pages.json 10 KB

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