{ "plugins": {}, "pages": [ "pages/taskDetail/taskDetail", "pages/task/task", "pages/index/index", "pages/schedule/schedule", "pages/piano/piano", "pages/login/login", "pages/makePiano/makePiano", "pages/myself/myself" ], "window": { "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "navigationBarTitleText": "艾克斯朗学生端" }, "networkTimeout": { "request": 10000, "connectSocket": 20000, "uploadFile": 20000, "downloadFile": 20000 }, "style": "v2", "sitemapLocation": "sitemap.json", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "tabBar": { "color": "#bfbfbf", "selectedColor": "#d81e06", "list": [ { "selectedIconPath": "images/cur-index.png", "iconPath": "images/index.png", "pagePath": "pages/index/index", "text": "首页" }, { "selectedIconPath": "images/cur-piano.png", "iconPath": "images/piano.png", "pagePath": "pages/piano/piano", "text": "预约" }, { "selectedIconPath": "images/cur-my.png", "iconPath": "images/my.png", "pagePath": "pages/myself/myself", "text": "我的" } ] }, "usingComponents": {} }