app.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "pages": [
  3. "pages/index/mindex/mindex",
  4. "pages/UserCenter/UserCenter",
  5. "pages/OrderList/pinglun",
  6. "pages/pinglun/pingLunList",
  7. "pages/OrderList/OrderDetail",
  8. "pages/UserCenter/LoginView",
  9. "pages/company/companysvList",
  10. "pages/kefuzhongxin/fuwuleixing",
  11. "pages/kefuzhongxin/fuwuqingdan",
  12. "pages/kefuzhongxin/kehufuwu",
  13. "pages/shanpinxungou/shangjia/shangjia",
  14. "pages/shanpinxungou/shangjia/shangjiaxiangqing",
  15. "pages/shanpinxungou/shangpin/shangpinxiangqing",
  16. "pages/UserCenter/map/map",
  17. "pages/shanpinxungou/shangpin/shangpinList/shangpinList",
  18. "pages/UserCenter/mendian/wodemendian",
  19. "pages/UserCenter/mendian/addmendian",
  20. "pages/UserCenter/mendian/mendianSPFenlei",
  21. "pages/UserCenter/mendian/addmendianSP",
  22. "pages/UserCenter/userMsgMenager",
  23. "pages/OrderList/mendianOeder",
  24. "pages/UserCenter/huiyuan/huiyuan",
  25. "pages/UserCenter/yonghushezhi/duoyuyan",
  26. "pages/UserCenter/yonghushezhi/bangzhu",
  27. "pages/UserCenter/yonghushezhi/shezhi",
  28. "pages/UserCenter/yonghushezhi/bangzhuxq",
  29. "pages/shanpinxungou/shangjia/gengduozhixun",
  30. "pages/OrderList/buy/hongbaokq",
  31. "pages/UserCenter/mendian/xuanzemendian"
  32. ],
  33. "subPackages": [],
  34. "window": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "uni-app",
  37. "navigationBarBackgroundColor": "#F8F8F8",
  38. "backgroundColor": "#F8F8F8"
  39. },
  40. "tabBar": {
  41. "color": "#7A7E83",
  42. "selectedColor": "#E02F73",
  43. "borderStyle": "black",
  44. "fontSize": "12px",
  45. "backgroundColor": "#F8F8F8",
  46. "list": [
  47. {
  48. "pagePath": "pages/index/mindex/mindex",
  49. "text": "订单",
  50. "iconPath": "static/images/dingdan1@3x.png",
  51. "selectedIconPath": "static/images/dingdan@3x.png"
  52. },
  53. {
  54. "pagePath": "pages/UserCenter/mendian/wodemendian",
  55. "text": "我的门店",
  56. "iconPath": "static/images/shouye1@3x.png",
  57. "selectedIconPath": "static/images/shouye@3x.png"
  58. },
  59. {
  60. "pagePath": "pages/UserCenter/UserCenter",
  61. "text": "会员中心",
  62. "iconPath": "static/images/huiyuan1@3x.png",
  63. "selectedIconPath": "static/images/huiyuan@3x.png"
  64. }
  65. ]
  66. },
  67. "usingComponents": {
  68. "uniad-plugin": "plugin://uni-ad/ad"
  69. },
  70. "plugins": {
  71. "uni-ad": {
  72. "version": "1.1.1",
  73. "provider": "wxf72d316417b6767f"
  74. },
  75. "coral-adv": {
  76. "version": "1.0.15",
  77. "provider": "wx0e203209e27b1e66"
  78. }
  79. }
  80. }