From 368b6c77a9516bfe76faf845dd77d92bb45c95d8 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 22 九月 2023 14:12:07 +0800 Subject: [PATCH] 空间查询,地名定位修改 --- public/config/config.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 799b0e7..fd7c25e 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,13 +1,13 @@ //var isWeb = location.hostname.indexOf("103.85.165.") > -1; var isWeb = false; -var is_production = true;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� //192.168.21.194 +var is_production = false;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� //192.168.21.194 -// var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.205' + ":8088"; -var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.21.194' + ":12316"; +var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.205' + ":8088"; +// var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.21.194' + ":12316"; -var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.21.194' + ":88"; +var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.20.205' + ":88"; -var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.21.194' + ":80"; +var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.20.205' + ":80"; var menuStartName = "绠¢亾鍩虹澶ф暟鎹钩鍙�"; -- Gitblit v1.9.3