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.
sky-take-out/user/mp-weixin/app.json

24 lines
598 B

{
"pages": [
"pages/index/index",
"pages/order/index",
"pages/details/index",
"pages/pay/index",
"pages/success/index",
"pages/nonet/index",
"pages/address/address",
"pages/remark/index",
"pages/my/my",
"pages/addOrEditAddress/addOrEditAddress",
"pages/historyOrder/historyOrder"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "苍穹外卖",
"navigationBarBackgroundColor": "#E95F3C",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {},
"sitemapLocation": "sitemap.json"
}