pages.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": true
  20. }
  21. },
  22. {
  23. "path": "pages/login/forget",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "enablePullDownRefresh": true
  27. }
  28. }
  29. ,
  30. {
  31. "path": "pages/login/await-audit",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "enablePullDownRefresh": true
  35. }
  36. }
  37. ],
  38. "globalStyle": {
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "uni-app",
  41. "navigationBarBackgroundColor": "#F8F8F8",
  42. "backgroundColor": "#F8F8F8",
  43. "navigationStyle": "custom"
  44. },
  45. "condition": {
  46. "current": 0,
  47. "list": [
  48. {
  49. "name": "注册",
  50. "path": "pages/login/register",
  51. "query": ""
  52. },
  53. {
  54. "name": "审核",
  55. "path": "pages/login/await-audit",
  56. "query": ""
  57. }
  58. ]
  59. }
  60. }