{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index/index", "style": { "enablePullDownRefresh": true } }, { "path": "pages/user/login/login", "style": { "navigationBarTitleText": "开心麻花登录" } }, { "path": "pages/opera/activity_topics/topics", "style": {} }, { "path": "pages/user/user_index/user", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom", "disableScroll": true, "transparentTitle": "auto" } }, { "path": "pages/user/order_detail/order_detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/user/my_order/my_order", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/make_order/random_sit/random_sit", "style": { "navigationBarTitleText": "选择票档", "enablePullDownRefresh": false } }, { "path": "pages/make_order/make_order/make_order", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } }, { "path": "pages/make_order/choose_sit/choose_sit", "style": { "navigationBarTitleText": "选择座位", "enablePullDownRefresh": false } }, { "path": "pages/make_order/coupon/coupon", "style": { "navigationBarTitleText": "使用优惠券" } }, { "path": "pages/opera/opera/opera_IP", "style": { "disableScroll": true } }, { "path": "pages/user/my_show/finished_show/finished_show", "style": { "navigationBarTitleText": "看过的演出" } }, { "path": "pages/user/my_show/wanted_show/wanted_show", "style": { "navigationBarTitleText": "想看的演出" } }, { "path": "pages/opera/IP_more/IP_more", "style": { "navigationBarTitleText": "大戏" } }, { "path": "pages/opera/IP_detail/IP_detail", "style": {} }, { "path": "pages/opera/show/show_detail", "style": { "navigationBarTitleText": "开心麻花", "enablePullDownRefresh": false } }, { "path": "pages/index/search/search", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": false } }, { "path": "pages/user/invoice/invoice_index/invoice_index", "style": { "navigationBarTitleText": "我的发票" } }, { "path": "pages/user/invoice/invoice_edit/invoice_edit_newMake", "style": { "navigationBarTitleText": "新建发票抬头" } }, { "path": "pages/user/invoice/invoice_edit/invoice_edit_content", "style": { "navigationBarTitleText": "发票抬头信息" } }, { "path": "pages/user/invoice/invoice_edit/invoice_edit", "style": { "navigationBarTitleText": "发票抬头信息" } }, { "path": "pages/user/invoice/invoice_history/invoice_history", "style": { "navigationBarTitleText": "开票历史" } }, { "path": "pages/user/invoice/my_invoice/my_invoice", "style": { "navigationBarTitleText": "我的发票" } }, { "path": "pages/user/invoice/make_invoice/make_invoice", "style": { "navigationBarTitleText": "确认开票" } }, { "path": "pages/user/discount/discount/discount", "style": { "navigationBarTitleText": "我的优惠券" } }, { "path": "pages/user/discount/coupons/coupons", "style": { "navigationBarTitleText": "使用优惠券" } }, { "path": "pages/user/discount/discount_ex/discount_ex", "style": { "navigationBarTitleText": "兑换优惠券" } }, { "path": "pages/user/discount/discount_avilable/discount_avilable", "style": { "navigationBarTitleText": "可用剧目" } }, { "path": "pages/user/auto_service/auto_service", "style": { "navigationBarTitleText": "联系客服" } }, { "path": "pages/user/viewer_list/viewer_list", "style": { "navigationBarTitleText": "观演人列表" } }, { "path": "pages/index/calendar/calendar", "style": { "navigationBarTitleText": "演出日历", "enablePullDownRefresh": false } }, { "path": "pages/index/city/selectcity", "style": { "navigationBarTitleText": "选择城市", "enablePullDownRefresh": false } }, { "path": "pages/opera/stage/stage_photo", "style": { "navigationBarTitleText": "分享剧照" } }, { "path": "pages/user/discount/answer_topic/answer_topic", "style": { "navigationBarTitleText": "测测我的本命消费人格", "enablePullDownRefresh": false, "disableScroll": true } }, { "path": "pages/special/straddlen/new_years", "style": { "navigationBarTitleText": "开心麻花有笑跨年攻略" } } ], "tabBar": { "color": "#7F8389", "selectedColor": "#FF1D42", "backgroundColor": "#FFFFFF", "borderStyle": "black", "position": "bottom", "list": [ { "iconPath": "static/images/ui/index.png", "selectedIconPath": "static/images/ui/indexS.png", "pagePath": "pages/index/index/index", "text": "首页" }, { "iconPath": "static/images/ui/IP.png", "selectedIconPath": "static/images/ui/IPS.png", "pagePath": "pages/opera/opera/opera_IP", "text": "剧目精选" }, { "iconPath": "static/images/ui/me.png", "selectedIconPath": "static/images/ui/meS.png", "pagePath": "pages/user/user_index/user", "text": "我的" } ] }, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序获取城市剧场信息" } }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "开心麻花", // "navigationBarBackgroundColor": "#F8F8F8", // "mp-alipay":{ // "navigationBarBackgroundColor": "#FF1D42" // }, "backgroundColor": "#F8F8F8" } }