40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/try/index/index",
|
|
"pages/my/login/index",
|
|
"pages/closet/index/index",
|
|
"pages/my/index/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "美搭",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#FF2727",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/closet/index/index",
|
|
"text": "衣橱",
|
|
"iconPath": "/assets/tabbar/tab1.png",
|
|
"selectedIconPath": "/assets/tabbar/tab1-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/try/index/index",
|
|
"text": "试衣间",
|
|
"iconPath": "/assets/tabbar/tab2.png",
|
|
"selectedIconPath": "/assets/tabbar/tab2-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index/index",
|
|
"text": "我的",
|
|
"iconPath": "/assets/tabbar/tab3.png",
|
|
"selectedIconPath": "/assets/tabbar/tab3-active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |