app.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "pages": [
  3. "pages/tabBar/index/index",
  4. "pages/tabBar/cart/index",
  5. "pages/tabBar/user/index",
  6. "pages/authorize/authorize",
  7. "pages/login/login",
  8. "pages/goods/list",
  9. "pages/goods/cart",
  10. "pages/goods/search",
  11. "pages/goods/product",
  12. "pages/goods/product-activi",
  13. "pages/goods/good-floorMore"
  14. ],
  15. "subPackages": [
  16. {
  17. "root": "pages/user/",
  18. "pages": [
  19. "address/addressManage",
  20. "address/address",
  21. "order/create-order",
  22. "order/success",
  23. "order/order-list",
  24. "order/order-list-retail",
  25. "order/order-details",
  26. "order/order-payment",
  27. "order/search-order",
  28. "order/order-logistics",
  29. "activity/activity",
  30. "activity/activity-list"
  31. ]
  32. }
  33. ],
  34. "window": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "呵呵商城",
  37. "navigationBarBackgroundColor": "#FFFFFF",
  38. "backgroundColor": "#FFFFFF"
  39. },
  40. "tabBar": {
  41. "height": "80",
  42. "color": "#999999",
  43. "selectedColor": "#ff457b",
  44. "borderStyle": "black",
  45. "backgroundColor": "#ffffff",
  46. "list": [
  47. {
  48. "pagePath": "pages/tabBar/index/index",
  49. "iconPath": "static/icon-index@2x.png",
  50. "selectedIconPath": "static/icon-index-active@2x.png",
  51. "text": "商城"
  52. },
  53. {
  54. "pagePath": "pages/tabBar/cart/index",
  55. "iconPath": "static/icon-cart@2x.png",
  56. "selectedIconPath": "static/icon-cart-active@2x.png",
  57. "text": "购物车"
  58. },
  59. {
  60. "pagePath": "pages/tabBar/user/index",
  61. "iconPath": "static/icon-user@2x.png",
  62. "selectedIconPath": "static/icon-user-active@2x.png",
  63. "text": "我的"
  64. }
  65. ]
  66. },
  67. "permission": {},
  68. "navigateToMiniProgramAppIdList": [
  69. "wx5a5cda32926f55ac"
  70. ],
  71. "uniStatistics": {
  72. "enable": true
  73. },
  74. "usingComponents": {
  75. "cu-custom": "/components/cm-custom/cu-custom",
  76. "au-custom": "/components/cm-custom/au-custom",
  77. "cm-custom": "/components/cm-custom/cm-custom",
  78. "ws-custom": "/components/cm-custom/ws-custom",
  79. "scroll-top": "/components/cm-module/scrollTop/scrollTop",
  80. "city-picker": "/components/mpvue-citypicker/mpvueCityPicker"
  81. }
  82. }