Compare commits
No commits in common. "2d63f3ca60c189348823bd27deeae66d76ad2a04" and "d315a7b3d3a951c94cce18ee70b33a9fba9007b5" have entirely different histories.
2d63f3ca60
...
d315a7b3d3
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
|
|
@ -331,21 +331,6 @@ const map = {
|
||||||
Object.keys(DCPJ_TYPES).forEach(key => {
|
Object.keys(DCPJ_TYPES).forEach(key => {
|
||||||
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
||||||
});
|
});
|
||||||
} else if (id === 302 || id === 303 || id === 306 || id === 305) {
|
|
||||||
layerVisible = {
|
|
||||||
RealDrpLayer: false,
|
|
||||||
RealHDLayer: false,
|
|
||||||
RealSkLayer: false,
|
|
||||||
BxSkLayer: false,
|
|
||||||
FzdxLayer: false,
|
|
||||||
WataLayer: false,
|
|
||||||
AdcdLayer: true,
|
|
||||||
RoadLayer: true,
|
|
||||||
RivlLayer: true,
|
|
||||||
};
|
|
||||||
Object.keys(DCPJ_TYPES).forEach(key => {
|
|
||||||
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch.runtime.setLayerSetting({ contour: null, dem: undefined })
|
dispatch.runtime.setLayerSetting({ contour: null, dem: undefined })
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,6 @@ function DrpReal({ style }) {
|
||||||
style={style}
|
style={style}
|
||||||
title="供水监管"
|
title="供水监管"
|
||||||
color="green"
|
color="green"
|
||||||
extra={
|
|
||||||
<>
|
|
||||||
<img src='/assets/年下拉3.jpg' style={{width:'100px', height:'30px',marginRight:'10px'}}/>
|
|
||||||
</>
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<img src='/assets/供水监管.jpg' style={{width:'419.81px', height:'195px',marginLeft:'1px',marginTop:'10px'}}/>
|
<img src='/assets/供水监管.jpg' style={{width:'419.81px', height:'195px',marginLeft:'1px',marginTop:'10px'}}/>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,6 @@ function DrpReal({ style }) {
|
||||||
style={style}
|
style={style}
|
||||||
title="水质监测"
|
title="水质监测"
|
||||||
color="green"
|
color="green"
|
||||||
extra={
|
|
||||||
<>
|
|
||||||
<img src='/assets/镇切换.jpg' style={{width:'150px', height:'20px',marginRight:'5px'}}/>
|
|
||||||
</>
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<img src='/assets/水厂水质监测.jpg' style={{width:'26rem', height:'12rem',marginLeft:'0.3rem',marginTop:'1rem'}}/>
|
<img src='/assets/水厂水质监测.jpg' style={{width:'26rem', height:'12rem',marginLeft:'0.3rem',marginTop:'1rem'}}/>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue