pages.json 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationStyle": "custom",
  9. "navigationBarTextStyle": "white"
  10. }
  11. }, {
  12. "path": "pages/login/index",
  13. "style": {
  14. "navigationStyle": "custom"
  15. }
  16. }, {
  17. "path": "pages/login/passwordForm",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. }],
  22. "subPackages": [{
  23. "root": "pagesHandle",
  24. "pages": [{
  25. "path": "rectifyInfo",
  26. "style": {
  27. "navigationStyle": "custom"
  28. }
  29. }, {
  30. "path": "autographForm",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "adviseForm",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "historyList",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. }]
  45. }],
  46. "globalStyle": {
  47. "navigationStyle": "default",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "星火纵横销售端",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "backgroundColor": "#F8F8F8"
  52. }
  53. }