You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
2.2 KiB
123 lines
2.2 KiB
1 month ago
|
{
|
||
|
"pages": [
|
||
|
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "小课堂"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/shop/shop",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商城"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/information/information",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "个人信息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/rank/rank",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "排行榜"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/rank/mine rank/mine rank",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "我的排名"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/index/question/question",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "学生签到"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/index/attendance/attendance",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "随机点名"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/login/zhuce/shenfen",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "注册"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/login/zhuce/register/register",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "注册"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/login/zhuce/register/teacher",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "注册"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/login/stulogin",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "登录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/login/login",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText" : "登录"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
],
|
||
|
"tabBar": {
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页",
|
||
|
"iconPath": "static/home2.png",
|
||
|
"selectedIconPath": "static/home1.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/shop/shop",
|
||
|
"text": "商城",
|
||
|
"iconPath": "static/shop2.png",
|
||
|
"selectedIconPath":"static/shop1.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/rank/rank",
|
||
|
"text": "排行榜",
|
||
|
"iconPath":"static/rank2.png",
|
||
|
"selectedIconPath": "static/rank1.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/information/information",
|
||
|
"text": "我的",
|
||
|
"iconPath": "static/my2.png",
|
||
|
"selectedIconPath": "static/my1.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "小课堂",
|
||
|
"navigationBarBackgroundColor": "#f8f8f8",
|
||
|
"backgroundColor": "#f8f8f8"
|
||
|
}
|
||
|
}
|