pages.json 10 KB

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