123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "星火纵横",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/report/index",
- "style": {
- "navigationBarTitleText": "报表"
- }
- },{
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "个人"
- }
- },{
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- }
- }],
- "subPackages": [{
- "root": "pagesEnroll",
- "pages": [{
- "path": "todayEnroll",
- "style": {
- "navigationBarTitleText": "今日新增"
- }
- }, {
- "path": "enrolledForm",
- "style": {
- "navigationBarTitleText": "添加信息"
- }
- }, {
- "path": "intentionForm",
- "style": {
- "navigationBarTitleText": "添加信息"
- }
- }, {
- "path": "venueList",
- "style": {
- "navigationBarTitleText": "场馆列表"
- }
- }, {
- "path": "classList",
- "style": {
- "navigationBarTitleText": "班级列表"
- }
- }, {
- "path": "venueDetail",
- "style": {
- "navigationBarTitleText": "场馆详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "classDetail",
- "style": {
- "navigationBarTitleText": "班级详情",
- "enablePullDownRefresh": true
- }
- }]
- }, {
- "root": "pagesMain",
- "pages": [{
- "path": "customerList",
- "style": {
- "navigationBarTitleText": "我的客户"
- }
- },{
- "path": "customerInfo",
- "style": {
- "navigationBarTitleText": ""
- }
- },{
- "path": "reportInfo",
- "style": {
- "navigationBarTitleText": ""
- }
- },{
- "path": "allCustomer",
- "style": {
- "navigationBarTitleText": "全部客户"
- }
- }, {
- "path": "threadList",
- "style": {
- "navigationBarTitleText": "我的线索"
- }
- }, {
- "path": "businessList",
- "style": {
- "navigationBarTitleText": "我的公海"
- }
- }, {
- "path": "orderList",
- "style": {
- "navigationBarTitleText": "报名列表"
- }
- }, {
- "path": "venueList",
- "style": {
- "navigationBarTitleText": "预约场馆列表"
- }
- }, {
- "path": "venueMore",
- "style": {
- "navigationBarTitleText": "所有场馆"
- }
- }, {
- "path": "venueDetail",
- "style": {
- "navigationBarTitleText": "场馆详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "orderDetail",
- "style": {
- "navigationBarTitleText": "报名详情"
- }
- }, {
- "path": "marketRankList",
- "style": {
- "navigationBarTitleText": "销售额"
- }
- }, {
- "path": "renewList",
- "style": {
- "navigationBarTitleText": "续费提醒"
- }
- }, {
- "path": "studentInfo",
- "style": {
- "navigationBarTitleText": "学员信息"
- }
- }, {
- "path": "recordForm",
- "style": {
- "navigationBarTitleText": "通话记录"
- }
- }, {
- "path": "messageList",
- "style": {
- "navigationBarTitleText": "消息通知"
- }
- }, {
- "path": "dataCensus",
- "style": {
- "navigationBarTitleText": "数据统计"
- }
- }, {
- "path": "giftApply",
- "style": {
- "navigationBarTitleText": "赠品申请"
- }
- }, {
- "path": "giftInfo",
- "style": {
- "navigationBarTitleText": "赠品信息"
- }
- }, {
- "path": "shareInfo",
- "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/report/index",
- "iconPath": "static/images/icon-member.png",
- "selectedIconPath": "static/images/icon-member-active.png",
- "text": "报表"
- }, {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/icon-mine.png",
- "selectedIconPath": "static/images/icon-mine-active.png",
- "text": "个人"
- }]
- }
- }
|