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

55 lines
953 B

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months 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. "path": "pages/index/center",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "componentPlaceholder": {
  20. "order-card": "view"
  21. }
  22. }
  23. }
  24. ],
  25. "preloadRule": {
  26. "pages/index/index": {
  27. "network": "all",
  28. "packages": ["pages_order"]
  29. }
  30. },
  31. "subPackages": [{
  32. "root": "pages_order",
  33. "pages": [
  34. {
  35. "path": "auth/wxLogin"
  36. },
  37. {
  38. "path": "auth/wxUserInfo"
  39. },
  40. {
  41. "path": "auth/loginAndRegisterAndForgetPassword"
  42. },
  43. {
  44. "path": "product/search"
  45. }
  46. ]
  47. }],
  48. "globalStyle": {
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "鸿宇研学生",
  51. "navigationBarBackgroundColor": "#F8F8F8",
  52. "backgroundColor": "#F8F8F8",
  53. "navigationStyle": "custom"
  54. },
  55. "uniIdRouter": {}
  56. }