pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom",
  7. "navigationBarBackgroundColor": "transparent"
  8. }
  9. }, {
  10. "path": "pages/register",
  11. "style": {
  12. "navigationBarTitleText": "注册",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/indexOrder/index",
  18. "style": {
  19. "navigationBarTitleText": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/indexOrder/message",
  24. "style": {
  25. "navigationBarTitleText": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/mine/index",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/work/index",
  36. "style": {
  37. "navigationBarTitleText": "工作台",
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/mine/avatar/index",
  42. "style": {
  43. "navigationBarTitleText": "修改头像",
  44. "navigationStyle": "custom"
  45. }
  46. }, {
  47. "path": "pages/mine/info/index",
  48. "style": {
  49. "navigationBarTitleText": "账号信息",
  50. "navigationStyle": "custom",
  51. "navigationBarBackgroundColor": "transparent"
  52. }
  53. }, {
  54. "path": "pages/mine/info/name",
  55. "style": {
  56. "navigationBarTitleText": "姓名",
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/mine/info/intro",
  61. "style": {
  62. "navigationBarTitleText": "简介",
  63. "navigationStyle": "custom"
  64. }
  65. }, {
  66. "path": "pages/mine/info/phone",
  67. "style": {
  68. "navigationBarTitleText": "手机号码",
  69. "navigationStyle": "custom"
  70. }
  71. }, {
  72. "path": "pages/mine/pwd/index",
  73. "style": {
  74. "navigationBarTitleText": "修改密码",
  75. "navigationStyle": "custom"
  76. }
  77. }, {
  78. "path": "pages/mine/setting/index",
  79. "style": {
  80. "navigationBarTitleText": "应用设置",
  81. "navigationStyle": "custom"
  82. }
  83. }, {
  84. "path": "pages/mine/help/index",
  85. "style": {
  86. "navigationBarTitleText": "常见问题",
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/mine/about/index",
  91. "style": {
  92. "navigationBarTitleText": "关于我们",
  93. "navigationStyle": "custom"
  94. }
  95. }, {
  96. "path": "pages/common/webview/index",
  97. "style": {
  98. "navigationBarTitleText": "浏览网页",
  99. "navigationStyle": "custom"
  100. }
  101. }, {
  102. "path": "pages/common/textview/index",
  103. "style": {
  104. "navigationBarTitleText": "浏览文本",
  105. "navigationStyle": "custom"
  106. }
  107. }
  108. ],
  109. "globalStyle": {
  110. "navigationBarTextStyle": "black",
  111. "navigationBarTitleText": "",
  112. "navigationBarBackgroundColor": "#ffffff",
  113. "navigationStyle": "custom"
  114. }
  115. }