pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/privacyAgreement/index",
  10. "style": {
  11. "navigationBarTitleText": "用户隐私政策"
  12. }
  13. },
  14. {
  15. "path": "pages/userAgreement/index",
  16. "style": {
  17. "navigationBarTitleText": "用户服务协议"
  18. }
  19. }, {
  20. "path": "pages/register/index",
  21. "style": {
  22. "navigationBarTitleText": "邀请下载",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/downloadApp/index",
  28. "style": {
  29. "navigationBarTitleText": "APP下载",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ,{
  34. "path" : "pages/quickappPrivacy/index",
  35. "style" :
  36. {
  37. "navigationBarTitleText": "用户隐私政策",
  38. "enablePullDownRefresh": false
  39. }
  40. }
  41. ],
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "uni-app",
  45. "navigationBarBackgroundColor": "#F8F8F8",
  46. "backgroundColor": "#F8F8F8",
  47. "navigationStyle": "custom",
  48. "app-plus": {
  49. "titleNView": false
  50. }
  51. }
  52. }