pages.json 392 B

123456789101112131415161718
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "转款须知"
  7. // 团队新增代理
  8. }
  9. }
  10. ],
  11. "globalStyle": {
  12. "navigationBarTextStyle": "black",
  13. "navigationStyle": "custom",
  14. "app-plus": {
  15. "scrollIndicator": "none"
  16. }
  17. }
  18. }