pages.json 2.7 KB

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