pages.json 4.1 KB

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