2023-04-28 18:04:49 +08:00
|
|
|
{
|
|
|
|
"pages": [
|
|
|
|
"pages/home/home",
|
|
|
|
"pages/index/index",
|
|
|
|
"pages/logs/logs",
|
|
|
|
"pages/star/star",
|
|
|
|
"pages/search/search",
|
2023-05-15 14:30:16 +08:00
|
|
|
"pages/detail/detail",
|
|
|
|
"pages/login/login"
|
2023-04-28 18:04:49 +08:00
|
|
|
],
|
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
},
|
|
|
|
"style": "v2",
|
2023-05-04 10:28:27 +08:00
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
"tabBar": {
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/home/home",
|
|
|
|
"text": "酒单",
|
2023-05-15 14:30:16 +08:00
|
|
|
"iconPath": "./images/menu.png",
|
2023-05-04 10:28:27 +08:00
|
|
|
"selectedIconPath": "./images/menu.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"text": "我的",
|
2023-05-15 14:30:16 +08:00
|
|
|
"iconPath": "./images/home.png",
|
2023-05-04 10:28:27 +08:00
|
|
|
"selectedIconPath": "./images/home.png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2023-04-28 18:04:49 +08:00
|
|
|
}
|