app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/record/record",
  5. "pages/mine/mine",
  6. "pages/minePages/yszc/yszc",
  7. "pages/minePages/grxxxg/grxxxg",
  8. "pages/recordPages/pdjl/pdjl",
  9. "pages/recordPages/yyjl/yyjl",
  10. "pages/indexPages/selectHall/selectHall",
  11. "pages/indexPages/selectBusiness/selectBusiness",
  12. "pages/indexPages/workGuide/workGuide",
  13. "pages/indexPages/ssqhPages/success/success",
  14. "pages/indexPages/yyqhPages/selectTime/selectTime",
  15. "pages/indexPages/yyqhPages/success/success",
  16. "pages/minePages/bsrl/bsrl",
  17. "pages/minePages/ndpjjgcx/ndpjjgcx",
  18. "pages/minePages/sldjxxcx/sldjxxcx",
  19. "pages/minePages/wfwzxxcx/wfwzxxcx",
  20. "pages/minePages/cxnsrwqjxx/cxnsrwqjxx",
  21. "pages/taxDisputes/index/index",
  22. "pages/taxDisputes/taxDisputesPages/zxtj/zxtj",
  23. "pages/taxDisputes/taxDisputesPages/xcyysjd/xcyysjd",
  24. "pages/taxDisputes/taxDisputesPages/success/success",
  25. "pages/recordPages/sfzyZxjl/sfzyZxjl",
  26. "pages/recordPages/sfzyYyjl/sfzyYyjl",
  27. "pages/other/znzx/znzx"
  28. ],
  29. "window": {
  30. "backgroundTextStyle": "light",
  31. "navigationBarBackgroundColor": "#fff",
  32. "navigationBarTitleText": "知小税",
  33. "navigationBarTextStyle": "black"
  34. },
  35. "usingComponents": {
  36. "pop": "./components/pop/pop",
  37. "authorizeBox": "./components/authorizeBox/authorizeBox",
  38. "speechRecognition": "./components/speechRecognition/speechRecognition"
  39. },
  40. "tabBar": {
  41. "color": "#AEB4BC",
  42. "selectedColor": "#1F87FC",
  43. "list": [
  44. {
  45. "pagePath": "pages/index/index",
  46. "text": "首页",
  47. "iconPath": "icon/yyqh.png",
  48. "selectedIconPath": "icon/yyqh-s.png"
  49. },
  50. {
  51. "pagePath": "pages/record/record",
  52. "text": "办理记录",
  53. "iconPath": "icon/pdcx.png",
  54. "selectedIconPath": "icon/pdcx-s.png"
  55. },
  56. {
  57. "pagePath": "pages/mine/mine",
  58. "text": "个人中心",
  59. "iconPath": "icon/xgxx.png",
  60. "selectedIconPath": "icon/xgxx-s.png"
  61. }
  62. ]
  63. },
  64. "style": "v2",
  65. "sitemapLocation": "sitemap.json",
  66. "lazyCodeLoading": "requiredComponents",
  67. "requiredPrivateInfos": [
  68. "getLocation"
  69. ],
  70. "permission": {
  71. "scope.userLocation": {
  72. "desc": "用于获取距离您当前最近的办事大厅"
  73. }
  74. },
  75. "plugins": {
  76. "WechatSI": {
  77. "version": "0.0.7",
  78. "provider": "wx069ba97219f66d99"
  79. }
  80. }
  81. }