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

53 lines
921 B

3 days ago
3 days ago
3 days ago
3 days ago
3 days ago
3 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": "thesis/search"
  37. }, {
  38. "path": "thesis/index"
  39. }, {
  40. "path": "case/index"
  41. }, {
  42. "path": "serve/index"
  43. }
  44. ]
  45. }],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "酒店桌布",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8",
  51. "navigationStyle": "custom"
  52. },
  53. "uniIdRouter": {}
  54. }