diff --git a/config/index.js b/config/index.js index 605c7ad..da5cab6 100644 --- a/config/index.js +++ b/config/index.js @@ -23,7 +23,7 @@ module.exports = { }, // Various Dev Server settings - host: '192.168.110.161', // can be overwritten by process.env.HOST + host: '192.168.110.159', // can be overwritten by process.env.HOST port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/static/config/index.js b/static/config/index.js index 274f935..90806e8 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -6,7 +6,8 @@ // api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; // 川 + // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; // 川 + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.131:9200/pb'; // 楠 // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名