parent
69dd1db0b7
commit
ea67192ba8
@ -0,0 +1,42 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/menu/menu",
|
||||
"pages/my/my",
|
||||
"pages/bd/bd",
|
||||
"pages/uploadfile/uploadfile",
|
||||
"pages/list/list",
|
||||
"pages/operation/operation"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "班级通",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#33a3dc",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/index/index.png",
|
||||
"selectedIconPath": "/static/index/index_active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/menu/menu",
|
||||
"text": "菜单",
|
||||
"iconPath": "/static/menu/menu.png",
|
||||
"selectedIconPath": "/static/menu/menu_active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/my/my.png",
|
||||
"selectedIconPath": "/static/my/my_active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
Loading…
Reference in new issue