pages.json 1.0 KB

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