123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "pages": [
- "pages/index/index",
- "pages/record/record",
- "pages/mine/mine",
- "pages/minePages/yszc/yszc",
- "pages/minePages/grxxxg/grxxxg",
- "pages/recordPages/pdjl/pdjl",
- "pages/recordPages/yyjl/yyjl",
- "pages/indexPages/selectHall/selectHall",
- "pages/indexPages/selectBusiness/selectBusiness",
- "pages/indexPages/workGuide/workGuide",
- "pages/indexPages/ssqhPages/success/success",
- "pages/indexPages/yyqhPages/selectTime/selectTime",
- "pages/indexPages/yyqhPages/success/success",
- "pages/minePages/bsrl/bsrl",
- "pages/minePages/ndpjjgcx/ndpjjgcx",
- "pages/minePages/sldjxxcx/sldjxxcx",
- "pages/minePages/wfwzxxcx/wfwzxxcx",
- "pages/minePages/cxnsrwqjxx/cxnsrwqjxx",
- "pages/taxDisputes/index/index",
- "pages/taxDisputes/taxDisputesPages/zxtj/zxtj",
- "pages/taxDisputes/taxDisputesPages/xcyysjd/xcyysjd",
- "pages/taxDisputes/taxDisputesPages/success/success",
- "pages/recordPages/sfzyZxjl/sfzyZxjl",
- "pages/recordPages/sfzyYyjl/sfzyYyjl",
- "pages/other/znzx/znzx"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "知小税",
- "navigationBarTextStyle": "black"
- },
- "usingComponents": {
- "pop": "./components/pop/pop",
- "authorizeBox": "./components/authorizeBox/authorizeBox",
- "speechRecognition": "./components/speechRecognition/speechRecognition"
- },
- "tabBar": {
- "color": "#AEB4BC",
- "selectedColor": "#1F87FC",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "icon/yyqh.png",
- "selectedIconPath": "icon/yyqh-s.png"
- },
- {
- "pagePath": "pages/record/record",
- "text": "办理记录",
- "iconPath": "icon/pdcx.png",
- "selectedIconPath": "icon/pdcx-s.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "个人中心",
- "iconPath": "icon/xgxx.png",
- "selectedIconPath": "icon/xgxx-s.png"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "用于获取距离您当前最近的办事大厅"
- }
- },
- "plugins": {
- "WechatSI": {
- "version": "0.0.7",
- "provider": "wx069ba97219f66d99"
- }
- }
- }
|