{ "entryPagePath": "pages/home/index", "pages": [ "pages/home/index", "pages/service/index", "pages/mine/index", "pages/login/index" ], "window": { "defaultTitle": "" }, "tabBar": { "textColor": "#999", "selectedColor": "#1677FF", "backgroundColor": "#ffffff", "items": [ { "pagePath": "pages/home/index", "name": "首页", "icon": "./static/tabbar/home.png", "activeIcon": "./static/tabbar/home_cur.png" }, { "pagePath": "pages/service/index", "name": "人员列表", "icon": "./static/tabbar/list.png", "activeIcon": "./static/tabbar/list_cur.png" }, { "pagePath": "pages/mine/index", "name": "我的", "icon": "./static/tabbar/mine.png", "activeIcon": "./static/tabbar/mine_cur.png" } ] }, "behavior": { "requestReferrerStrategy": "page", "requestReferrerStyle": "full", "requestDefaultEnableCookie": true, "connectSocketDefaultMultiple": true }, "lazyCodeLoading": "requiredComponents" }