123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/news/index",
- "style": {
- "navigationBarTitleText": "消息"
- }
- }, {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人"
- }
- }, {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- }
- }],
- "subPackages": [{
- "root": "pagesClass",
- "pages": [{
- "path": "extraLessonsForm",
- "style": {
- "navigationBarTitleText": "补课"
- }
- }, {
- "path": "extraLessonsStudentList",
- "style": {
- "navigationBarTitleText": "选择学员"
- }
- }, {
- "path": "classList",
- "style": {
- "navigationBarTitleText": "我的班级"
- }
- }, {
- "path": "addClassForm",
- "style": {
- "navigationBarTitleText": "新建班级"
- }
- }, {
- "path": "classDetail",
- "style": {
- "navigationBarTitleText": "班级详情"
- }
- }, {
- "path": "courseForm",
- "style": {
- "navigationBarTitleText": "成长历程"
- }
- }, {
- "path": "signForm",
- "style": {
- "navigationBarTitleText": "签到"
- }
- }, {
- "path": "signStudentList",
- "style": {
- "navigationBarTitleText": "选择学员"
- }
- }, {
- "path": "timetable",
- "style": {
- "navigationBarTitleText": "课表"
- }
- }]
- }, {
- "root": "pagesMain",
- "pages": [{
- "path": "evaluateList",
- "style": {
- "navigationBarTitleText": "我的评价"
- }
- }, {
- "path": "evaluateDetail",
- "style": {
- "navigationBarTitleText": "评价详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "extraLessonsList",
- "style": {
- "navigationBarTitleText": "补课记录"
- }
- }, {
- "path": "leaveLessonsList",
- "style": {
- "navigationBarTitleText": "请假记录"
- }
- }, {
- "path": "ratioRank",
- "style": {
- "navigationBarTitleText": "续费率/签到率排行",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "renewList",
- "style": {
- "navigationBarTitleText": "续费提醒"
- }
- }, {
- "path": "signList",
- "style": {
- "navigationBarTitleText": "签到提醒"
- }
- }, {
- "path": "studentInfo",
- "style": {
- "navigationBarTitleText": "学员信息"
- }
- }, {
- "path": "communicateForm",
- "style": {
- "navigationBarTitleText": "通话记录"
- }
- }]
- }],
- "globalStyle": {
- "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": "个人"
- }]
- }
- }
|