From 677bda77c0e73c057fc48e869b3cb7706e581df3 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 22 Apr 2026 20:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=9C=AC=E5=9C=B0ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- static/config/index.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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'] = './'; // 域名