fix:控制台--地图报错

This commit is contained in:
guoyue 2022-09-23 13:33:41 +08:00
parent 5e2b32f62a
commit 5e31517f1d
3 changed files with 6 additions and 5 deletions

View File

@ -7,8 +7,8 @@
*/
var _global = {}
var CONFIGITEM = {
version: 'qingdao', // 青岛
// version: 'xihaian', // 西海岸
// version: 'qingdao', // 青岛
version: 'xihaian', // 西海岸
// version: 'test', // 测试
// version: 'frp', // 内网穿透
// version: 'dev', // 开发
@ -23,7 +23,8 @@ var CONFIGITEM = {
// 西海岸大数据局
xihaian: {
previewUrl: 'http://10.134.135.9:9796/',
apiURL: 'http://10.134.135.9:8888/renren-admin',
// apiURL: 'http://10.134.135.9:8888/renren-admin',
apiURL: 'http://10.16.5.35:8888/renren-admin', // 李志成
websocketURL: 'ws://10.134.135.9:8888/renren-admin/websocket'
},
// 测试

View File

@ -60,7 +60,7 @@ export function MapFun(mapObj) {
/**
* 定义地物编辑服务
*/
const featureService = L.supermap.featureService(
const featureService = L.supermap && L.supermap.featureService && L.supermap.featureService(
_mapConfig.config.EDITORDATA_URL
)

View File

@ -123,7 +123,7 @@ export function HieimpMap() {
// debugger;
//
L.supermap
L.supermap && L.supermap.layerInfoService && L.supermap
.layerInfoService(_mapConfig.config.QUERY_URL)
.getLayersInfo(function (result) {
// doSomething