From fe774d1b86848f213e766fa40f96e753802a642d Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 25 八月 2023 17:49:13 +0800 Subject: [PATCH] 资源查询前端页面修改 --- public/config/config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 3991e24..66115df 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 isWeb = location.hostname.indexOf("103.85.165.") > -1; +// var isWeb = false; var is_production = false;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� -var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.83' + ":8088"; +var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888"; // var webHost = isWeb ? "103.85.165.99" + ":8052" : '192.168.20.106' + ":9000"; - var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.20.83' + ":88"; var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.20.83' + ":80"; + const webUrl = true ? "/middle" : ""; //SDK璁稿彲 var StaticFileBaseUrl = webUrl + "/CIMSDK/"; -- Gitblit v1.9.3