配置:后台数据库配置

This commit is contained in:
luying
2021-07-13 10:17:12 +08:00
parent 16b0b97a29
commit 4ef5fff4cf
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ function showError(content) {
function queryEntry(param, callback) {
var route = 'gate.gateHandler.queryEntry';
pomelo.init({
host: '127.0.0.1',
host: location.hostname,
port: 3014,
log: true
}, function () {