123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/member/index",
- "style": {
- "navigationBarTitleText": "会员"
- }
- }, {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人"
- }
- }, {
- "path": "pages/login/index",
- "style": {}
- }],
- "subPackages": [{
- "root": "pagesMember",
- "pages": [{
- "path": "venueDetail",
- "style": {
- "navigationBarTitleText": "场馆详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "classDetail",
- "style": {
- "navigationBarTitleText": "班级详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "subscribelForm",
- "style": {
- "navigationBarTitleText": "添加信息"
- }
- }, {
- "path": "subscribelSuccess",
- "style": {
- "navigationBarTitleText": "新增成功"
- }
- }, {
- "path": "leaveForm",
- "style": {
- "navigationBarTitleText": "请假"
- }
- }, {
- "path": "evaluateForm",
- "style": {
- "navigationBarTitleText": "评价"
- }
- }, {
- "path": "myClassDetail",
- "style": {
- "navigationBarTitleText": "我的课程"
- }
- }, {
- "path": "courseForm",
- "style": {
- "navigationBarTitleText": "成长历程"
- }
- }]
- }, {
- "root": "pagesMain",
- "pages": [{
- "path": "orderList",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- }, {
- "path": "studentList",
- "style": {
- "navigationBarTitleText": "我的学员"
- }
- }, {
- "path": "couponList",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- }, {
- "path": "shareInfo",
- "style": {
- "navigationBarTitleText": "分享有礼"
- }
- }, {
- "path": "evaluateList",
- "style": {
- "navigationBarTitleText": "我的评价"
- }
- }, {
- "path": "subscribeList",
- "style": {
- "navigationBarTitleText": "我的预约"
- }
- }, {
- "path": "memberCardList",
- "style": {
- "navigationBarTitleText": "开通会员"
- }
- }, {
- "path": "openMember",
- "style": {
- "navigationBarTitleText": "确认开通"
- }
- }, {
- "path": "contractInfo",
- "style": {
- "navigationBarTitleText": "合同协议"
- }
- }, {
- "path": "payResult",
- "style": {
- "navigationBarTitleText": "开通结果"
- }
- }, {
- "path": "payResultNo",
- "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/member/index",
- "iconPath": "static/images/icon-member.png",
- "selectedIconPath": "static/images/icon-member-active.png",
- "text": "会员"
- }, {
- "pagePath": "pages/user/index",
- "iconPath": "static/images/icon-mine.png",
- "selectedIconPath": "static/images/icon-mine-active.png",
- "text": "个人"
- }]
- }
- }
|