app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/public/register",
  5. "pages/public/login",
  6. "pages/user/team",
  7. "pages/public/wxLogin",
  8. "pages/public/forget",
  9. "pages/set/set",
  10. "pages/set/bjq",
  11. "pages/set/phone",
  12. "pages/set/userinfo",
  13. "pages/set/setinfo",
  14. "pages/cart/zmt",
  15. "pages/user/user",
  16. "pages/category/funeng",
  17. "pages/redirect/redirect",
  18. "pages/user/shareQrCode",
  19. "pages/user/mymsg",
  20. "pages/user/dyjj",
  21. "pages/user/mydy",
  22. "pages/user/dydetail",
  23. "pages/user/joinMedia",
  24. "pages/user/mypl",
  25. "pages/user/registerMember",
  26. "pages/user/article",
  27. "pages/index/searchZmt",
  28. "pages/index/searchArt",
  29. "pages/meeting/meeting"
  30. ],
  31. "subPackages": [],
  32. "window": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "台州互联融媒体",
  35. "navigationStyle": "custom",
  36. "navigationBarBackgroundColor": "#FFFFFF",
  37. "backgroundColor": "#f8f8f8"
  38. },
  39. "tabBar": {
  40. "color": "#C0C4CC",
  41. "selectedColor": "#000000",
  42. "borderStyle": "black",
  43. "backgroundColor": "#ffffff",
  44. "list": [
  45. {
  46. "pagePath": "pages/index/index",
  47. "iconPath": "static/tabBar/tab-home.png",
  48. "selectedIconPath": "static/tabBar/tab-home-current.png",
  49. "text": "首页"
  50. },
  51. {
  52. "pagePath": "pages/category/funeng",
  53. "iconPath": "static/tabBar/tab-cate.png",
  54. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  55. "text": "企业赋能"
  56. },
  57. {
  58. "pagePath": "pages/cart/zmt",
  59. "iconPath": "static/tabBar/tab-cart.png",
  60. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  61. "text": "自媒体"
  62. },
  63. {
  64. "pagePath": "pages/user/user",
  65. "iconPath": "static/tabBar/tab-my.png",
  66. "selectedIconPath": "static/tabBar/tab-my-current.png",
  67. "text": "我的"
  68. }
  69. ]
  70. },
  71. "usingComponents": {}
  72. }