pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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. "root": "supplier",
  414. "pages": [
  415. {
  416. "path": "pages/login/bind-operator",
  417. "style": {
  418. "navigationBarTitleText": "绑定微信"
  419. }
  420. },{
  421. "path": "pages/login/share-login",
  422. "style": {
  423. "navigationBarTitleText": "查看订单"
  424. }
  425. },{
  426. "path": "pages/order/order-details",
  427. "style": {
  428. "navigationBarTitleText": "订单详情",
  429. "navigationStyle":"custom"
  430. }
  431. },{
  432. "path": "pages/order/order-service-details",
  433. "style": {
  434. "navigationBarTitleText": "订单详情",
  435. "navigationStyle":"custom"
  436. }
  437. },{
  438. "path": "pages/deliver/add-logistics",
  439. "style": {
  440. "navigationBarTitleText": "录入物流信息"
  441. }
  442. },{
  443. "path": "pages/deliver/deliver-goods",
  444. "style": {
  445. "navigationBarTitleText": "发货"
  446. }
  447. },{
  448. "path": "pages/deliver/deliver-record",
  449. "style": {
  450. "navigationBarTitleText": "发货记录"
  451. }
  452. },{
  453. "path": "pages/deliver/logistics-list",
  454. "style": {
  455. "navigationBarTitleText": "物流公司"
  456. }
  457. }
  458. ]
  459. }
  460. ],
  461. "tabBar": {
  462. "height":"80",
  463. "color": "#999999",
  464. "selectedColor": "#E15616",
  465. "borderStyle": "black",
  466. "backgroundColor": "#ffffff",
  467. "list": [{
  468. "pagePath": "pages/tabBar/home/home",
  469. "iconPath": "static/icon-home@3x.png",
  470. "selectedIconPath": "static/icon-home-active@3x.png",
  471. "text": "商城"
  472. },{
  473. "pagePath": "pages/tabBar/category/category",
  474. "iconPath": "static/icon-sort@3x.png",
  475. "selectedIconPath": "static/icon-sort-active@3x.png",
  476. "text": "分类"
  477. },
  478. {
  479. "pagePath": "pages/tabBar/cart/cart",
  480. "iconPath": "static/icon-cart@3x.png",
  481. "selectedIconPath": "static/icon-cart-active@3x.png",
  482. "text": "购物车"
  483. },
  484. {
  485. "pagePath": "pages/tabBar/user/user",
  486. "iconPath": "static/icon-user@3x.png",
  487. "selectedIconPath": "static/icon-user-active@3x.png",
  488. "text": "我的"
  489. }
  490. ]
  491. },
  492. "globalStyle": {
  493. "navigationBarTextStyle": "black",
  494. "navigationBarTitleText": "采美采购商城",
  495. "navigationBarBackgroundColor": "#FFFFFF",
  496. "backgroundColor": "#FFFFFF"
  497. },
  498. "condition" : { //模式配置,仅开发期间生效
  499. "current": 0, //当前激活的模式(list 的索引项)
  500. "list": [
  501. {
  502. "name": "", //模式名称
  503. "path": "", //启动页面,必选
  504. "query": "" //启动参数,在页面的onLoad函数里面得到
  505. }
  506. ]
  507. }
  508. }