pages.json 12 KB

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