diff --git a/src/api/system/config.js b/src/api/system/config.js new file mode 100644 index 00000000..4bd0879c --- /dev/null +++ b/src/api/system/config.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +//查询geoserver服务地址 +export function getGeoServerConfigKey() { + return request({ + url: '/system/config/getGeoServerConfigKey', + method: 'get' + }) +} diff --git a/src/components/Map/MapGisDrawing.vue b/src/components/Map/MapGisDrawing.vue index 686f780b..5bbc5a3a 100644 --- a/src/components/Map/MapGisDrawing.vue +++ b/src/components/Map/MapGisDrawing.vue @@ -18,6 +18,7 @@