1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "pages": [
- "pages/index/index",
- "pages/news/index",
- "pages/user/index",
- "pages/login/index"
- ],
- "subPackages": [
- {
- "root": "pagesClass",
- "pages": [
- "extraLessonsForm",
- "extraLessonsStudentList",
- "classList",
- "addClassForm",
- "updateClassForm",
- "classDetail",
- "courseForm",
- "signForm",
- "signStudentList",
- "timetable"
- ]
- },
- {
- "root": "pagesMain",
- "pages": [
- "coachReply",
- "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": {}
- }
|