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

146 lines
3.6 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "政府管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/dashboard/dashboard",
"style": {
"navigationBarTitleText": "数据看板",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/supervision/supervision",
"style": {
"navigationBarTitleText": "监管管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/approval/approval",
"style": {
"navigationBarTitleText": "审批管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/personnel/personnel",
"style": {
"navigationBarTitleText": "人员管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/epidemic/epidemic",
"style": {
"navigationBarTitleText": "疫情监控",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/service/service",
"style": {
"navigationBarTitleText": "服务管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/warehouse/warehouse",
"style": {
"navigationBarTitleText": "仓库管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f6f6f6"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1890ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/dashboard/dashboard",
"iconPath": "static/tabbar/dashboard.png",
"selectedIconPath": "static/tabbar/dashboard-active.png",
"text": "看板"
},
{
"pagePath": "pages/supervision/supervision",
"iconPath": "static/tabbar/supervision.png",
"selectedIconPath": "static/tabbar/supervision-active.png",
"text": "监管"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tabbar/profile.png",
"selectedIconPath": "static/tabbar/profile-active.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "政府管理系统",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f6f6f6",
"app-plus": {
"background": "#efeff4"
}
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^van-(.*)": "@vant/weapp/dist/$1/index"
}
},
"condition": {
"current": 0,
"list": [
{
"name": "数据看板",
"path": "pages/dashboard/dashboard"
},
{
"name": "监管管理",
"path": "pages/supervision/supervision"
}
]
}
}