鸿宇研学生前端代码
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.

46 lines
790 B

3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/category",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. }
  15. ],
  16. "preloadRule": {
  17. "pages/index/index": {
  18. "network": "all",
  19. "packages": ["pages_order"]
  20. }
  21. },
  22. "subPackages": [{
  23. "root": "pages_order",
  24. "pages": [
  25. {
  26. "path": "auth/wxLogin"
  27. },
  28. {
  29. "path": "auth/wxUserInfo"
  30. },
  31. {
  32. "path": "auth/loginAndRegisterAndForgetPassword"
  33. },
  34. {
  35. "path": "product/search"
  36. }
  37. ]
  38. }],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "鸿宇研学生",
  42. "navigationBarBackgroundColor": "#F8F8F8",
  43. "backgroundColor": "#F8F8F8",
  44. "navigationStyle": "custom"
  45. },
  46. "uniIdRouter": {}
  47. }