app.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/mine/mine",
  5. "pages/login/login"
  6. ],
  7. "subPackages": [
  8. {
  9. "root": "pageA",
  10. "pages": [
  11. "xieyi",
  12. "yinsi",
  13. "orderinfo",
  14. "shopping/shopping",
  15. "commodity",
  16. "submit",
  17. "everyday",
  18. "address",
  19. "duihuan",
  20. "xuyuan",
  21. "xiaoxi",
  22. "tongzhi",
  23. "formerly"
  24. ]
  25. }
  26. ],
  27. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "粉丝私域服务中心",
  30. "navigationBarBackgroundColor": "#fff",
  31. "backgroundColor": "#fff"
  32. },
  33. "tabBar": {
  34. "selectedColor": "#57C2F4",
  35. "color": "#7A7A7A ",
  36. "list": [
  37. {
  38. "iconPath": "/static/images/index.png",
  39. "selectedIconPath": "/static/images/index1.png",
  40. "text": "首页",
  41. "pagePath": "pages/index/index"
  42. },
  43. {
  44. "iconPath": "/static/images/mine.png",
  45. "selectedIconPath": "/static/images/mine1.png",
  46. "text": "我的",
  47. "pagePath": "pages/mine/mine"
  48. }
  49. ]
  50. },
  51. "runmode": "liberate",
  52. "usingComponents": {}
  53. }