pages.json 905 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/bookingService/index",
  20. "style": {
  21. "navigationBarTitleText": "预约服务"
  22. }
  23. },
  24. {
  25. "path": "pages/select/product",
  26. "style": {
  27. "navigationBarTitleText": "选择产品"
  28. }
  29. },
  30. {
  31. "path": "pages/select/myProduct",
  32. "style": {
  33. "navigationBarTitleText": "选择产品"
  34. }
  35. }
  36. ],
  37. "globalStyle": {
  38. "navigationBarTextStyle": "white",
  39. "navigationBarTitleText": "美大服务",
  40. "navigationBarBackgroundColor": "#276BF0"
  41. },
  42. "uniIdRouter": {}
  43. }