pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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/report/index",
  20. "style": {
  21. "navigationBarTitleText": "履职报告",
  22. "navigationStyle": "custom"
  23. }},
  24. {
  25. "path": "pages/notice/index",
  26. "style": {
  27. "navigationBarTitleText": "会议通知",
  28. "navigationStyle": "custom"
  29. }},
  30. {
  31. "path": "pages/register",
  32. "style": {
  33. "navigationBarTitleText": "注册"
  34. }
  35. },
  36. {
  37. "path": "pages/agreement",
  38. "style": {
  39. "navigationBarTitleText": "用户协议及隐私条款"
  40. }
  41. }, {
  42. "path": "pages/mine/index",
  43. "style": {
  44. "navigationBarTitleText": "我的",
  45. "navigationStyle": "custom",
  46. "enablePullDownRefresh":true
  47. }
  48. }, {
  49. "path": "pages/mine/avatar/index",
  50. "style": {
  51. "navigationBarTitleText": "修改头像"
  52. }
  53. }, {
  54. "path": "pages/mine/info/index",
  55. "style": {
  56. "navigationBarTitleText": "个人信息"
  57. }
  58. }, {
  59. "path": "pages/mine/info/edit",
  60. "style": {
  61. "navigationBarTitleText": "编辑资料"
  62. }
  63. }, {
  64. "path": "pages/mine/pwd/index",
  65. "style": {
  66. "navigationBarTitleText": "修改密码",
  67. "navigationBarBackgroundColor": "#1D64E2",
  68. "navigationBarTextStyle": "white",
  69. "h5":{"titleNView":false}
  70. }
  71. }, {
  72. "path": "pages/mine/pwd/forgetpwd",
  73. "style": {
  74. "navigationBarTitleText": "忘记密码"
  75. }
  76. }, {
  77. "path": "pages/mine/pwd/resetpwd",
  78. "style": {
  79. "navigationBarTitleText": "重置密码"
  80. }
  81. }, {
  82. "path": "pages/mine/setting/index",
  83. "style": {
  84. "navigationBarTitleText": "应用设置"
  85. }
  86. }, {
  87. "path": "pages/mine/help/index",
  88. "style": {
  89. "navigationBarTitleText": "常见问题"
  90. }
  91. }, {
  92. "path": "pages/mine/about/index",
  93. "style": {
  94. "navigationBarTitleText": "关于我们"
  95. }
  96. }, {
  97. "path": "pages/common/webview/index",
  98. "style": {
  99. "navigationBarTitleText": "浏览网页"
  100. }
  101. }, {
  102. "path": "pages/common/textview/index",
  103. "style": {
  104. "navigationBarTitleText": "浏览文本"
  105. }
  106. }],
  107. "subPackages": [
  108. {
  109. "root": "work",
  110. "pages": [
  111. {
  112. "path": "pages/case/add",
  113. "style": {
  114. "navigationBarTitleText": "提交提案",
  115. "navigationBarBackgroundColor": "#1D64E2",
  116. "navigationBarTextStyle": "white",
  117. "h5":{"titleNView":false}
  118. }
  119. },
  120. {
  121. "path": "pages/case/talbclass",
  122. "style": {
  123. "navigationBarTitleText": "提案类别",
  124. "navigationBarBackgroundColor": "#1D64E2",
  125. "navigationBarTextStyle": "white",
  126. "h5":{"titleNView":false}
  127. }
  128. },
  129. {
  130. "path": "pages/case/lmtapeople",
  131. "style": {
  132. "navigationBarTitleText": "联名提案人员",
  133. "navigationBarBackgroundColor": "#1D64E2",
  134. "navigationBarTextStyle": "white",
  135. "h5":{"titleNView":false}
  136. }
  137. },
  138. {
  139. "path": "pages/case/mine",
  140. "style": {
  141. "navigationBarTitleText": "我的提案",
  142. "navigationBarBackgroundColor": "#1D64E2",
  143. "navigationBarTextStyle": "white",
  144. "navigationStyle": "custom",
  145. "h5":{"titleNView":false}
  146. }
  147. },
  148. {
  149. "path": "pages/case/tacheck",
  150. "style": {
  151. "navigationBarTitleText": "提案查重",
  152. "navigationBarBackgroundColor": "#1D64E2",
  153. "navigationBarTextStyle": "white",
  154. "h5":{"titleNView":false}
  155. }
  156. },
  157. {
  158. "path": "pages/case/details",
  159. "style": {
  160. "navigationBarTitleText": "提交提案",
  161. "navigationBarBackgroundColor": "#1D64E2",
  162. "navigationBarTextStyle": "white",
  163. "h5":{"titleNView":false}
  164. }
  165. },
  166. {
  167. "path": "pages/news/add",
  168. "style": {
  169. "navigationBarTitleText": "发布通知",
  170. "navigationBarBackgroundColor": "#1D64E2",
  171. "navigationBarTextStyle": "white",
  172. "h5":{"titleNView":false}
  173. }
  174. },
  175. {
  176. "path": "pages/news/list",
  177. "style": {
  178. "navigationBarTitleText": "消息通知",
  179. "navigationBarBackgroundColor": "#1D64E2",
  180. "navigationBarTextStyle": "white",
  181. "navigationStyle": "custom",
  182. "h5":{"titleNView":false}
  183. }
  184. },
  185. {
  186. "path": "pages/meeting/readdetail",
  187. "style": {
  188. "navigationBarTitleText": "阅读详情",
  189. "navigationBarBackgroundColor": "#1D64E2",
  190. "navigationBarTextStyle": "white",
  191. "h5":{"titleNView":false}
  192. }
  193. },
  194. {
  195. "path": "pages/meeting/list",
  196. "style": {
  197. "navigationBarTitleText": "阅读详情",
  198. "navigationBarBackgroundColor": "#1D64E2",
  199. "navigationBarTextStyle": "white",
  200. "h5":{"titleNView":false}
  201. }
  202. },
  203. {
  204. "path": "pages/meeting/add",
  205. "style": {
  206. "navigationBarTitleText": "创建会议",
  207. "navigationBarBackgroundColor": "#1D64E2",
  208. "navigationBarTextStyle": "white",
  209. "h5":{"titleNView":false}
  210. }
  211. },
  212. {
  213. "path": "pages/meeting/addspeak",
  214. "style": {
  215. "navigationBarTitleText": "录入发言",
  216. "navigationBarBackgroundColor": "#1D64E2",
  217. "navigationBarTextStyle": "white",
  218. "h5":{"titleNView":false}
  219. }
  220. },
  221. {
  222. "path": "pages/meeting/speaklist",
  223. "style": {
  224. "navigationBarTitleText": "发言列表",
  225. "navigationBarBackgroundColor": "#1D64E2",
  226. "navigationBarTextStyle": "white",
  227. "h5":{"titleNView":false}
  228. }
  229. },
  230. {
  231. "path": "pages/meeting/people",
  232. "style": {
  233. "navigationBarTitleText": "添加人员",
  234. "navigationBarBackgroundColor": "#1D64E2",
  235. "navigationBarTextStyle": "white",
  236. "h5":{"titleNView":false}
  237. }
  238. },
  239. {
  240. "path": "pages/meeting/signin",
  241. "style": {
  242. "navigationBarTitleText": "会议签到",
  243. "navigationBarBackgroundColor": "#1D64E2",
  244. "navigationBarTextStyle": "white",
  245. "h5":{"titleNView":false}
  246. }
  247. },
  248. {
  249. "path": "pages/report/info",
  250. "style": {
  251. "navigationBarTitleText": "履职信息",
  252. "navigationBarBackgroundColor": "#1D64E2",
  253. "navigationBarTextStyle": "white",
  254. "navigationStyle": "custom",
  255. "h5":{"titleNView":false}
  256. }
  257. },
  258. {
  259. "path": "pages/report/details",
  260. "style": {
  261. "navigationBarTitleText": "履职详情",
  262. "navigationBarBackgroundColor": "#1D64E2",
  263. "navigationBarTextStyle": "white",
  264. "navigationStyle": "custom",
  265. "h5":{"titleNView":false}
  266. }
  267. },
  268. {
  269. "path": "pages/report/mineinfo",
  270. "style": {
  271. "navigationBarTitleText": "个人信息",
  272. "navigationBarBackgroundColor": "#1D64E2",
  273. "navigationBarTextStyle": "white",
  274. "h5":{"titleNView":false}
  275. }
  276. },
  277. {
  278. "path": "pages/report/addscore",
  279. "style": {
  280. "navigationBarTitleText": "履职加分",
  281. "navigationBarBackgroundColor": "#1D64E2",
  282. "navigationBarTextStyle": "white",
  283. "h5":{"titleNView":false}
  284. }
  285. },
  286. {
  287. "path": "pages/report/report",
  288. "style": {
  289. "navigationBarTitleText": "年度履职报告",
  290. "navigationBarBackgroundColor": "#1D64E2",
  291. "navigationBarTextStyle": "white",
  292. "navigationStyle": "custom",
  293. "h5":{"titleNView":false}
  294. }
  295. }
  296. ]
  297. }
  298. ],
  299. "preloadRule": {
  300. "pages/index/index": {
  301. "network": "all",
  302. "packages": ["work"]
  303. },
  304. "pages/login": {
  305. "network": "all",
  306. "packages": ["work"]
  307. }
  308. },
  309. // "tabBar": {
  310. // "color": "#000000",
  311. // "selectedColor": "#000000",
  312. // "borderStyle": "white",
  313. // "backgroundColor": "#ffffff",
  314. // "list": [{
  315. // "pagePath": "pages/index/index",
  316. // "iconPath": "static/images/tabbar/home.png",
  317. // "selectedIconPath": "static/images/tabbar/home_.png",
  318. // "text": "首页"
  319. // }, {
  320. // "pagePath": "pages/mine/index",
  321. // "iconPath": "static/images/tabbar/mine.png",
  322. // "selectedIconPath": "static/images/tabbar/mine_.png",
  323. // "text": "我的"
  324. // }
  325. // ]
  326. // },
  327. "globalStyle": {
  328. "navigationBarTextStyle": "black",
  329. "navigationBarTitleText": "RuoYi",
  330. "navigationBarBackgroundColor": "#FFFFFF"
  331. }
  332. }