pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  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/index/notice",
  20. "style": {
  21. "navigationBarTitleText": "申报业务",
  22. "navigationBarBackgroundColor": "#00A9F0",
  23. "navigationBarTextStyle": "white",
  24. "h5":{
  25. "titleNView":false
  26. }
  27. }},
  28. {
  29. "path": "pages/index/noticedetail",
  30. "style": {
  31. "navigationBarTitleText": "通知详情",
  32. "navigationBarBackgroundColor": "#00A9F0",
  33. "navigationBarTextStyle": "white",
  34. "h5":{
  35. "titleNView":false
  36. }
  37. }},
  38. {
  39. "path": "pages/register",
  40. "style": {
  41. "navigationBarTitleText": "注册",
  42. "h5":{
  43. "titleNView":false
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/agreement",
  49. "style": {
  50. "navigationBarTitleText": "用户协议及隐私条款"
  51. }
  52. },
  53. {
  54. "path": "pages/work/index",
  55. "style": {
  56. "navigationBarTitleText": "业务",
  57. "navigationStyle": "custom"
  58. }},
  59. {
  60. "path": "pages/custom/index",
  61. "style": {
  62. "navigationBarTitleText": "客户",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/mine/index",
  68. "style": {
  69. "navigationBarTitleText": "我的",
  70. "navigationStyle": "custom",
  71. "enablePullDownRefresh":true
  72. }
  73. }, {
  74. "path": "pages/mine/avatar/index",
  75. "style": {
  76. "navigationBarTitleText": "修改头像"
  77. }
  78. }, {
  79. "path": "pages/mine/info/index",
  80. "style": {
  81. "navigationBarTitleText": "个人信息",
  82. "navigationBarBackgroundColor": "#00A9F0",
  83. "navigationBarTextStyle": "white"
  84. }
  85. }, {
  86. "path": "pages/mine/info/edit",
  87. "style": {
  88. "navigationBarTitleText": "编辑资料"
  89. }
  90. }, {
  91. "path": "pages/mine/pwd/index",
  92. "style": {
  93. "navigationBarTitleText": "修改密码"
  94. }
  95. }, {
  96. "path": "pages/mine/pwd/forgetpwd",
  97. "style": {
  98. "navigationBarTitleText": "忘记密码"
  99. }
  100. }, {
  101. "path": "pages/mine/pwd/resetpwd",
  102. "style": {
  103. "navigationBarTitleText": "重置密码"
  104. }
  105. }, {
  106. "path": "pages/mine/setting/index",
  107. "style": {
  108. "navigationBarTitleText": "应用设置"
  109. }
  110. }, {
  111. "path": "pages/mine/help/index",
  112. "style": {
  113. "navigationBarTitleText": "常见问题"
  114. }
  115. }, {
  116. "path": "pages/mine/about/index",
  117. "style": {
  118. "navigationBarTitleText": "关于我们"
  119. }
  120. }, {
  121. "path": "pages/common/webview/index",
  122. "style": {
  123. "navigationBarTitleText": "浏览网页"
  124. }
  125. }, {
  126. "path": "pages/common/textview/index",
  127. "style": {
  128. "navigationBarTitleText": "浏览文本"
  129. }
  130. }],
  131. "subPackages": [
  132. {
  133. "root": "work",
  134. "pages": [
  135. {
  136. "path": "pages/prove/index",
  137. "style": {
  138. "navigationBarTitleText": "实名认证",
  139. "navigationBarBackgroundColor": "#00A9F0",
  140. "navigationBarTextStyle": "white",
  141. "h5":{"titleNView":false}
  142. }
  143. },
  144. {
  145. "path": "pages/prove/face",
  146. "style": {
  147. "navigationBarTitleText": "面容认证",
  148. "navigationBarBackgroundColor": "#00A9F0",
  149. "navigationBarTextStyle": "white",
  150. "h5":{"titleNView":false}
  151. }
  152. },
  153. {
  154. "path": "pages/prove/addqy",
  155. "style": {
  156. "navigationBarTitleText": "添加企业",
  157. "navigationBarBackgroundColor": "#00A9F0",
  158. "navigationBarTextStyle": "white",
  159. "h5":{"titleNView":false}
  160. }
  161. },
  162. {
  163. "path": "pages/prove/qylist",
  164. "style": {
  165. "navigationBarTitleText": "添加企业",
  166. "navigationBarBackgroundColor": "#00A9F0",
  167. "navigationBarTextStyle": "white",
  168. "h5":{"titleNView":false}
  169. }
  170. },
  171. {
  172. "path": "pages/prove/zctype",
  173. "style": {
  174. "navigationBarTitleText": "注册类型",
  175. "navigationBarBackgroundColor": "#00A9F0",
  176. "navigationBarTextStyle": "white",
  177. "h5":{"titleNView":false}
  178. }
  179. },
  180. {
  181. "path": "pages/prove/dbcltips",
  182. "style": {
  183. "navigationBarTitleText": "担保材料清单",
  184. "navigationBarBackgroundColor": "#00A9F0",
  185. "navigationBarTextStyle": "white",
  186. "h5":{"titleNView":false}
  187. }
  188. },
  189. {
  190. "path": "pages/business/limit",
  191. "style": {
  192. "navigationBarTitleText": "业务申报",
  193. "navigationBarBackgroundColor": "#00A9F0",
  194. "navigationBarTextStyle": "white",
  195. "h5":{"titleNView":false}
  196. }
  197. },
  198. {
  199. "path": "pages/business/add",
  200. "style": {
  201. "navigationBarTitleText": "业务申报",
  202. "navigationBarBackgroundColor": "#00A9F0",
  203. "navigationBarTextStyle": "white",
  204. "navigationStyle": "custom",
  205. "h5":{"titleNView":false}
  206. }
  207. },
  208. {
  209. "path": "pages/business/talbclass",
  210. "style": {
  211. "navigationBarTitleText": "行业类型",
  212. "navigationBarBackgroundColor": "#00A9F0",
  213. "navigationBarTextStyle": "white",
  214. "h5":{"titleNView":false}
  215. }
  216. },
  217. {
  218. "path": "pages/business/list",
  219. "style": {
  220. "navigationBarTitleText": "申报业务",
  221. "navigationBarBackgroundColor": "#00A9F0",
  222. "navigationBarTextStyle": "white",
  223. "h5":{"titleNView":false}
  224. }
  225. },
  226. {
  227. "path": "pages/business/zclist",
  228. "style": {
  229. "navigationBarTitleText": "我的暂存",
  230. "navigationBarBackgroundColor": "#00A9F0",
  231. "navigationBarTextStyle": "white",
  232. "h5":{"titleNView":false}
  233. }
  234. },
  235. {
  236. "path": "pages/business/hszlist",
  237. "style": {
  238. "navigationBarTitleText": "回收站",
  239. "navigationBarBackgroundColor": "#00A9F0",
  240. "navigationBarTextStyle": "white",
  241. "h5":{"titleNView":false}
  242. }
  243. },
  244. {
  245. "path": "pages/business/details",
  246. "style": {
  247. "navigationBarTitleText": "申报详情",
  248. "navigationBarBackgroundColor": "#00A9F0",
  249. "navigationBarTextStyle": "white",
  250. "h5":{"titleNView":false}
  251. }
  252. },
  253. {
  254. "path": "pages/business/sign",
  255. "style": {
  256. "navigationBarTitleText": "采集签名",
  257. "navigationBarBackgroundColor": "#00A9F0",
  258. "navigationBarTextStyle": "white",
  259. "h5":{"titleNView":false}
  260. }
  261. },
  262. {
  263. "path": "pages/file/list",
  264. "style": {
  265. "navigationBarTitleText": "文件管理",
  266. "navigationBarBackgroundColor": "#00A9F0",
  267. "navigationBarTextStyle": "white",
  268. "h5":{"titleNView":false}
  269. }
  270. },
  271. {
  272. "path": "pages/file/details",
  273. "style": {
  274. "navigationBarTitleText": "文件管理",
  275. "navigationBarBackgroundColor": "#00A9F0",
  276. "navigationBarTextStyle": "white",
  277. "h5":{"titleNView":false}
  278. }
  279. },
  280. {
  281. "path": "pages/file/wjdetails",
  282. "style": {
  283. "navigationBarTitleText": "文件详情列表",
  284. "navigationBarBackgroundColor": "#00A9F0",
  285. "navigationBarTextStyle": "white",
  286. "h5":{"titleNView":false}
  287. }
  288. },
  289. {
  290. "path": "pages/file/ledgertable",
  291. "style": {
  292. "navigationBarTitleText": "台账表",
  293. "navigationBarBackgroundColor": "#00A9F0",
  294. "navigationBarTextStyle": "white",
  295. "h5":{"titleNView":false}
  296. }
  297. },
  298. {
  299. "path": "pages/custom/details",
  300. "style": {
  301. "navigationBarTitleText": "客户详情",
  302. "navigationBarBackgroundColor": "#00A9F0",
  303. "navigationBarTextStyle": "white",
  304. "h5":{"titleNView":false}
  305. }
  306. },
  307. {
  308. "path": "pages/success",
  309. "style": {
  310. "navigationBarTitleText": "提交状态",
  311. "navigationBarBackgroundColor": "#00A9F0",
  312. "navigationBarTextStyle": "white",
  313. "h5":{"titleNView":false}
  314. }
  315. },
  316. {
  317. "path": "pages/nodata",
  318. "style": {
  319. "navigationBarTitleText": "暂无信息",
  320. "navigationBarBackgroundColor": "#00A9F0",
  321. "navigationBarTextStyle": "white",
  322. "h5":{"titleNView":false}
  323. }
  324. }
  325. ]
  326. }
  327. ],
  328. "preloadRule":{
  329. "pages/index/index": {
  330. "network": "all",
  331. "packages": ["work"]
  332. },
  333. "pages/login": {
  334. "network": "all",
  335. "packages": ["work"]
  336. }
  337. },
  338. // "tabBar": {
  339. // "color": "#000000",
  340. // "selectedColor": "#000000",
  341. // "borderStyle": "white",
  342. // "backgroundColor": "#ffffff",
  343. // "list": [{
  344. // "pagePath": "pages/index/index",
  345. // "iconPath": "static/images/tabbar/home.png",
  346. // "selectedIconPath": "static/images/tabbar/home_.png",
  347. // "text": "首页"
  348. // }, {
  349. // "pagePath": "pages/mine/index",
  350. // "iconPath": "static/images/tabbar/mine.png",
  351. // "selectedIconPath": "static/images/tabbar/mine_.png",
  352. // "text": "我的"
  353. // }
  354. // ]
  355. // },
  356. "globalStyle": {
  357. "navigationBarTextStyle": "black",
  358. "navigationBarTitleText": "RuoYi",
  359. "navigationBarBackgroundColor": "#FFFFFF"
  360. }
  361. }