问星数据小程序

pages copy.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle":"custom",
  7. "navigationBarTitleText": "问星数据-视频号"
  8. }
  9. }
  10. ,{
  11. "path" : "pages/extension/extension",
  12. "style" :
  13. {
  14. "navigationStyle":"custom",
  15. "navigationBarTitleText": "问星数据-视频号",
  16. "enablePullDownRefresh": false
  17. }
  18. }
  19. ,{
  20. "path" : "pages/sphRank/sphRank",
  21. "style" :
  22. {
  23. "navigationStyle":"custom",
  24. "navigationBarTextStyle": "white",
  25. "navigationBarBackgroundColor": "#2562FF",
  26. "navigationBarTitleText": "视频号榜单",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/live/live",
  32. "style" :
  33. {
  34. "navigationStyle":"custom",
  35. "navigationBarTextStyle": "white",
  36. "navigationBarBackgroundColor": "#2562FF",
  37. "navigationBarTitleText": "直播大厅",
  38. "enablePullDownRefresh": false
  39. }
  40. }
  41. ,{
  42. "path" : "pages/cyRank/cyRank",
  43. "style" :
  44. {
  45. "navigationStyle":"custom",
  46. "navigationBarTitleText": "创意中心",
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ,{
  51. "path" : "pages/mine/mine",
  52. "style" :
  53. {
  54. "navigationStyle":"custom",
  55. "navigationBarTitleText": "问星数据 - 视频号",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ],
  60. "globalStyle": {
  61. // "navigationStyle":"custom",
  62. "navigationBarTextStyle": "black",
  63. "navigationBarTitleText": "问星数据-视频号",
  64. "navigationBarBackgroundColor": "#F8F8F8",
  65. "backgroundColor": "#F8F8F8",
  66. "autoscan":true
  67. }
  68. }