177 lines
4.0 KiB
JSON
177 lines
4.0 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
}, {
|
|
"path": "pages/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
}, {
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "若依移动端框架",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/avatar/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改头像"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/info/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/pwd/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/setting/index",
|
|
"style": {
|
|
"navigationBarTitleText": "应用设置"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/help/index",
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
}, {
|
|
"path": "pages/common/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
}, {
|
|
"path": "pages/common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
},{
|
|
"path": "pages/work/sidebar/filingLog/index",
|
|
"style": {
|
|
"navigationBarTitleText": "申报记录",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#bbbbbb",
|
|
"enablePullDownRefresh": true, //配置后,可以下拉刷新,上拉加载`
|
|
"onReachBottomDistance": 100
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/sidebar/safetyDeclaratio/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#bbbbbb",
|
|
"navigationBarTitleText": "隐患申报"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/inspection/scanSign/scanSign",
|
|
"style": {
|
|
"navigationBarTitleText": "扫一扫",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/inspection/scanSign/scanSign2",
|
|
"style": {
|
|
"navigationBarTitleText": "扫一扫",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/inspection/scanSign/index",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
},
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#bbbbbb",
|
|
"navigationBarTitleText": "扫码签到"
|
|
}
|
|
},
|
|
{
|
|
"app-plus": {
|
|
"titleNView": false
|
|
},
|
|
"path": "pages/work/inspection/inspectionEx/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#bbbbbb",
|
|
"navigationBarTitleText": "异常巡检"
|
|
}
|
|
},
|
|
{
|
|
"app-plus": {
|
|
"titleNView": false
|
|
},
|
|
"path": "pages/work/inspection/checkInRecord/index",
|
|
"style": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#bbbbbb",
|
|
"navigationBarTitleText": "打卡记录"
|
|
},
|
|
"usingComponents": true
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
},
|
|
"list": [{
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/work/inspection/scanSign/scanSign",
|
|
"iconPath": "static/images/tabbar/scan2.png",
|
|
"selectedIconPath": "static/images/tabbar/scan2.png",
|
|
"text": "扫一扫"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
} |