Compare commits

...

2 Commits

Author SHA1 Message Date
徐景良 55c41d9730 merge 2024-11-25 08:29:13 +08:00
徐景良 a191b04840 merge 2024-11-25 08:28:40 +08:00
2 changed files with 3 additions and 1 deletions

View File

@ -778,6 +778,9 @@
map.flyTo({
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();
//