pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/register",
  10. "style": {
  11. "navigationBarTitleText": "注册",
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/index",
  16. "style": {
  17. "navigationBarTitleText": "首页",
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/mine/index",
  22. "style": {
  23. "navigationBarTitleText": "我的",
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/work/index",
  28. "style": {
  29. "navigationBarTitleText": "工作台",
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/mine/avatar/index",
  34. "style": {
  35. "navigationBarTitleText": "修改头像",
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/mine/info/index",
  40. "style": {
  41. "navigationBarTitleText": "个人信息",
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/mine/info/edit",
  46. "style": {
  47. "navigationBarTitleText": "编辑资料",
  48. "navigationStyle": "custom"
  49. }
  50. }, {
  51. "path": "pages/mine/pwd/index",
  52. "style": {
  53. "navigationBarTitleText": "修改密码",
  54. "navigationStyle": "custom"
  55. }
  56. }, {
  57. "path": "pages/mine/setting/index",
  58. "style": {
  59. "navigationBarTitleText": "应用设置",
  60. "navigationStyle": "custom"
  61. }
  62. }, {
  63. "path": "pages/mine/help/index",
  64. "style": {
  65. "navigationBarTitleText": "常见问题",
  66. "navigationStyle": "custom"
  67. }
  68. }, {
  69. "path": "pages/mine/about/index",
  70. "style": {
  71. "navigationBarTitleText": "关于我们",
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/common/webview/index",
  76. "style": {
  77. "navigationBarTitleText": "浏览网页",
  78. "navigationStyle": "custom"
  79. }
  80. }, {
  81. "path": "pages/common/textview/index",
  82. "style": {
  83. "navigationBarTitleText": "浏览文本",
  84. "navigationStyle": "custom"
  85. }
  86. }],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "custom",
  89. "navigationBarTitleText": "custom",
  90. "navigationBarBackgroundColor": "custom",
  91. "navigationStyle": "custom"
  92. }
  93. }