public/config/config.js
@@ -2,8 +2,8 @@ var isWeb = false; 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.20.106' + ":12316"; var fmeHost = isWeb ? "103.85.165.99" + ":8051" : '192.168.20.205' + ":88";