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.
git/scr/food/app.json

73 lines
1.8 KiB

2 years ago
{
"pages": [
"pages/login/login",
2 years ago
"pages/index/index",
"pages/fourm/fourm",
"pages/submit/submit",
2 years ago
"pages/cart/cart",
"pages/usercenter/usercenter",
"pages/detail/detail",
"pages/searchShow/searchShow",
"pages/change/change",
2 years ago
"pages/answer/answer",
"pages/paying/paying",
2 years ago
"pages/orderlist/orderlist",
2 years ago
"pages/address/address",
2 years ago
"pages/turning/turning",
"pages/addAddress/addAddress",
"pages/myorder/myorder",
"pages/orderdetail/orderdetail",
"pages/searchfood/searchfood",
"pages/select1/select1",
"pages/select2/select2"
2 years ago
2 years ago
],
"tabBar": {
"custom": false,
2 years ago
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/home.png",
"selectedIconPath": "/images/home-active.png"
},
{
"pagePath": "pages/fourm/fourm",
"text": "论坛",
"iconPath": "/images/message.png",
"selectedIconPath": "/images/message-active.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "/images/message.png",
"selectedIconPath": "/images/message-active.png"
},
{
"pagePath": "pages/usercenter/usercenter",
"text": "我的",
"iconPath": "/images/message.png",
"selectedIconPath": "/images/message-active.png"
}
]
},
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "节时不节食",
2 years ago
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
2 years ago
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
2 years ago
"sitemapLocation": "sitemap.json",
"style": "v2"
}