@vtx/map 1.1.7-beta.1 → 1.1.7-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/default.js +2 -2
- package/package.json +1 -1
package/lib/default.js
CHANGED
|
@@ -18,12 +18,12 @@ if (antdMajorVersion === '3') {
|
|
|
18
18
|
createFromIconfontCN = require('@ant-design/icons').createFromIconfontCN;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
var globalCfg = window.VtxPublicServiceAddress || {};
|
|
22
|
+
|
|
21
23
|
var VtxMapIcon = exports.VtxMapIcon = createFromIconfontCN({
|
|
22
24
|
scriptUrl: (globalCfg.mapServerURL || '//vortexplugin.cloudhw.cn/mapplugin') + '/icon_font_3x.js'
|
|
23
25
|
});
|
|
24
26
|
|
|
25
|
-
var globalCfg = window.VtxPublicServiceAddress || {};
|
|
26
|
-
|
|
27
27
|
exports.default = {
|
|
28
28
|
// 百度地图资源请求地址
|
|
29
29
|
bmapScriptUrl: globalCfg.bmapScriptUrl ? globalCfg.bmapScriptUrl : '//api.map.baidu.com/getscript?v=3.0&ak=42IughV5lDxAt0wI8AhDVuGR',
|