pages.json 10 KB

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