pages.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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/serviceSeeking/index",
  20. "style": {
  21. "navigationBarTitleText": "服务查询"
  22. }
  23. },
  24. {
  25. "path": "pages/serviceSeeking/detail",
  26. "style": {
  27. "navigationBarTitleText": "服务详情"
  28. }
  29. },
  30. {
  31. "path": "pages/bookingService/index",
  32. "style": {
  33. "navigationBarTitleText": "预约服务"
  34. }
  35. },
  36. {
  37. "path": "pages/select/product",
  38. "style": {
  39. "navigationBarTitleText": "选择产品"
  40. }
  41. },
  42. {
  43. "path": "pages/select/myProduct",
  44. "style": {
  45. "navigationBarTitleText": "选择产品"
  46. }
  47. }
  48. ],
  49. "globalStyle": {
  50. "navigationBarTextStyle": "white",
  51. "navigationBarTitleText": "美大服务",
  52. "navigationBarBackgroundColor": "#276BF0"
  53. },
  54. "uniIdRouter": {}
  55. }