app.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "pages": [
  3. "page/home/index",
  4. "page/home/result/result",
  5. "page/home/deduct/deduct",
  6. "page/home/webView/webView",
  7. "page/findmore/index"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#03C29D",
  12. "navigationBarTitleText": "个人所得税计算器",
  13. "navigationBarTextStyle": "white",
  14. "backgroundColor": "#F8F8F8"
  15. },
  16. "usingComponents": {},
  17. "tabBar": {
  18. "custom": true,
  19. "color": "#999999",
  20. "selectedColor": "#5674F0",
  21. "backgroundColor": "#ffffff",
  22. "borderStyle": "black",
  23. "list": [
  24. {
  25. "pagePath": "page/home/index",
  26. "text": "首页",
  27. "iconPath": "/icon/public/shouye.png",
  28. "selectedIconPath": "/icon/public/shouye_selected.png"
  29. },
  30. {
  31. "pagePath": "page/findmore/index",
  32. "text": "发现",
  33. "iconPath": "/icon/public/faxian.png",
  34. "selectedIconPath": "/icon/public/faxian_normal.png"
  35. }
  36. ]
  37. },
  38. "debug": false,
  39. "navigateToMiniProgramAppIdList": [
  40. "wxbf3f03f8a7d0cdcf",
  41. "wx7ab08191e61478c5",
  42. "wxdb674acb1231c231",
  43. "wx4882c703815c5602",
  44. "wx0fdd65237732c014"
  45. ],
  46. "sitemapLocation": "sitemap.json"
  47. }