pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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/sqmyInfo/add",
  168. "style": {
  169. "navigationBarTitleText": "提交社情民意",
  170. "navigationBarBackgroundColor": "#1D64E2",
  171. "navigationBarTextStyle": "white",
  172. "h5":{"titleNView":false}
  173. }
  174. },
  175. {
  176. "path": "pages/sqmyInfo/mine",
  177. "style": {
  178. "navigationBarTitleText": "社情民意",
  179. "navigationBarBackgroundColor": "#1D64E2",
  180. "navigationBarTextStyle": "white",
  181. "navigationStyle": "custom",
  182. "h5":{"titleNView":false}
  183. }
  184. },
  185. {
  186. "path": "pages/sqmyInfo/details",
  187. "style": {
  188. "navigationBarTitleText": "社情民意详情",
  189. "navigationBarBackgroundColor": "#1D64E2",
  190. "navigationBarTextStyle": "white",
  191. "h5":{"titleNView":false}
  192. }
  193. },
  194. {
  195. "path": "pages/news/add",
  196. "style": {
  197. "navigationBarTitleText": "发布通知",
  198. "navigationBarBackgroundColor": "#1D64E2",
  199. "navigationBarTextStyle": "white",
  200. "h5":{"titleNView":false}
  201. }
  202. },
  203. {
  204. "path": "pages/news/detail",
  205. "style": {
  206. "navigationBarTitleText": "通知详情",
  207. "navigationBarBackgroundColor": "#1D64E2",
  208. "navigationBarTextStyle": "white",
  209. "h5":{"titleNView":false}
  210. }
  211. },
  212. {
  213. "path": "pages/news/list",
  214. "style": {
  215. "navigationBarTitleText": "消息通知",
  216. "navigationBarBackgroundColor": "#1D64E2",
  217. "navigationBarTextStyle": "white",
  218. "navigationStyle": "custom",
  219. "h5":{"titleNView":false}
  220. }
  221. },
  222. {
  223. "path": "pages/meeting/readdetail",
  224. "style": {
  225. "navigationBarTitleText": "阅读详情",
  226. "navigationBarBackgroundColor": "#1D64E2",
  227. "navigationBarTextStyle": "white",
  228. "h5":{"titleNView":false}
  229. }
  230. },
  231. {
  232. "path": "pages/meeting/list",
  233. "style": {
  234. "navigationBarTitleText": "阅读详情",
  235. "navigationBarBackgroundColor": "#1D64E2",
  236. "navigationBarTextStyle": "white",
  237. "h5":{"titleNView":false}
  238. }
  239. },
  240. {
  241. "path": "pages/meeting/add",
  242. "style": {
  243. "navigationBarTitleText": "创建会议",
  244. "navigationBarBackgroundColor": "#1D64E2",
  245. "navigationBarTextStyle": "white",
  246. "h5":{"titleNView":false}
  247. }
  248. },
  249. {
  250. "path": "pages/meeting/details",
  251. "style": {
  252. "navigationBarTitleText": "会议详情",
  253. "navigationBarBackgroundColor": "#1D64E2",
  254. "navigationBarTextStyle": "white",
  255. "h5":{"titleNView":false}
  256. }
  257. },
  258. {
  259. "path": "pages/meeting/speakdetails",
  260. "style": {
  261. "navigationBarTitleText": "发言详情",
  262. "navigationBarBackgroundColor": "#1D64E2",
  263. "navigationBarTextStyle": "white",
  264. "h5":{"titleNView":false}
  265. }
  266. },
  267. {
  268. "path": "pages/meeting/activedetails",
  269. "style": {
  270. "navigationBarTitleText": "活动详情",
  271. "navigationBarBackgroundColor": "#1D64E2",
  272. "navigationBarTextStyle": "white",
  273. "h5":{"titleNView":false}
  274. }
  275. },
  276. {
  277. "path": "pages/meeting/addactive",
  278. "style": {
  279. "navigationBarTitleText": "创建活动",
  280. "navigationBarBackgroundColor": "#1D64E2",
  281. "navigationBarTextStyle": "white",
  282. "h5":{"titleNView":false}
  283. }
  284. },
  285. {
  286. "path": "pages/meeting/addspeak",
  287. "style": {
  288. "navigationBarTitleText": "录入发言",
  289. "navigationBarBackgroundColor": "#1D64E2",
  290. "navigationBarTextStyle": "white",
  291. "h5":{"titleNView":false}
  292. }
  293. },
  294. {
  295. "path": "pages/meeting/speaklist",
  296. "style": {
  297. "navigationBarTitleText": "发言列表",
  298. "navigationBarBackgroundColor": "#1D64E2",
  299. "navigationBarTextStyle": "white",
  300. "h5":{"titleNView":false}
  301. }
  302. },
  303. {
  304. "path": "pages/meeting/people",
  305. "style": {
  306. "navigationBarTitleText": "添加人员",
  307. "navigationBarBackgroundColor": "#1D64E2",
  308. "navigationBarTextStyle": "white",
  309. "h5":{"titleNView":false}
  310. }
  311. },
  312. {
  313. "path": "pages/meeting/signin",
  314. "style": {
  315. "navigationBarTitleText": "会议签到",
  316. "navigationBarBackgroundColor": "#1D64E2",
  317. "navigationBarTextStyle": "white",
  318. "h5":{"titleNView":false}
  319. }
  320. },
  321. {
  322. "path": "pages/report/info",
  323. "style": {
  324. "navigationBarTitleText": "履职信息",
  325. "navigationBarBackgroundColor": "#1D64E2",
  326. "navigationBarTextStyle": "white",
  327. "navigationStyle": "custom",
  328. "h5":{"titleNView":false}
  329. }
  330. },
  331. {
  332. "path": "pages/report/details",
  333. "style": {
  334. "navigationBarTitleText": "履职详情",
  335. "navigationBarBackgroundColor": "#1D64E2",
  336. "navigationBarTextStyle": "white",
  337. "navigationStyle": "custom",
  338. "h5":{"titleNView":false}
  339. }
  340. },
  341. {
  342. "path": "pages/report/mineinfo",
  343. "style": {
  344. "navigationBarTitleText": "个人信息",
  345. "navigationBarBackgroundColor": "#1D64E2",
  346. "navigationBarTextStyle": "white",
  347. "h5":{"titleNView":false}
  348. }
  349. },
  350. {
  351. "path": "pages/report/addscore",
  352. "style": {
  353. "navigationBarTitleText": "履职加分",
  354. "navigationBarBackgroundColor": "#1D64E2",
  355. "navigationBarTextStyle": "white",
  356. "h5":{"titleNView":false}
  357. }
  358. },
  359. {
  360. "path": "pages/report/report",
  361. "style": {
  362. "navigationBarTitleText": "年度履职报告",
  363. "navigationBarBackgroundColor": "#1D64E2",
  364. "navigationBarTextStyle": "white",
  365. "navigationStyle": "custom",
  366. "h5":{"titleNView":false}
  367. }
  368. }
  369. ]
  370. }
  371. ],
  372. "preloadRule": {
  373. "pages/index/index": {
  374. "network": "all",
  375. "packages": ["work"]
  376. },
  377. "pages/login": {
  378. "network": "all",
  379. "packages": ["work"]
  380. }
  381. },
  382. // "tabBar": {
  383. // "color": "#000000",
  384. // "selectedColor": "#000000",
  385. // "borderStyle": "white",
  386. // "backgroundColor": "#ffffff",
  387. // "list": [{
  388. // "pagePath": "pages/index/index",
  389. // "iconPath": "static/images/tabbar/home.png",
  390. // "selectedIconPath": "static/images/tabbar/home_.png",
  391. // "text": "首页"
  392. // }, {
  393. // "pagePath": "pages/mine/index",
  394. // "iconPath": "static/images/tabbar/mine.png",
  395. // "selectedIconPath": "static/images/tabbar/mine_.png",
  396. // "text": "我的"
  397. // }
  398. // ]
  399. // },
  400. "globalStyle": {
  401. "navigationBarTextStyle": "black",
  402. "navigationBarTitleText": "RuoYi",
  403. "navigationBarBackgroundColor": "#FFFFFF"
  404. }
  405. }