pages.json 8.6 KB

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