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.
52 lines
1.3 KiB
52 lines
1.3 KiB
2 months ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/shop/shop",
|
||
|
"pages/information/information",
|
||
|
"pages/rank/rank",
|
||
|
"pages/rank/mine rank/mine rank",
|
||
|
"pages/index/question/question",
|
||
|
"pages/index/attendance/attendance",
|
||
|
"pages/login/zhuce/shenfen",
|
||
|
"pages/login/zhuce/register/register",
|
||
|
"pages/login/zhuce/register/teacher",
|
||
|
"pages/login/stulogin",
|
||
|
"pages/login/login"
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "小课堂",
|
||
|
"navigationBarBackgroundColor": "#f8f8f8",
|
||
|
"backgroundColor": "#f8f8f8"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"permission": {},
|
||
|
"usingComponents": {}
|
||
|
}
|