Commit b1ce0f4d authored by 田翔's avatar 田翔

fix: 代码优化

parent 63a602b0
{
"name": "panda-xform",
"version": "4.8.0",
"description": "4.8.0 加载地图尝试修复报错问题",
"version": "4.8.1",
"description": "4.8.1 尝试修复地图",
"keywords": [
"panda-xform"
],
......
......@@ -196,18 +196,18 @@ const Coordinate = (props) => {
return cityName;
}
if (screenShot && disabled) {
return (
<div style={{ width: '100%', height: '150px' }}>
<ArcGISSceneMap
getMapInfo={getMapInfo}
widgets={[]}
token={token}
client={token ? client : 'sandbox'}
/>
</div>
)
}
// if (screenShot && disabled) {
// return (
// <div style={{ width: '100%', height: '150px' }}>
// <ArcGISSceneMap
// getMapInfo={getMapInfo}
// widgets={[]}
// token={token}
// client={token ? client : 'sandbox'}
// />
// </div>
// )
// }
return (
<div>
......
......@@ -177,18 +177,18 @@ const Device = (props) => {
}
}, [presetValue])
if (screenShot && disabled) {
return (
<div style={{ width: '100%', height: '120px' }}>
<ArcGISSceneMap
getMapInfo={getMapInfo}
widgets={[]}
token={token}
client={token ? client : 'sandbox'}
/>
</div>
)
}
// if (screenShot && disabled) {
// return (
// <div style={{ width: '100%', height: '120px' }}>
// <ArcGISSceneMap
// getMapInfo={getMapInfo}
// widgets={[]}
// token={token}
// client={token ? client : 'sandbox'}
// />
// </div>
// )
// }
return (
<div>
......
......@@ -105,18 +105,18 @@ const DrawArea = (props) => {
}
}, [presetValue])
if (screenShot && disabled) {
return (
<div style={{ width: '100%', height: '150px' }}>
<ArcGISSceneMap
getMapInfo={getMapInfo}
widgets={[]}
token={token}
client={token ? client : 'sandbox'}
/>
</div>
)
}
// if (screenShot && disabled) {
// return (
// <div style={{ width: '100%', height: '150px' }}>
// <ArcGISSceneMap
// getMapInfo={getMapInfo}
// widgets={[]}
// token={token}
// client={token ? client : 'sandbox'}
// />
// </div>
// )
// }
return (
<div>
......
......@@ -104,18 +104,18 @@ const DrawPath = (props) => {
}
}, [presetValue])
if (screenShot && disabled) {
return (
<div style={{ width: '100%', height: '150px' }}>
<ArcGISSceneMap
getMapInfo={getMapInfo}
widgets={[]}
token={token}
client={token ? client : 'sandbox'}
/>
</div>
)
}
// if (screenShot && disabled) {
// return (
// <div style={{ width: '100%', height: '150px' }}>
// <ArcGISSceneMap
// getMapInfo={getMapInfo}
// widgets={[]}
// token={token}
// client={token ? client : 'sandbox'}
// />
// </div>
// )
// }
return (
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment