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.
192 lines
5.3 KiB
192 lines
5.3 KiB
11 months ago
|
{
|
||
|
"pages": [
|
||
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/logIn/logIn",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
// 开启下拉刷新
|
||
|
"enablePullDownRefresh": false,
|
||
|
"h5": {
|
||
|
},
|
||
|
"app-plus": {
|
||
|
// "titleNView": false
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "门户中心",
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/map/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "排查选择",
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/detail",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "智慧排查",
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/investigation/index",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTitleText": "排查",
|
||
|
// 开启下拉刷新
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/investigation/task",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTitleText": "排查",
|
||
|
// 开启下拉刷新
|
||
|
"enablePullDownRefresh": false,
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/governance/index",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTitleText": "治理",
|
||
|
// 开启下拉刷新
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/logIn/agree",
|
||
|
"style": {
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/logIn/findPsw",
|
||
|
"style": {
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarTitleText": "找回密码",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/logIn/userInfo",
|
||
|
"style": {
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarTitleText": "填写信息",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/mine/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "个人中心",
|
||
|
"navigationStyle": "custom"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/mine/setting",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "设置",
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarBackgroundColor": "#F6F8FA",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/knowledge/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "知识库",
|
||
|
"navigationStyle": "default",
|
||
|
"navigationBarBackgroundColor": "#F6F8FA",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/create/create",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTitleText": "排查选择",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"tabBar": {
|
||
|
"color": "#7A7E83",
|
||
|
// tab 上的文字默认颜色
|
||
|
"selectedColor": "#2294E6",
|
||
|
// tab 上的文字选中时的颜色
|
||
|
"borderStyle": "black",
|
||
|
// tabbar 上边框的颜色,可选值 black/white
|
||
|
"backgroundColor": "#ffffff",
|
||
|
// tab 的背景色
|
||
|
"list": [
|
||
|
{
|
||
|
// 最少2个、最多5个 tab
|
||
|
"pagePath": "pages/index/index",
|
||
|
// 页面路径,必须在 pages 中先定义
|
||
|
"iconPath": "static/nav/index.png",
|
||
|
// 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
|
||
|
"selectedIconPath": "static/nav/index_active.png",
|
||
|
// 选中时的图片路径
|
||
|
"text": "首页"
|
||
|
// tab 上按钮文字
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/investigation/index",
|
||
|
"iconPath": "static/nav/job.png",
|
||
|
"selectedIconPath": "static/nav/job_active.png",
|
||
|
"text": "排查"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/governance/index",
|
||
|
"iconPath": "static/nav/lean.png",
|
||
|
"selectedIconPath": "static/nav/lean_active.png",
|
||
|
"text": "治理"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/mine/index",
|
||
|
"iconPath": "static/nav/mine.png",
|
||
|
"selectedIconPath": "static/nav/mine_active.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationBarTitleText": "app",
|
||
|
"navigationBarBackgroundColor": "#2294E6"
|
||
|
// "backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"uniIdRouter": {}
|
||
|
}
|