dianlixunjian
徐景良 2024-11-25 08:28:40 +08:00
parent a4d109914c
commit a191b04840
2 changed files with 2 additions and 1 deletions

View File

@ -804,6 +804,8 @@ import { GeojsonToWkt } from './src/WktGeojsonTransform';
center: [118.30207505530701, 35.30123435040745], //
zoom: 8, //
pitch:0,
bearing: 0,
duration: 1000
});
};

View File

@ -38,7 +38,6 @@ import { TableOutlined, GlobalOutlined,HomeOutlined} from '@ant-design/icons-vue
import YingXiangAddress from './index.json'
import {serverAddress} from '/public/yingxiangConfig/index.json'
const {VITE_GLOB_YINGXIANG_SERVER,VITE_GLOB_YAOGANYINGXIANG_SERVER} = getAppEnvConfig();
alert(VITE_GLOB_YINGXIANG_SERVER);
const mapContainerName = ref<String>();
mapContainerName.value = 'mapContainer-' + generateUUID();
//