修改 cesium地图

master
853931625@qq.com 2026-07-28 10:32:59 +08:00
parent 4d2e2583e3
commit 2cb12f4769
2 changed files with 2 additions and 1 deletions

View File

@ -366,7 +366,7 @@ function Update(props) {
{ {
name: "map", name: "map",
customizeRender: true, customizeRender: true,
render: <Map />, render: <Map type="cesium" />,
span: 24, span: 24,
}, },
{ {

View File

@ -196,6 +196,7 @@ function List(props) {
longitude={selectedLng} longitude={selectedLng}
onClose={() => setVisible(false)} onClose={() => setVisible(false)}
onConfirm={handleConfirm} onConfirm={handleConfirm}
type="cesium"
/> />
</Page> </Page>
); );