public/config/config.js
@@ -1,6 +1,9 @@ //var isWeb = location.hostname.indexOf("103.85.165.") > -1; var isWeb = true; var is_production = false;//判断是否为生产环境 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";