pages.json 662 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  8. "^My-(.*)": "@/components/My-$1/My-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/login/login"
  14. },
  15. {
  16. "path": "pages/index/index"
  17. },
  18. {
  19. "path": "pages/workOrder/index"
  20. },
  21. {
  22. "path": "pages/workOrder/detail"
  23. }
  24. ],
  25. "globalStyle": {
  26. "navigationBarTextStyle": "white",
  27. "navigationBarTitleText": "美大服务",
  28. "navigationBarBackgroundColor": "#276BF0"
  29. },
  30. "uniIdRouter": {}
  31. }