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.
63 lines
1.8 KiB
63 lines
1.8 KiB
2 years ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/logs/logs",
|
||
|
"pages/login/login",
|
||
|
"pages/message/message",
|
||
|
"pages/work/work",
|
||
|
"pages/information/information",
|
||
|
"pages/mine/mine"
|
||
|
],
|
||
|
"subPackages":[
|
||
|
{
|
||
|
"root": "subpages/addhouse",
|
||
|
"name": "addhouse",
|
||
|
"pages": [
|
||
|
"pages/addhouse/addhouse"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"window": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#fff",
|
||
|
"navigationBarTitleText": "WeChat",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#2c2c2c",
|
||
|
"selectedColor": "#e40031",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"borderStyle": "white",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "消息",
|
||
|
"iconPath": "images/home/message.png",
|
||
|
"selectedIconPath": "images/home/messageSelected.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/work/work",
|
||
|
"text": "工作",
|
||
|
"iconPath": "images/home/work.png",
|
||
|
"selectedIconPath": "images/home/workSelected.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/information/information",
|
||
|
"text": "数据",
|
||
|
"iconPath": "images/home/information.png",
|
||
|
"selectedIconPath": "images/home/informationSelected.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/mine/mine",
|
||
|
"text": "我的",
|
||
|
"iconPath": "images/home/mine.png",
|
||
|
"selectedIconPath": "images/home/mineSelected.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"networkTimeout": {
|
||
|
"request": 60000
|
||
|
},
|
||
|
"style": "v2",
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|