46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/order/list/index",
|
|
"pages/index/index/index",
|
|
"pages/user/index/index",
|
|
"pages/user/login/index",
|
|
"pages/user/password/index",
|
|
"pages/product/list/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"style": "v2",
|
|
"tabBar": {
|
|
"color": "#222222",
|
|
"selectedColor": "#FFC300",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index/index",
|
|
"text": "数据",
|
|
"iconPath": "assets/icon/tab-bar/tab1.png",
|
|
"selectedIconPath": "assets/icon/tab-bar/tab1-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/list/index",
|
|
"text": "订单",
|
|
"iconPath": "assets/icon/tab-bar/tab2.png",
|
|
"selectedIconPath": "assets/icon/tab-bar/tab2-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index/index",
|
|
"text": "我的",
|
|
"iconPath": "assets/icon/tab-bar/tab3.png",
|
|
"selectedIconPath": "assets/icon/tab-bar/tab3-active.png"
|
|
}
|
|
]
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |