43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/bleConnect/bleConnect",
|
|
"pages/sendCommand/sendCommand",
|
|
"pages/login/login",
|
|
"pages/my/my",
|
|
"pages/message/message",
|
|
"pages/product/product",
|
|
"pages/talk/talk"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#4095e5",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "订单",
|
|
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
|
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/message",
|
|
"text": "消息",
|
|
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
|
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
|
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |