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
64 lines
1.7 KiB
{
|
|
"pages":[
|
|
"pages/wallet/discount/discount",
|
|
"pages/wallet/discount/discount_avilable",
|
|
"pages/wallet/code_exchange/code_exchange",
|
|
"pages/wallet/wallet",
|
|
"pages/index/index",
|
|
"pages/order_detail/order_detail",
|
|
"pages/my_order/my_order",
|
|
"pages/log_in/log_in",
|
|
"pages/sign_out/sign_out",
|
|
"pages/user/user"
|
|
],
|
|
"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"
|
|
},
|
|
|
|
"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",
|
|
"pagePath": "pages/user/user",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"iconPath": "images/index.png",
|
|
"selectedIconPath": "images/index.png",
|
|
"pagePath": "pages/user/user",
|
|
"text": "分类"
|
|
},
|
|
{
|
|
"iconPath": "images/index.png",
|
|
"selectedIconPath": "images/index.png",
|
|
"pagePath": "pages/user/user",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|