吉光研途前端代码仓库
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.

56 lines
961 B

5 days ago
4 days ago
5 days ago
4 days ago
5 days ago
5 days ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/case",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/serve",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/center",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. }
  26. ],
  27. "preloadRule": {
  28. "pages/index/index": {
  29. "network": "all",
  30. "packages": ["pages_order"]
  31. }
  32. },
  33. "subPackages": [{
  34. "root": "pages_order",
  35. "pages": [{
  36. "path": "auth/wxLogin"
  37. },
  38. {
  39. "path": "auth/wxUserInfo"
  40. },
  41. {
  42. "path": "auth/loginAndRegisterAndForgetPassword"
  43. },
  44. {
  45. "path": "search/index"
  46. }
  47. ]
  48. }],
  49. "globalStyle": {
  50. "navigationBarTextStyle": "black",
  51. "navigationBarTitleText": "酒店桌布",
  52. "navigationBarBackgroundColor": "#F8F8F8",
  53. "backgroundColor": "#F8F8F8",
  54. "navigationStyle": "custom"
  55. },
  56. "uniIdRouter": {}
  57. }