pages.json 2.7 KB

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