50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/intro/intro",
|
|
"pages/index/index",
|
|
"pages/shop/shop",
|
|
"pages/main/main",
|
|
"pages/shop/goods/goods",
|
|
"pages/shop/buycar/buycar",
|
|
"pages/shop/goods/evaluate/evaluate",
|
|
"pages/person/person"
|
|
],
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/intro/intro",
|
|
"text": "首页",
|
|
"iconPath": "/data/icon/shouye-copy.png",
|
|
"selectedIconPath":"/data/icon/shouye.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/main/main",
|
|
"text": "赛事报名",
|
|
"iconPath": "/data/icon/saishi1.png",
|
|
"selectedIconPath":"/data/icon/saishi1-copy.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/shop/shop",
|
|
"text": "教学教辅",
|
|
"iconPath": "/data/icon/read.png",
|
|
"selectedIconPath": "/data/icon/read-copy.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/person/person",
|
|
"text": "个人中心",
|
|
"iconPath": "/data/icon/icon-.png",
|
|
"selectedIconPath": "/data/icon/icon--copy.png"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#325395",
|
|
"navigationBarTitleText": "ZJCF青少年人工智能",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|