pages.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登陆"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/login/register",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path": "pages/login/forget",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "enablePullDownRefresh": false
  27. }
  28. },
  29. {
  30. "path": "pages/login/await-audit",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false
  34. }
  35. },
  36. {
  37. "path": "pages/test/index",
  38. "style": {
  39. "navigationBarTitleText": "",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ],
  44. "globalStyle": {
  45. "navigationBarTextStyle": "black",
  46. "navigationBarTitleText": "万汇融通云",
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "backgroundColor": "#F8F8F8",
  49. "navigationStyle": "custom"
  50. },
  51. "condition": {
  52. "current": 0,
  53. "list": [
  54. {
  55. "name": "注册",
  56. "path": "pages/login/register",
  57. "query": ""
  58. },
  59. {
  60. "name": "审核",
  61. "path": "pages/login/await-audit",
  62. "query": ""
  63. },
  64. {
  65. "name": "测试页面",
  66. "path": "pages/test/index",
  67. "query": ""
  68. }
  69. ]
  70. }
  71. }