pages.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/mine/index",
  24. "style": {
  25. "navigationBarTitleText": "我的",
  26. "navigationStyle": "custom"
  27. }
  28. }, {
  29. "path": "pages/work/index",
  30. "style": {
  31. "navigationBarTitleText": "工作台",
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/mine/avatar/index",
  36. "style": {
  37. "navigationBarTitleText": "修改头像",
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/mine/info/index",
  42. "style": {
  43. "navigationBarTitleText": "账号信息",
  44. "navigationStyle": "custom",
  45. "navigationBarBackgroundColor": "transparent"
  46. }
  47. }, {
  48. "path": "pages/mine/info/edit",
  49. "style": {
  50. "navigationBarTitleText": "编辑资料",
  51. "navigationStyle": "custom"
  52. }
  53. }, {
  54. "path": "pages/mine/pwd/index",
  55. "style": {
  56. "navigationBarTitleText": "修改密码",
  57. "navigationStyle": "custom"
  58. }
  59. }, {
  60. "path": "pages/mine/setting/index",
  61. "style": {
  62. "navigationBarTitleText": "应用设置",
  63. "navigationStyle": "custom"
  64. }
  65. }, {
  66. "path": "pages/mine/help/index",
  67. "style": {
  68. "navigationBarTitleText": "常见问题",
  69. "navigationStyle": "custom"
  70. }
  71. }, {
  72. "path": "pages/mine/about/index",
  73. "style": {
  74. "navigationBarTitleText": "关于我们",
  75. "navigationStyle": "custom"
  76. }
  77. }, {
  78. "path": "pages/common/webview/index",
  79. "style": {
  80. "navigationBarTitleText": "浏览网页",
  81. "navigationStyle": "custom"
  82. }
  83. }, {
  84. "path": "pages/common/textview/index",
  85. "style": {
  86. "navigationBarTitleText": "浏览文本",
  87. "navigationStyle": "custom"
  88. }
  89. }
  90. ],
  91. "globalStyle": {
  92. "navigationBarTextStyle": "black",
  93. "navigationBarTitleText": "",
  94. "navigationBarBackgroundColor": "#ffffff",
  95. "navigationStyle": "custom"
  96. }
  97. }