MBTI人格测试 uniapp

pages.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/home/home",
  8. "style": {
  9. "navigationStyle": "default",
  10. "navigationBarBackgroundColor": "#ECF0F3",
  11. "navigationBarTextStyle": "black",
  12. "navigationBarTitleText": "MBTI人格测试",
  13. "enablePullDownRefresh": false
  14. }
  15. },
  16. {
  17. "path": "pages/career/career",
  18. "style": {
  19. "navigationStyle": "default",
  20. "navigationBarBackgroundColor": "#ECF0F3",
  21. "navigationBarTextStyle": "black",
  22. "navigationBarTitleText": "MBTI人格测试",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/career70/career70",
  28. "style": {
  29. "navigationStyle": "default",
  30. "navigationBarBackgroundColor": "#ECF0F3",
  31. "navigationBarTextStyle": "black",
  32. "navigationBarTitleText": "MBTI人格测试",
  33. "enablePullDownRefresh": false
  34. }
  35. },
  36. {
  37. "path": "pages/result/result",
  38. "style": {
  39. "navigationStyle": "default",
  40. "navigationBarBackgroundColor": "#ECF0F3",
  41. "navigationBarTextStyle": "black",
  42. "navigationBarTitleText": "MBTI人格测试",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "MBTI人格测试",
  50. "navigationBarBackgroundColor": "#ECF0F3",
  51. "usingComponents": {
  52. "wxml-to-canvas": "/wxcomponents/wxml-to-canvas/index"
  53. }
  54. }
  55. }