pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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/video/index",
  115. "style": {
  116. "navigationBarTitleText": "视频",
  117. "navigationStyle": "custom"
  118. }
  119. }, {
  120. "path": "pages/mine/index",
  121. "style": {
  122. "navigationBarTitleText": "我的",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/index/notice",
  128. "style": {
  129. "navigationBarTitleText": "消息",
  130. "navigationBarBackgroundColor": "#00A9F0",
  131. "navigationBarTextStyle": "white",
  132. "h5":{
  133. "titleNView":false
  134. }
  135. }},
  136. {
  137. "path": "pages/index/noticedetail",
  138. "style": {
  139. "navigationBarTitleText": "消息详情",
  140. "navigationBarBackgroundColor": "#00A9F0",
  141. "navigationBarTextStyle": "white",
  142. "h5":{
  143. "titleNView":false
  144. }
  145. }},
  146. {
  147. "path": "pages/mine/avatar/index",
  148. "style": {
  149. "navigationBarTitleText": "修改头像"
  150. }
  151. }, {
  152. "path": "pages/mine/info/index",
  153. "style": {
  154. "navigationBarTitleText": "个人信息"
  155. }
  156. }, {
  157. "path": "pages/mine/info/edit",
  158. "style": {
  159. "navigationBarTitleText": "编辑资料"
  160. }
  161. }, {
  162. "path": "pages/mine/pwd/index",
  163. "style": {
  164. "navigationBarTitleText": "修改密码"
  165. }
  166. }, {
  167. "path": "pages/mine/pwd/forgetpwd",
  168. "style": {
  169. "navigationBarTitleText": "忘记密码"
  170. }
  171. }, {
  172. "path": "pages/mine/pwd/resetpwd",
  173. "style": {
  174. "navigationBarTitleText": "重置密码"
  175. }
  176. }, {
  177. "path": "pages/mine/setting/index",
  178. "style": {
  179. "navigationBarTitleText": "应用设置"
  180. }
  181. }, {
  182. "path": "pages/mine/help/index",
  183. "style": {
  184. "navigationBarTitleText": "常见问题"
  185. }
  186. }, {
  187. "path": "pages/mine/about/index",
  188. "style": {
  189. "navigationBarTitleText": "关于我们"
  190. }
  191. }, {
  192. "path": "pages/common/webview/index",
  193. "style": {
  194. "navigationBarTitleText": "浏览网页"
  195. }
  196. }, {
  197. "path": "pages/common/textview/index",
  198. "style": {
  199. "navigationBarTitleText": "浏览文本"
  200. }
  201. }],
  202. "subPackages": [
  203. {
  204. "root": "work",
  205. "pages": [
  206. {
  207. "path": "pages/yyorder/eat",
  208. "style": {
  209. "navigationBarTitleText": "就餐预订",
  210. "navigationStyle": "custom"
  211. }
  212. },
  213. {
  214. "path": "pages/yyorder/eatlist",
  215. "style": {
  216. "navigationBarTitleText": "我的就餐预订",
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/yyorder/eatlistday",
  222. "style": {
  223. "navigationBarTitleText": "我的就餐预订",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path": "pages/yyorder/meeting",
  229. "style": {
  230. "navigationBarTitleText": "会议预订",
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "pages/yyorder/meetlist",
  236. "style": {
  237. "navigationBarTitleText": "我的会议预订",
  238. "navigationStyle": "custom"
  239. }
  240. },
  241. {
  242. "path": "pages/yyorder/limit",
  243. "style": {
  244. "navigationBarTitleText": "人员权限",
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path": "pages/yyorder/limitdetail",
  250. "style": {
  251. "navigationBarTitleText": "人员权限",
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path": "pages/record/clockin",
  257. "style": {
  258. "navigationBarTitleText": "打卡记录",
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "pages/record/detail",
  264. "style": {
  265. "navigationBarTitleText": "打卡记录",
  266. "navigationStyle": "custom"
  267. }
  268. },
  269. {
  270. "path": "pages/record/visitor",
  271. "style": {
  272. "navigationBarTitleText": "访客记录"
  273. }
  274. }
  275. ]
  276. }
  277. ],
  278. "preloadRule":{
  279. "pages/index/index": {
  280. "network": "all",
  281. "packages": ["work"]
  282. },
  283. "pages/login": {
  284. "network": "all",
  285. "packages": ["work"]
  286. }
  287. },
  288. "globalStyle": {
  289. "navigationBarTextStyle": "black",
  290. "navigationBarTitleText": "RuoYi",
  291. "navigationBarBackgroundColor": "#FFFFFF"
  292. }
  293. }