pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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/order/search",
  20. // "style": {
  21. // "navigationBarTitleText": "预约查询",
  22. // "h5":{
  23. // "titleNView":false
  24. // }
  25. // }
  26. // },
  27. // {
  28. // "path": "pages/order/notice",
  29. // "style": {
  30. // "navigationBarTitleText": "预约须知",
  31. // "h5":{
  32. // "titleNView":false
  33. // }
  34. // }
  35. // },
  36. {
  37. "path": "pages/register",
  38. "style": {
  39. "navigationBarTitleText": "注册"
  40. }
  41. },
  42. {
  43. "path": "pages/order/staffcode",
  44. "style": {
  45. "navigationBarTitleText": "扫码通行",
  46. "h5":{
  47. "titleNView":false
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/order/stafffail",
  53. "style": {
  54. "navigationBarTitleText": "提示",
  55. "h5":{
  56. "titleNView":false
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/order/come",
  62. "style": {
  63. "navigationBarTitleText": "来访预约",
  64. "h5":{
  65. "titleNView":false
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/order/comedetail",
  71. "style": {
  72. "navigationBarTitleText": "预约信息",
  73. "h5":{
  74. "titleNView":false
  75. }
  76. }
  77. },
  78. {
  79. "path": "a/code",
  80. "style": {
  81. "navigationBarTitleText": "预约信息",
  82. "h5":{
  83. "titleNView":false
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/order/code",
  89. "style": {
  90. "navigationBarTitleText": "扫码通行",
  91. "h5":{
  92. "titleNView":false
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/agreement",
  98. "style": {
  99. "navigationBarTitleText": "用户协议及隐私条款"
  100. }
  101. },
  102. {
  103. "path": "pages/work/index",
  104. "style": {
  105. "navigationBarTitleText": "工作台"
  106. }
  107. }, {
  108. "path": "pages/mine/index",
  109. "style": {
  110. "navigationBarTitleText": "我的",
  111. "navigationStyle": "custom",
  112. "enablePullDownRefresh":true
  113. }
  114. }, {
  115. "path": "pages/mine/avatar/index",
  116. "style": {
  117. "navigationBarTitleText": "修改头像"
  118. }
  119. }, {
  120. "path": "pages/mine/info/index",
  121. "style": {
  122. "navigationBarTitleText": "个人信息"
  123. }
  124. }, {
  125. "path": "pages/mine/info/edit",
  126. "style": {
  127. "navigationBarTitleText": "编辑资料"
  128. }
  129. }, {
  130. "path": "pages/mine/pwd/index",
  131. "style": {
  132. "navigationBarTitleText": "修改密码"
  133. }
  134. }, {
  135. "path": "pages/mine/pwd/forgetpwd",
  136. "style": {
  137. "navigationBarTitleText": "忘记密码"
  138. }
  139. }, {
  140. "path": "pages/mine/pwd/resetpwd",
  141. "style": {
  142. "navigationBarTitleText": "重置密码"
  143. }
  144. }, {
  145. "path": "pages/mine/setting/index",
  146. "style": {
  147. "navigationBarTitleText": "应用设置"
  148. }
  149. }, {
  150. "path": "pages/mine/help/index",
  151. "style": {
  152. "navigationBarTitleText": "常见问题"
  153. }
  154. }, {
  155. "path": "pages/mine/about/index",
  156. "style": {
  157. "navigationBarTitleText": "关于我们"
  158. }
  159. }, {
  160. "path": "pages/common/webview/index",
  161. "style": {
  162. "navigationBarTitleText": "浏览网页"
  163. }
  164. }, {
  165. "path": "pages/common/textview/index",
  166. "style": {
  167. "navigationBarTitleText": "浏览文本"
  168. }
  169. }],
  170. // "tabBar": {
  171. // "color": "#000000",
  172. // "selectedColor": "#000000",
  173. // "borderStyle": "white",
  174. // "backgroundColor": "#ffffff",
  175. // "list": [{
  176. // "pagePath": "pages/index/index",
  177. // "iconPath": "static/images/tabbar/home.png",
  178. // "selectedIconPath": "static/images/tabbar/home_.png",
  179. // "text": "首页"
  180. // }, {
  181. // "pagePath": "pages/mine/index",
  182. // "iconPath": "static/images/tabbar/mine.png",
  183. // "selectedIconPath": "static/images/tabbar/mine_.png",
  184. // "text": "我的"
  185. // }
  186. // ]
  187. // },
  188. "globalStyle": {
  189. "navigationBarTextStyle": "black",
  190. "navigationBarTitleText": "RuoYi",
  191. "navigationBarBackgroundColor": "#FFFFFF"
  192. }
  193. }