pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/splash/splash",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom",
  8. "navigationBarBackgroundColor": "#1890ff",
  9. "backgroundColor": "#1890ff"
  10. }
  11. },
  12. {
  13. "path": "pages/login/login",
  14. "style": {
  15. "navigationBarTitleText": "登录",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index",
  21. "style": {
  22. "navigationBarTitleText": "首页",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/customer/list",
  28. "style": {
  29. "navigationBarTitleText": "客户管理"
  30. }
  31. },
  32. {
  33. "path": "pages/message/list",
  34. "style": {
  35. "navigationBarTitleText": "消息"
  36. }
  37. },
  38. {
  39. "path": "pages/stats/index",
  40. "style": {
  41. "navigationBarTitleText": "数据统计"
  42. }
  43. },
  44. {
  45. "path": "pages/mine/index",
  46. "style": {
  47. "navigationBarTitleText": "我的"
  48. }
  49. },
  50. {
  51. "path": "pages/test/debug",
  52. "style": {
  53. "navigationBarTitleText": "调试工具"
  54. }
  55. }
  56. ],
  57. "globalStyle": {
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "uni-app",
  60. "navigationBarBackgroundColor": "#F8F8F8",
  61. "backgroundColor": "#F8F8F8",
  62. "app-plus": {
  63. "background": "#efeff4"
  64. }
  65. }
  66. }