pages.json 445 B

1234567891011121314151617181920212223
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "授权书"
  7. }
  8. }
  9. ],
  10. "globalStyle": {
  11. "navigationBarTextStyle": "black",
  12. "navigationStyle": "custom",
  13. "app-plus": {
  14. "scrollIndicator": "none"
  15. },
  16. "h5": {
  17. "pullToRefresh": {
  18. "color": "#F76454"
  19. }
  20. }
  21. },
  22. "uniIdRouter": {}
  23. }