pages.json 879 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "人脸识别",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": false,
  9. "app-plus": {
  10. "titleNView": {
  11. "autoBackButton": "false"
  12. }
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/index/success",
  18. "style": {
  19. "navigationBarTitleText": "提交成功",
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": false,
  22. "app-plus": {
  23. "titleNView": {
  24. "autoBackButton": "false"
  25. }
  26. }
  27. }
  28. }
  29. ],
  30. "globalStyle": {
  31. "navigationBarTextStyle": "black",
  32. "navigationBarTitleText": "潍坊银行",
  33. "navigationBarBackgroundColor": "rgba(255, 120, 117, 1)",
  34. "backgroundColor": "#F8F8F8"
  35. }
  36. }