pages.json 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "style": {
  24. "navigationBarTitleText": "工单详情"
  25. }
  26. },
  27. {
  28. "path": "pages/workOrder/changeMsg",
  29. "style": {
  30. "navigationBarTitleText": "信息修改"
  31. }
  32. },
  33. {
  34. "path": "pages/select/product",
  35. "style": {
  36. "navigationBarTitleText": "选择产品"
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarTextStyle": "white",
  42. "navigationBarTitleText": "美大服务",
  43. "navigationBarBackgroundColor": "#276BF0"
  44. },
  45. "uniIdRouter": {}
  46. }