| | |
| | | |
| | | // service主机配置 |
| | | // const APP_GIS_HOST = 'http://xearth.cn:6299' |
| | | const APP_GIS_HOST = 'http://xearth.cn:6289' |
| | | const APP_GIS_HOST = 'http://xearth.cn:8088' |
| | | |
| | | // 自定义主机配置 |
| | | const BLUEMAP_HOST = APP_GIS_HOST // 公司发布的地图服务,用于测试的地址 |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | // const MagicMaker = { |
| | | // Current: 'vanishIn', |
| | | // ARRAY: [ |
| | | // 'twisterInDown', 'twisterInUp', 'swap', |
| | | // 'puffIn', 'vanishIn', |
| | | // 'openDownLeftReturn', 'openDownRightReturn', 'openUpLeftReturn', 'openUpRightReturn', |
| | | // 'perspectiveDownReturn', 'perspectiveUpReturn', 'perspectiveLeftReturn', 'perspectiveRightReturn', |
| | | // 'slideDownReturn', 'slideUpReturn', 'slideLeftReturn', 'slideRightReturn', |
| | | // 'swashIn', 'foolishIn', |
| | | // 'tinRightIn', 'tinLeftIn', 'tinUpIn', 'tinDownIn', |
| | | // 'boingInUp', |
| | | // 'spaclInUp', 'spaceInRight', 'spaceInDown', 'spaceInLeft'] |
| | | // } |
| | | |
| | | export default { |
| | | mapOptions, |
| | | mapConfig, |
| | | TokenConfig, |
| | | BLUEMAP_HOST |
| | | // MagicMaker |
| | | } |