Files
nxxmdata/government-mini-program/app.json

59 lines
1.6 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/dashboard/dashboard",
"pages/supervision/supervision",
"pages/approval/approval",
"pages/personnel/personnel",
"pages/epidemic/epidemic",
"pages/service/service",
"pages/warehouse/warehouse",
"pages/profile/profile"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1890ff",
"navigationBarTitleText": "政府管理系统",
"navigationBarTextStyle": "white",
"backgroundColor": "#f6f6f6"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1890ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/dashboard/dashboard",
"iconPath": "images/dashboard.png",
"selectedIconPath": "images/dashboard-active.png",
"text": "看板"
},
{
"pagePath": "pages/supervision/supervision",
"iconPath": "images/supervision.png",
"selectedIconPath": "images/supervision-active.png",
"text": "监管"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "images/profile.png",
"selectedIconPath": "images/profile-active.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json"
}