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.

64 lines
1.7 KiB

4 years ago
{
"pages":[
4 years ago
"pages/wallet/discount/discount",
"pages/wallet/discount/discount_avilable",
"pages/wallet/code_exchange/code_exchange",
"pages/wallet/wallet",
"pages/index/index",
4 years ago
"pages/order_detail/order_detail",
"pages/my_order/my_order",
"pages/log_in/log_in",
"pages/sign_out/sign_out",
4 years ago
"pages/user/user"
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",
"van-tabs": "@vant/weapp/tabs/index"
},
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": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}