pages.json 2.2 KB

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