purchase-let/unpackage/dist/dev/mp-weixin/app.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-25 18:02:30 +08:00
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/cart/cart",
2024-04-26 18:04:56 +08:00
"pages/my/my"
],
"subPackages": [
{
"root": "pagesOrder",
"pages": [
"order/order",
"detail/detail"
]
}
2024-04-25 18:02:30 +08:00
],
"window": {
"navigationBarTextStyle": "black",
2024-04-26 18:04:56 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
2024-04-25 18:02:30 +08:00
},
"tabBar": {
"color": "#999999",
2024-04-26 18:04:56 +08:00
"selectedColor": "#20b128",
2024-04-25 18:02:30 +08:00
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
2024-04-26 18:04:56 +08:00
"text": "首页",
"iconPath": "static/tab/a.png",
"selectedIconPath": "static/tab/aa.png"
2024-04-25 18:02:30 +08:00
},
{
"pagePath": "pages/cart/cart",
2024-04-26 18:04:56 +08:00
"text": "购物车",
"iconPath": "static/tab/b.png",
"selectedIconPath": "static/tab/ba.png"
2024-04-25 18:02:30 +08:00
},
{
"pagePath": "pages/my/my",
2024-04-26 18:04:56 +08:00
"text": "我的",
"iconPath": "static/tab/c.png",
"selectedIconPath": "static/tab/ca.png"
2024-04-25 18:02:30 +08:00
}
]
},
"usingComponents": {}
}