{ "pages": [ "pages/index/index", "pages/news/index", "pages/user/index", "pages/login/index" ], "subPackages": [ { "root": "pagesClass", "pages": [ "extraLessonsForm", "extraLessonsStudentList", "classList", "addClassForm", "classDetail", "courseForm", "signForm", "signStudentList", "timetable" ] }, { "root": "pagesMain", "pages": [ "evaluateList", "evaluateDetail", "extraLessonsList", "leaveLessonsList", "ratioRank", "renewList", "signList", "studentInfo", "communicateForm" ] } ], "window": { "navigationStyle": "default", "navigationBarTextStyle": "black", "navigationBarTitleText": "星火纵横销售端", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F8F8F8" }, "tabBar": { "borderStyle": "black", "backgroundColor": "#fff", "color": "#9A9A9A", "selectedColor": "#666666", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/images/icon-index.png", "selectedIconPath": "static/images/icon-index-active.png", "text": "首页" }, { "pagePath": "pages/news/index", "iconPath": "static/images/icon-news.png", "selectedIconPath": "static/images/icon-news-active.png", "text": "消息" }, { "pagePath": "pages/user/index", "iconPath": "static/images/icon-mine.png", "selectedIconPath": "static/images/icon-mine-active.png", "text": "个人" } ] }, "runmode": "liberate", "permission": { "scope.userLocation": { "desc": "获取当前区域定位以选取附近场馆" } }, "usingComponents": {}, "sitemapLocation": "sitemap.json" }