diff --git a/config/baseUrl.js b/config/baseUrl.js index 647c20e..06fd9cd 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -19,8 +19,8 @@ if (process.env.NODE_ENV === 'development') { // 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.100:9200/pb/"; // 开发用电脑 + baseUrl = "https://api.nuttyreading.com/"; //1 + // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 // baseUrl = "ws://twin-ui.com:6001/"; // socketUrl = "ws://twin-ui.com:6001/"; }