Files
sykl-new/app.json
2023-12-15 17:53:08 +08:00

84 lines
2.8 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/login/index",
"pages/login/agreement/agreement",
"pages/user/index",
"pages/record/index",
"pages/clock/index",
"pages/user/about/about",
"pages/user/code/code",
"pages/user/collect/collect",
"pages/order/list/index",
"pages/order/details/index",
"pages/record/list/list",
"pages/record/detail/detail",
"pages/record/share/share",
"pages/clock/base/base",
"pages/stock/index",
"pages/stock/site/index",
"pages/stock/addSite/index",
"pages/stock/take/index",
"pages/stock/list/index",
"pages/stock/detailed/index",
"pages/stock/examine/index",
"pages/article/index",
"pages/article/info/info",
"pages/article/articleList/index",
"pages/mall/buy/index",
"pages/mall/submit/index",
"pages/mall/goods/index",
"pages/mall/details/index",
"pages/member/index",
"pages/member/open/open",
"pages/member/examine/examine",
"pages/member/cause/cause",
"pages/water/index",
"pages/water/product/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "锶源昆仑",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "锶源昆仑",
"iconPath": "/static/tabBarIcon/00.png",
"selectedIconPath": "/static/tabBarIcon/00_active.png"
},
{
"pagePath": "pages/record/index",
"text": "健康档案",
"iconPath": "/static/tabBarIcon/01.png",
"selectedIconPath": "/static/tabBarIcon/01_active.png"
},
{
"pagePath": "pages/clock/index",
"text": "饮水打卡",
"iconPath": "/static/tabBarIcon/02.png",
"selectedIconPath": "/static/tabBarIcon/02_active.png"
},
{
"pagePath": "pages/member/index",
"text": "锶源会员",
"iconPath": "/static/tabBarIcon/04.png",
"selectedIconPath": "/static/tabBarIcon/04_active.png"
},
{
"pagePath": "pages/user/index",
"text": "锶人中心",
"iconPath": "/static/tabBarIcon/03.png",
"selectedIconPath": "/static/tabBarIcon/03_active.png"
}
],
"color": "#999999",
"selectedColor": "#111111",
"borderStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}