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.
49 lines
1.3 KiB
49 lines
1.3 KiB
{
|
|
"pages": [
|
|
"pages/client/index",
|
|
"pages/trade/index",
|
|
"pages/mall/index",
|
|
"pages/mine/index",
|
|
"pages/login/index"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#888",
|
|
"selectedColor": "#007AFF",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#f9f9f9",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/client/index",
|
|
"iconPath": "static/imgs/tabbar/store-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
|
|
"text": "客户"
|
|
},
|
|
{
|
|
"pagePath": "pages/trade/index",
|
|
"iconPath": "static/imgs/tabbar/store-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
|
|
"text": "交易"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/index",
|
|
"iconPath": "static/imgs/tabbar/store-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
|
|
"text": "纸商城"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/imgs/tabbar/store-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/store-blue.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
}
|