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

40 lines
694 B

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. "preloadRule": {
  11. "pages/index/index": {
  12. "network": "all",
  13. "packages": ["pages_order"]
  14. }
  15. },
  16. "subPackages": [{
  17. "root": "pages_order",
  18. "pages": [
  19. {
  20. "path": "auth/wxLogin"
  21. },
  22. {
  23. "path": "auth/wxUserInfo"
  24. },
  25. {
  26. "path": "auth/loginAndRegisterAndForgetPassword"
  27. },
  28. {
  29. "path": "product/search"
  30. }
  31. ]
  32. }],
  33. "globalStyle": {
  34. "navigationBarTextStyle": "black",
  35. "navigationBarTitleText": "鸿宇研学生",
  36. "navigationBarBackgroundColor": "#F8F8F8",
  37. "backgroundColor": "#F8F8F8",
  38. "navigationStyle": "custom"
  39. },
  40. "uniIdRouter": {}
  41. }