问星数据小程序

pages.json 820B

1234567891011121314151617181920212223242526272829
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/hint/hint",
  5. "style": {
  6. "navigationStyle":"custom",
  7. "navigationBarTitleText": "问星数据"
  8. }
  9. }
  10. ,{
  11. "path" : "pages/hint/hint",
  12. "style" :
  13. {
  14. "navigationBarTitleText": "",
  15. "enablePullDownRefresh": false
  16. }
  17. }
  18. ],
  19. "globalStyle": {
  20. // "navigationStyle":"custom",
  21. "navigationBarTextStyle": "black",
  22. "navigationBarTitleText": "问星数据-视频号",
  23. "navigationBarBackgroundColor": "#F8F8F8",
  24. "backgroundColor": "#F8F8F8",
  25. "autoscan":true
  26. }
  27. }