pages.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. {
  31. "path": "pages/login/await-audit",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "enablePullDownRefresh": false
  35. }
  36. }
  37. ,
  38. {
  39. "path": "pages/test/index",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "uni-app",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8",
  51. "navigationStyle": "custom"
  52. },
  53. "condition": {
  54. "current": 0,
  55. "list": [
  56. {
  57. "name": "注册",
  58. "path": "pages/login/register",
  59. "query": ""
  60. },
  61. {
  62. "name": "审核",
  63. "path": "pages/login/await-audit",
  64. "query": ""
  65. },
  66. {
  67. "name": "测试页面",
  68. "path": "pages/test/index",
  69. "query": ""
  70. }
  71. ]
  72. }
  73. }