123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "pages": [
- {
- "path": "pages/basicsModule/login",//登录
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/basicsModule/home",//首页
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/iotClassification/index",//物联分类
- "style": {
- "navigationBarTitleText": "物联分类",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/iotClassification/infoPage",//物联分类详情
- "style": {
- "navigationBarTitleText": "物联分类",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/iotDevice/index",//物联设备
- "style": {
- "navigationBarTitleText": "物联设备",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/iotDevice/addPage",//新增编辑物联设备
- "style": {
- "navigationBarTitleText": "物联设备",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/iotDevice/infoPage",//物联设备详情
- "style": {
- "navigationBarTitleText": "物联设备详情",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/hardware/index",//硬件设备
- "style": {
- "navigationBarTitleText": "硬件设备",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/hardware/addPage",//硬件设备
- "style": {
- "navigationBarTitleText": "硬件设备",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/hardware/infoPage",//硬件设备详情
- "style": {
- "navigationBarTitleText": "硬件设备详情",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/networkComponent/index",//网络组件
- "style": {
- "navigationBarTitleText": "网络组件",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/networkComponent/addPage",//网络组件新增
- "style": {
- "navigationBarTitleText": "网络组件",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/warningLog/index",//硬件设备
- "style": {
- "navigationBarTitleText": "告警日志",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- }
- ],
- "globalStyle": {
- "dynamicRpx":true,//rpx设置开关
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA", //导航背景色
- "pageOrientation": "auto", //屏幕方向配置 auto / portrait / landscape
- "enablePullDownRefresh": false,//关闭下拉刷新
- "rpxCalcBaseDeviceWidth": 3840,
- "rpxCalcMaxDeviceWidth": 3840,
- "rpxCalcIncludeWidth": 750
- // "rpxCalcMaxDeviceWidth": 3600, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
- // "rpxCalcBaseDeviceWidth": 1800, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
- // "rpxCalcIncludeWidth": 3600 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
- }
- }
|