知识付费微信小程序
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.

43 lines
1.0 KiB

8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/contentDetail/contentDetail",
  5. "style": {
  6. "navigationBarTitleText": "课程"
  7. }
  8. },
  9. {
  10. "path": "pages/center/center",
  11. "style": {
  12. "navigationBarTitleText": "个人中心"
  13. }
  14. },
  15. {
  16. "path": "pages/login/login",
  17. "style": {
  18. "navigationBarTitleText": "登录"
  19. }
  20. }
  21. ],
  22. "globalStyle": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "",
  25. "navigationBarBackgroundColor": "#000",
  26. "backgroundColor": "#000"
  27. },
  28. "tabBar": {
  29. "backgroundColor": "white",
  30. "selectedColor": "#fdc204",
  31. "list": [{
  32. "pagePath": "pages/contentDetail/contentDetail",
  33. "iconPath": "static/tabbar/1.png",
  34. "selectedIconPath": "static/tabbar/2.png",
  35. "text": "课程"
  36. }, {
  37. "pagePath": "pages/center/center",
  38. "iconPath": "static/tabbar/3.png",
  39. "selectedIconPath": "static/tabbar/4.png",
  40. "text": "个人中心"
  41. }]
  42. },
  43. "uniIdRouter": {}
  44. }