diff --git a/config/baseUrl.js b/config/baseUrl.js index d4197fa..d0b6b61 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -18,8 +18,8 @@ if (process.env.NODE_ENV === 'development') { // 生产环境11 // baseUrl = "http://59.110.212.44:9100/pb/"; // baseUrl = "https://testapi.nuttyreading.com/"; - baseUrl = "http://192.168.110.110:9200/pb/";//磊哥 - // baseUrl = "https://api.nuttyreading.com/"; //1 + // baseUrl = "http://192.168.110.110:9200/pb/";//磊哥 + baseUrl = "https://api.nuttyreading.com/"; //1 // baseUrl = "ws://twin-ui.com:6001/"; // socketUrl = "ws://twin-ui.com:6001/"; }