|
|
|
@ -0,0 +1,45 @@
|
|
|
|
|
{
|
|
|
|
|
"entryPagePath": "pages/course_detail/course_detail",
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/course/course",
|
|
|
|
|
"pages/my/my",
|
|
|
|
|
"pages/course_detail/course_detail",
|
|
|
|
|
"pages/student_info/student_info",
|
|
|
|
|
"pages/login/login",
|
|
|
|
|
"pages/forget/forget",
|
|
|
|
|
"pages/register/register",
|
|
|
|
|
"pages/choose_name/choose_name",
|
|
|
|
|
"pages/call_the_name(1)/call_the_name(1)",
|
|
|
|
|
"pages/call_the_name(2)/call_the_name(2)",
|
|
|
|
|
"pages/call_the_name(3)/call_the_name(3)"
|
|
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"navigationBarTitleText": "点名系统",
|
|
|
|
|
"navigationBarBackgroundColor": "#f3514f",
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"backgroundColor": "#efefef",
|
|
|
|
|
"backgroundTextStyle":"dark"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"selectedColor": "f3514f",
|
|
|
|
|
"color": "#666",
|
|
|
|
|
"list":[
|
|
|
|
|
{
|
|
|
|
|
"text": "课程",
|
|
|
|
|
"pagePath": "pages/course/course",
|
|
|
|
|
"iconPath": "/assets/tabbar/课程(1).png",
|
|
|
|
|
"selectedIconPath": "/assets/tabbar/课程(2).png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"text": "我的",
|
|
|
|
|
"pagePath": "pages/my/my",
|
|
|
|
|
"iconPath": "/assets/tabbar/我的(1).png",
|
|
|
|
|
"selectedIconPath": "/assets/tabbar/我的(2).png"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"style": "v2",
|
|
|
|
|
"componentFramework": "glass-easel",
|
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
|
"lazyCodeLoading": "requiredComponents"
|
|
|
|
|
}
|