123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "星火纵横",
- "enablePullDownRefresh": true
- }
- }, {
- "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": "orderList",
- "style": {
- "navigationBarTitleText": "报名列表"
- }
- }, {
- "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": "shareInfo",
- "style": {
- "navigationBarTitleText": "我的二维码"
- }
- }]
- }],
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "星火纵横销售端",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- }
- }
|