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.
47 lines
1.2 KiB
47 lines
1.2 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/menu/menu",
|
|
"pages/my/my",
|
|
"pages/bd/bd",
|
|
"pages/uploadfile/uploadfile",
|
|
"pages/list/list",
|
|
"pages/operation/operation",
|
|
"pages/list1/list1",
|
|
"pages/operation1/operation1",
|
|
"pages/mmm/mmm",
|
|
"pages/submit/submit",
|
|
"pages/dragon/dragon"
|
|
],
|
|
"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"
|
|
} |