【PT.SCC实名制管理系统】24.10.01 -30天,考勤打卡小程序
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.

58 lines
1.1 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. }, {
  8. "path": "pages/login/wxUserInfo",
  9. "style": {
  10. "navigationBarTitleText": "用户信息"
  11. }
  12. }, {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "打卡"
  16. }
  17. },
  18. {
  19. "path": "pages/index/center",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. },
  24. {
  25. "path": "pages/record/record",
  26. "style": {
  27. "navigationBarTitleText": "打卡记录"
  28. }
  29. },
  30. {
  31. "path" : "pages/autonym/autonym",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : ""
  35. }
  36. }
  37. ],
  38. // "preloadRule": {
  39. // "pages/index/index": {
  40. // "network": "all",
  41. // "packages": ["pages_order"]
  42. // }
  43. // },
  44. // "subPackages": [{
  45. // "root": "pages_order",
  46. // "pages": [{
  47. // "path": "order/orderDetail"
  48. // }
  49. // ]
  50. // }],
  51. "globalStyle": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "酒店桌布",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F8F8F8",
  56. "navigationStyle": "custom"
  57. },
  58. "uniIdRouter": {}
  59. }