pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. }, {
  8. "path": "pages/register",
  9. "style": {
  10. "navigationBarTitleText": "注册"
  11. }
  12. }, {
  13. "path": "pages/index",
  14. "style": {
  15. "navigationBarTitleText": "若依移动端框架",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/index",
  21. "style": {
  22. "navigationBarTitleText": "首页"
  23. }
  24. },
  25. {
  26. "path": "pages/mine/index",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "navigationStyle": "custom",
  30. "navigationBarBackgroundColor": "transparent"
  31. }
  32. },
  33. {
  34. "path": "pages/work/index",
  35. "style": {
  36. "navigationBarTitleText": "工作台"
  37. }
  38. }, {
  39. "path": "pages/mine/avatar/index",
  40. "style": {
  41. "navigationBarTitleText": "修改头像"
  42. }
  43. }, {
  44. "path": "pages/mine/info/index",
  45. "style": {
  46. "navigationBarTitleText": "账号信息",
  47. "navigationStyle": "custom",
  48. "navigationBarBackgroundColor": "transparent"
  49. }
  50. }, {
  51. "path": "pages/mine/info/edit",
  52. "style": {
  53. "navigationBarTitleText": "编辑资料"
  54. }
  55. }, {
  56. "path": "pages/mine/pwd/index",
  57. "style": {
  58. "navigationBarTitleText": "修改密码"
  59. }
  60. }, {
  61. "path": "pages/mine/setting/index",
  62. "style": {
  63. "navigationBarTitleText": "应用设置"
  64. }
  65. }, {
  66. "path": "pages/mine/help/index",
  67. "style": {
  68. "navigationBarTitleText": "常见问题"
  69. }
  70. }, {
  71. "path": "pages/mine/about/index",
  72. "style": {
  73. "navigationBarTitleText": "关于我们"
  74. }
  75. }, {
  76. "path": "pages/common/webview/index",
  77. "style": {
  78. "navigationBarTitleText": "浏览网页"
  79. }
  80. }, {
  81. "path": "pages/common/textview/index",
  82. "style": {
  83. "navigationBarTitleText": "浏览文本"
  84. }
  85. }],
  86. // "tabBar": {
  87. // "color": "#000000",
  88. // "selectedColor": "#000000",
  89. // "borderStyle": "white",
  90. // "backgroundColor": "#ffffff",
  91. // "list": [{
  92. // "pagePath": "pages/index",
  93. // "iconPath": "static/images/tabbar/home.png",
  94. // "selectedIconPath": "static/images/tabbar/home_.png",
  95. // "text": "首页"
  96. // }, {
  97. // "pagePath": "pages/work/index",
  98. // "iconPath": "static/images/tabbar/work.png",
  99. // "selectedIconPath": "static/images/tabbar/work_.png",
  100. // "text": "工作台"
  101. // }, {
  102. // "pagePath": "pages/mine/index",
  103. // "iconPath": "static/images/tabbar/mine.png",
  104. // "selectedIconPath": "static/images/tabbar/mine_.png",
  105. // "text": "我的"
  106. // }
  107. // ]
  108. // },
  109. "globalStyle": {
  110. "navigationBarTextStyle": "black",
  111. "navigationBarTitleText": "RuoYi",
  112. "navigationBarBackgroundColor": "#FFFFFF"
  113. }
  114. }