From c2a6c53657baaf0830cd881e1a23a15af23ac6fa Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 21 九月 2023 18:35:14 +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 525d8e4..799b0e7 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 = false;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� +var is_production = true;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� //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.16.162' + ":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.20.205' + ":88"; +var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.21.194' + ":88"; -var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.20.205' + ":80"; +var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.21.194' + ":80"; var menuStartName = "绠¢亾鍩虹澶ф暟鎹钩鍙�"; -- Gitblit v1.9.3