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.

75 lines
2.2 KiB

4 years ago
{
"pages":[
4 years ago
"pages/user/user",
"pages/index/index",
"pages/index/calendar/calendar",
"pages/index/city/selectcity",
4 years ago
"pages/wallet/discount/discount_avilable",
4 years ago
"pages/wallet/discount/discount",
4 years ago
"pages/wallet/code_exchange/code_exchange",
"pages/wallet/wallet",
4 years ago
"pages/order_detail/order_detail",
"pages/my_order/my_order",
"pages/log_in/log_in",
4 years ago
"pages/sign_out/sign_out"
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",
"van-calendar": "@vant/weapp/calendar/index"
4 years ago
},
4 years ago
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "开心麻花",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#7F8389",
"selectedColor": "#333333",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"position": "bottom",
"list": [
{
"iconPath": "images/index.png",
"selectedIconPath": "images/index.png",
4 years ago
"pagePath": "pages/user/user",
4 years ago
"text": "首页"
},
{
"iconPath": "images/index.png",
"selectedIconPath": "images/index.png",
4 years ago
"pagePath": "pages/user/user",
4 years ago
"text": "分类"
},
{
"iconPath": "images/index.png",
"selectedIconPath": "images/index.png",
4 years ago
"pagePath": "pages/user/user",
4 years ago
"text": "我的"
}
]
},
4 years ago
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
4 years ago
"sitemapLocation": "sitemap.json"
}