pages.json 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/dialog",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/questionnaire",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/questionnaireFill",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/questionnaireResult",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/my",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarTitleText": "创衡正念企业教练",
  42. "navigationBarBackgroundColor": "#FFFFFF",
  43. "navigationBarTextStyle": "black"
  44. },
  45. "easycom": {
  46. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  47. }
  48. }