35 lines
621 B
JSON
35 lines
621 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/me/me",
|
|
"pages/info/info",
|
|
"shop/car/car"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"subpackages": [
|
|
{
|
|
"root": "shop",
|
|
"pages": [
|
|
"pages/car"
|
|
]
|
|
}
|
|
],
|
|
"sitemapLocation": "sitemap.json"
|
|
} |