用工小程序前端代码
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.

66 lines
1.6 KiB

7 months ago
  1. {
  2. "pages": [
  3. "pages/user/index",
  4. "pages/order/index",
  5. "pages/home/index",
  6. "pages/identity/index",
  7. "pages/auth/index",
  8. "pages/login/index",
  9. "pages/tooltip/tooltip"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages_subpack",
  14. "pages": [
  15. "version/index",
  16. "system/index",
  17. "feedback/index",
  18. "employ-progress/index",
  19. "release/index",
  20. "business-settled/index",
  21. "master-settled/index",
  22. "master-detail/index",
  23. "record/index",
  24. "wallet/index",
  25. "pay/index",
  26. "order-detail/index",
  27. "work-detail/index",
  28. "payment/index"
  29. ]
  30. }
  31. ],
  32. "window": {
  33. "navigationBarBackgroundColor": "#ffffff",
  34. "backgroundColor": "#f5f5f5",
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "用工平台",
  37. "backgroundColorTop": "#f5f5f5",
  38. "backgroundColorBottom": "#f5f5f5"
  39. },
  40. "tabBar": {
  41. "color": "#666666",
  42. "selectedColor": "#FF7A31",
  43. "backgroundColor": "#ffffff",
  44. "list": [
  45. {
  46. "pagePath": "pages/home/index",
  47. "iconPath": "static/image/home.png",
  48. "selectedIconPath": "static/image/home_selected.png",
  49. "text": "首页"
  50. },
  51. {
  52. "pagePath": "pages/order/index",
  53. "iconPath": "static/image/order.png",
  54. "selectedIconPath": "static/image/order_selected.png",
  55. "text": "订单"
  56. },
  57. {
  58. "pagePath": "pages/user/index",
  59. "iconPath": "static/image/user.png",
  60. "selectedIconPath": "static/image/user_selected.png",
  61. "text": "我的"
  62. }
  63. ]
  64. },
  65. "preloadRule": {},
  66. "usingComponents": {}
  67. }