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

51 lines
1.2 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 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. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/login/wxUserInfo",
  24. "style": {
  25. "navigationBarTitleText": "授权用户信息",
  26. "navigationStyle": "custom"
  27. }
  28. }
  29. ],
  30. "globalStyle": {
  31. "navigationBarTextStyle": "black",
  32. "navigationBarTitleText": "",
  33. "navigationBarBackgroundColor": "#000",
  34. "backgroundColor": "#000"
  35. },
  36. "tabBar": {
  37. "backgroundColor": "white",
  38. "selectedColor": "#fdc204",
  39. "list": [{
  40. "pagePath": "pages/contentDetail/contentDetail",
  41. "iconPath": "static/tabbar/1.png",
  42. "selectedIconPath": "static/tabbar/2.png",
  43. "text": "课程"
  44. }, {
  45. "pagePath": "pages/center/center",
  46. "iconPath": "static/tabbar/3.png",
  47. "selectedIconPath": "static/tabbar/4.png",
  48. "text": "个人中心"
  49. }]
  50. },
  51. "uniIdRouter": {}
  52. }