店播抖音版小程序

pages.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/index/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "问星数据-抖音版",
  8. "enablePullDownRefresh": false
  9. }
  10. }
  11. ,{
  12. "path" : "pages/live/live",
  13. "style" :
  14. {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. }
  19. ,{
  20. "path" : "pages/brand/brand",
  21. "style" :
  22. {
  23. "navigationBarTitleText": "",
  24. "enablePullDownRefresh": false
  25. }
  26. }
  27. ,{
  28. "path" : "pages/goods/goods",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "",
  32. "enablePullDownRefresh": false
  33. }
  34. }
  35. ,{
  36. "path" : "pages/mine/mine",
  37. "style" :
  38. {
  39. "navigationBarTitleText": "",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ],
  44. "subPackages":[{
  45. "root":"pages/subPackages",
  46. "pages":[
  47. {
  48. "path":"login/login",
  49. "style": {
  50. "navigationBarTitleText": "授权登录"
  51. }
  52. },{
  53. "path" : "liveDetail/liveDetail",
  54. "style" :{
  55. "navigationBarTitleText": "",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ]
  60. }],
  61. "tabBar": {
  62. "custom": true,
  63. "color": "#7A7E83",
  64. "selectedColor": "#007AFF",
  65. "borderStyle": "black",
  66. "backgroundColor": "#F8F8F8",
  67. "list": [{
  68. "pagePath": "pages/index/index",
  69. "iconPath": "/static/tabBar/home.png",
  70. "selectedIconPath": "/static/tabBar/home_yes.png",
  71. "text": "首页"
  72. },
  73. {
  74. "pagePath": "pages/live/live",
  75. "iconPath": "/static/tabBar/sphRank.png",
  76. "selectedIconPath": "/static/tabBar/sphRank_yes.png",
  77. "text": "直播"
  78. },
  79. {
  80. "pagePath": "pages/brand/brand",
  81. "iconPath": "/static/tabBar/live.png",
  82. "selectedIconPath": "/static/tabBar/live.png",
  83. "text": "品牌"
  84. },
  85. {
  86. "pagePath": "pages/goods/goods",
  87. "iconPath": "/static/tabBar/cyRank.png",
  88. "selectedIconPath": "/static/tabBar/cyRank_yes.png",
  89. "text": "商品"
  90. },
  91. {
  92. "pagePath": "pages/mine/mine",
  93. "iconPath": "/static/tabBar/wode.png",
  94. "selectedIconPath": "/static/tabBar/wode_yes.png",
  95. "text": "我的"
  96. }
  97. ]
  98. },
  99. "globalStyle": {
  100. "navigationStyle": "custom",
  101. "navigationBarTextStyle": "black",
  102. "navigationBarTitleText": "问星数据-抖音版",
  103. "navigationBarBackgroundColor": "#FFFFFF",
  104. "backgroundColor": "#FFFFFF"
  105. }
  106. }