let url = ServerConfig.SOEURL + parameter;//http://localhost:6080/
https://blog.csdn.net/baicai_123/article/details/106403509
$.ajax({ type: 'get', url: url, dataType: 'json', success: function (res){})