pages.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. }
  45. }, {
  46. "path": "pages/mine/info/edit",
  47. "style": {
  48. "navigationBarTitleText": "编辑资料",
  49. "navigationStyle": "custom"
  50. }
  51. }, {
  52. "path": "pages/mine/pwd/index",
  53. "style": {
  54. "navigationBarTitleText": "修改密码",
  55. "navigationStyle": "custom"
  56. }
  57. }, {
  58. "path": "pages/mine/setting/index",
  59. "style": {
  60. "navigationBarTitleText": "应用设置",
  61. "navigationStyle": "custom"
  62. }
  63. }, {
  64. "path": "pages/mine/help/index",
  65. "style": {
  66. "navigationBarTitleText": "常见问题",
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/mine/about/index",
  71. "style": {
  72. "navigationBarTitleText": "关于我们",
  73. "navigationStyle": "custom"
  74. }
  75. }, {
  76. "path": "pages/common/webview/index",
  77. "style": {
  78. "navigationBarTitleText": "浏览网页",
  79. "navigationStyle": "custom"
  80. }
  81. }, {
  82. "path": "pages/common/textview/index",
  83. "style": {
  84. "navigationBarTitleText": "浏览文本",
  85. "navigationStyle": "custom"
  86. }
  87. }],
  88. "globalStyle": {
  89. "navigationBarTextStyle": "black",
  90. "navigationBarTitleText": "",
  91. "navigationBarBackgroundColor": "#ffffff",
  92. "navigationStyle": "custom"
  93. }
  94. }