ftsr 发表于 2018-10-19 10:50:30

无外网环境下ES5.x安装sql插件

if (location.protocol == "file") {  
                              url = "http://localhost:9200"
  
                        }
  
                        else {
  
                              url = location.protocol+'//' + location.hostname + (location.port ? ':'+location.port : '');
  
                        }
  
                }


页: [1]
查看完整版本: 无外网环境下ES5.x安装sql插件