修改 cesium地图
parent
0df3f3cefd
commit
df4ced641f
|
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
// 开发服务
|
||||
server: {
|
||||
// 监听端口号
|
||||
port: "8089",
|
||||
port: "8099",
|
||||
// 服务地址
|
||||
host: "127.0.0.1",
|
||||
// 是否自动打开浏览器
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"relation-graph": "^2.2.11",
|
||||
"zy-react-library": "^1.2.3"
|
||||
"zy-react-library": "^1.3.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@ function Update(props) {
|
|||
{
|
||||
name: "map",
|
||||
customizeRender: true,
|
||||
render: <Map />,
|
||||
render: <Map type="cesium" />,
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -196,6 +196,7 @@ function List(props) {
|
|||
longitude={selectedLng}
|
||||
onClose={() => setVisible(false)}
|
||||
onConfirm={handleConfirm}
|
||||
type="cesium"
|
||||
/>
|
||||
</Page>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue