pages.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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/index/changePassword",
  20. "style": {
  21. "navigationBarTitleText": "修改密码"
  22. }
  23. },
  24. {
  25. "path": "pages/workOrder/index"
  26. },
  27. {
  28. "path": "pages/workOrder/snatchingOrders"
  29. },
  30. {
  31. "path": "pages/workOrder/detail",
  32. "style": {
  33. "navigationBarTitleText": "工单详情"
  34. }
  35. },
  36. {
  37. "path": "pages/workOrder/changeMsg",
  38. "style": {
  39. "navigationBarTitleText": "信息修改"
  40. }
  41. },
  42. {
  43. "path": "pages/select/product",
  44. "style": {
  45. "navigationBarTitleText": "选择产品"
  46. }
  47. },
  48. {
  49. "path": "pages/workOrder/work"
  50. },
  51. {
  52. "path": "pages/select/accessories",
  53. "style": {
  54. "navigationBarTitleText": "选择配件"
  55. }
  56. },
  57. {
  58. "path": "pages/generalServices/index",
  59. "style": {
  60. "navigationBarTitleText": "服务申请处理"
  61. }
  62. },
  63. {
  64. "path": "pages/generalServices/detail",
  65. "style": {
  66. "navigationBarTitleText": "服务申请详情"
  67. }
  68. },
  69. {
  70. "path": "pages/launchApplication/index",
  71. "style": {
  72. "navigationBarTitleText": "发起服务申请"
  73. }
  74. },
  75. {
  76. "path": "pages/launchApplication/skus",
  77. "style": {
  78. "navigationBarTitleText": "选择序列号"
  79. }
  80. },
  81. {
  82. "path": "pages/launchApplication/customer",
  83. "style": {
  84. "navigationBarTitleText": "客户档案选择"
  85. }
  86. }
  87. ],
  88. "globalStyle": {
  89. "navigationBarTextStyle": "white",
  90. "navigationBarTitleText": "美大服务",
  91. "navigationBarBackgroundColor": "#276BF0"
  92. },
  93. "uniIdRouter": {}
  94. }