pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. "path": "pages/launchApplication/cardno",
  89. "style": {
  90. "navigationBarTitleText": "选择保修卡"
  91. }
  92. },
  93. {
  94. "path": "pages/launchApplication/selectServiceProvider",
  95. "style": {
  96. "navigationBarTitleText": "指定服务商"
  97. }
  98. },
  99. {
  100. "path": "pages/skus/index",
  101. "style": {
  102. "navigationBarTitleText": "序列号列表"
  103. }
  104. }
  105. ],
  106. "globalStyle": {
  107. "navigationBarTextStyle": "white",
  108. "navigationBarTitleText": "美大服务",
  109. "navigationBarBackgroundColor": "#276BF0"
  110. },
  111. "uniIdRouter": {}
  112. }