You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
4.3 KiB

4 years ago
{
4 years ago
"pages": [
4 years ago
"pages/index/index/index",
4 years ago
"pages/user/login/login",
4 years ago
"pages/user/user_index/user",
"pages/opera/activity_topics/topics",
4 years ago
"pages/make_order/choose_sit/choose_sit",
4 years ago
"pages/make_order/coupon/coupon",
4 years ago
"pages/opera/opera/opera_IP",
"pages/user/my_show/finished_show/finished_show",
"pages/user/my_show/wanted_show/wanted_show",
"pages/user/my_order/my_order",
"pages/user/order_detail/order_detail",
"pages/opera/IP_more/IP_more",
"pages/opera/IP_detail/IP_detail",
"pages/make_order/make_order/make_order",
"pages/make_order/random_sit/random_sit",
"pages/opera/show/show_detail",
"pages/index/search/search",
"pages/user/invoice/invoice_index/invoice_index",
"pages/user/invoice/invoice_edit/invoice_edit_newMake",
"pages/user/invoice/invoice_edit/invoice_edit_content",
"pages/user/invoice/invoice_edit/invoice_edit",
"pages/user/invoice/invoice_history/invoice_history",
"pages/user/invoice/my_invoice/my_invoice",
"pages/user/invoice/make_invoice/make_invoice",
"pages/user/discount/discount/discount",
"pages/user/discount/coupons/coupons",
4 years ago
"pages/user/discount/discount_ex/discount_ex",
"pages/user/discount/discount_avilable/discount_avilable",
"pages/user/auto_service/auto_service",
"pages/user/wallet/wallet/wallet",
"pages/user/wallet/code_exchange/code_exchange",
"pages/user/viewer_list/viewer_list",
4 years ago
"pages/index/calendar/calendar",
"pages/index/city/selectcity",
"pages/opera/stage/stage_photo"
4 years ago
],
4 years ago
"usingComponents": {
"van-icon": "@vant/weapp/icon/index",
"van-button": "@vant/weapp/button/index",
"van-image": "@vant/weapp/image/index",
"van-popup": "@vant/weapp/popup/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-search": "@vant/weapp/search/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-tab": "@vant/weapp/tab/index",
4 years ago
"van-tabs": "@vant/weapp/tabs/index",
"van-skeleton": "@vant/weapp/skeleton/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-area": "@vant/weapp/area/index",
4 years ago
"van-calendar": "@vant/weapp/calendar/index",
"van-card": "@vant/weapp/card/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-field": "@vant/weapp/field/index",
"van-checkbox": "@vant/weapp/checkbox/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-tag": "@vant/weapp/tag/index",
"van-steps": "@vant/weapp/steps/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-switch": "@vant/weapp/switch/index",
"van-collapse": "@vant/weapp/collapse/index",
"van-collapse-item": "@vant/weapp/collapse-item/index",
"van-stepper": "@vant/weapp/stepper/index",
4 years ago
"van-count-down": "@vant/weapp/count-down/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index"
4 years ago
},
4 years ago
"window": {
"backgroundTextStyle": "light",
4 years ago
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "开心麻花",
4 years ago
"navigationBarTextStyle": "black",
4 years ago
"enablePullDownRefresh": false
4 years ago
},
"tabBar": {
"color": "#7F8389",
4 years ago
"selectedColor": "#FF1D42",
4 years ago
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"position": "bottom",
"list": [
{
4 years ago
"iconPath": "images/ui/index.png",
4 years ago
"selectedIconPath": "images/ui/indexS.png",
4 years ago
"pagePath": "pages/index/index/index",
4 years ago
"text": "首页"
},
{
4 years ago
"iconPath": "images/ui/IP.png",
"selectedIconPath": "images/ui/IPS.png",
"pagePath": "pages/opera/opera/opera_IP",
4 years ago
"text": "剧目精选"
4 years ago
},
4 years ago
{
4 years ago
"iconPath": "images/ui/me.png",
"selectedIconPath": "images/ui/meS.png",
"pagePath": "pages/user/user_index/user",
4 years ago
"text": "我的"
}
]
},
4 years ago
"permission": {
"scope.userLocation": {
4 years ago
"desc": "你的位置信息将用于小程序位置接口的效果展示"
4 years ago
}
},
4 years ago
"sitemapLocation": "sitemap.json"
4 years ago
}