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

49 lines
853 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. ]
  41. }],
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "酒店桌布",
  45. "navigationBarBackgroundColor": "#F8F8F8",
  46. "backgroundColor": "#F8F8F8",
  47. "navigationStyle": "custom"
  48. },
  49. "uniIdRouter": {}
  50. }