猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
4.5 KiB

1 week ago
1 week ago
1 week ago
1 week ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. // customhttps://ask.dcloud.net.cn/question/131175
  5. "custom": {
  6. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/workbenchManage/index",
  14. "style": {
  15. "navigationBarTitleText": "工作台"
  16. }
  17. },
  18. {
  19. "path": "pages/orderTakingManage/index",
  20. "style": {
  21. "navigationBarTitleText": "接单大厅"
  22. }
  23. },
  24. {
  25. "path": "pages/myOrdersManage/index",
  26. "style": {
  27. "navigationBarTitleText": "我的订单"
  28. }
  29. },
  30. {
  31. "path": "pages/userManage/index",
  32. "style": {
  33. "navigationBarTitleText": "我的"
  34. }
  35. },
  36. {
  37. "path": "pages/test/index",
  38. "style": {
  39. "navigationBarTitleText": "测试"
  40. }
  41. },
  42. {
  43. "path": "pages/login/index",
  44. "style": {
  45. "navigationBarTitleText": "登录"
  46. }
  47. }
  48. ],
  49. "subPackages": [{
  50. "root": "otherPages/orderTakingManage",
  51. //
  52. "pages": [{
  53. "path": "list/index"
  54. },
  55. {
  56. "path": "detail/index",
  57. "style": {
  58. "navigationBarTitleText": "订单详情"
  59. }
  60. }
  61. ]
  62. },
  63. {
  64. "root": "otherPages/myOrdersManage",
  65. //
  66. "pages": [{
  67. "path": "list/index"
  68. },
  69. {
  70. "path": "withdrawal/index"
  71. }, {
  72. "path": "detail/index"
  73. }, {
  74. "path": "bond/index"
  75. }, {
  76. "path": "bond/detail"
  77. }
  78. ]
  79. },
  80. {
  81. "root": "otherPages/workbenchManage",
  82. //
  83. "pages": [{
  84. "path": "bindUser/index",
  85. "style": {
  86. "navigationBarTitleText": "绑定用户"
  87. }
  88. },
  89. {
  90. "path": "myUser/index",
  91. "style": {
  92. "navigationBarTitleText": "我的用户"
  93. }
  94. },
  95. {
  96. "path": "myLevel/index",
  97. "style": {
  98. "navigationBarTitleText": "我的等级"
  99. }
  100. },
  101. //
  102. {
  103. "path": "feedingStaff/index",
  104. "style": {
  105. "navigationBarTitleText": "喂养员认证"
  106. }
  107. },
  108. {
  109. "path": "examNotice/index",
  110. "style": {
  111. "navigationBarTitleText": "养宠经验考试须知"
  112. }
  113. },
  114. {
  115. "path": "startExam/index",
  116. "style": {
  117. "navigationBarTitleText": "基础考试"
  118. }
  119. },
  120. {
  121. "path": "trainingExamination/index",
  122. "style": {
  123. "navigationBarTitleText": "考试培训"
  124. }
  125. },
  126. {
  127. "path": "shortAnswer/index",
  128. "style": {
  129. "navigationBarTitleText": "培训考试"
  130. }
  131. },
  132. {
  133. "path": "queryResults/index",
  134. "style": {
  135. "navigationBarTitleText": "考试结果"
  136. }
  137. }
  138. ]
  139. },
  140. {
  141. "root": "otherPages/userManage",
  142. //
  143. "pages": [{
  144. "path": "list/index"
  145. }]
  146. }
  147. ],
  148. //
  149. "preloadRule": {
  150. // pages/orderTakingManage/indexotherPages/orderTakingManage
  151. "pages/orderTakingManage/index": {
  152. "network": "all",
  153. //allwifiwifi
  154. "packages": [
  155. "otherPages/orderTakingManage"
  156. ]
  157. //
  158. },
  159. "pages/myOrdersManage/index": {
  160. "network": "all",
  161. "packages": [
  162. "otherPages/myOrdersManage"
  163. ]
  164. },
  165. "pages/workbenchManage/index": {
  166. "network": "all",
  167. "packages": [
  168. "otherPages/workbenchManage"
  169. ]
  170. },
  171. "pages/userManage/index": {
  172. "network": "all",
  173. "packages": [
  174. "otherPages/userManage"
  175. ]
  176. }
  177. },
  178. "tabBar": {
  179. "color": "#999",
  180. "selectedColor": "#333",
  181. "borderStyle": "white",
  182. "backgroundColor": "#ffffff",
  183. "list": [{
  184. "pagePath": "pages/workbenchManage/index",
  185. "iconPath": "./static/images/tabBar/home.png",
  186. "selectedIconPath": "./static/images/tabBar/home_.png",
  187. "text": "工作台"
  188. },
  189. {
  190. "pagePath": "pages/orderTakingManage/index",
  191. "iconPath": "./static/images/tabBar/home.png",
  192. "selectedIconPath": "./static/images/tabBar/home_.png",
  193. "text": "接单大厅"
  194. },
  195. {
  196. "pagePath": "pages/myOrdersManage/index",
  197. "iconPath": "./static/images/tabBar/mine.png",
  198. "selectedIconPath": "./static/images/tabBar/mine_.png",
  199. "text": "我的订单"
  200. },
  201. {
  202. "pagePath": "pages/userManage/index",
  203. "iconPath": "./static/images/tabBar/mine.png",
  204. "selectedIconPath": "./static/images/tabBar/mine_.png",
  205. "text": "我的"
  206. }
  207. ]
  208. },
  209. "globalStyle": {
  210. "navigationBarTextStyle": "white",
  211. "navigationBarTitleText": "uni-app",
  212. "navigationBarBackgroundColor": "#FFBF60"
  213. }
  214. }