pages.json 5.8 KB

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