pages.json 1.2 KB

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