pages.json 10.0 KB

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