47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/wode/wode",
|
|
"pages/kecheng/kecheng",
|
|
"pages/LoginOrOutDetails/LoginOrOutDetails",
|
|
"pages/WebPageDetails/WebPageDetails",
|
|
"pages/VideoDetails/VideoDetails",
|
|
"pages/VideoDetailsPage/VideoDetailsPage",
|
|
"pages/IndexNewCourseDetails/IndexNewCourseDetails",
|
|
"pages/IndexFreeCourseDetails/IndexFreeCourseDetails",
|
|
"pages/SetPasswordCode/SetPasswordCode",
|
|
"pages/ChangeUserInfo/ChangeUserInfo"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "叶雷讲数学",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#fff"
|
|
},
|
|
"tabBar": {
|
|
"color":"#000",
|
|
"selectedColor":"#00aa00",
|
|
"borderStyle": "black",
|
|
"list": [{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/image/shouye.png",
|
|
"selectedIconPath": "static/image/shouye-selected.png"
|
|
},
|
|
{
|
|
"text": "知识",
|
|
"pagePath": "pages/kecheng/kecheng",
|
|
"iconPath": "static/image/kecheng.png",
|
|
"selectedIconPath": "static/image/kecheng-selected.png"
|
|
},{
|
|
"text": "我的",
|
|
"pagePath": "pages/wode/wode",
|
|
"iconPath": "static/image/wode.png",
|
|
"selectedIconPath": "static/image/wode-selected.png"
|
|
}]
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|