pages.json 736 B

1234567891011121314151617181920212223242526272829303132333435
  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/finish"
  20. },
  21. {
  22. "path": "pages/workOrder/my"
  23. },
  24. {
  25. "path": "pages/workOrder/saloon"
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "white",
  30. "navigationBarTitleText": "美大服务",
  31. "navigationBarBackgroundColor": "#276BF0",
  32. "backgroundColor": "#ffffff"
  33. },
  34. "uniIdRouter": {}
  35. }