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/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. "path": "pages/workOrder/work"
  41. },
  42. {
  43. "path": "pages/select/accessories",
  44. "style": {
  45. "navigationBarTitleText": "选择配件"
  46. }
  47. }
  48. ],
  49. "globalStyle": {
  50. "navigationBarTextStyle": "white",
  51. "navigationBarTitleText": "美大服务",
  52. "navigationBarBackgroundColor": "#276BF0"
  53. },
  54. "uniIdRouter": {}
  55. }