From 1de0d6275309f690e6d54174b78d369f5ce2cc6b Mon Sep 17 00:00:00 2001 From: RogerWork Date: Tue, 21 May 2024 15:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/request/config.js b/src/request/config.js index f40887d..87f1c8c 100644 --- a/src/request/config.js +++ b/src/request/config.js @@ -1,9 +1,9 @@ export default { // method: 'get', - baseURL: 'http://172.16.1.221:8000', + baseURL: 'http://172.16.1.63:8000', // baseURL: 'http://172.16.1.114:8000', // baseURL: 'http://127.0.0.1:8000', - baseWS: 'ws://172.16.1.221:8000', + baseWS: 'ws://172.16.1.63:8000', // baseWS: 'ws://172.16.1.114:8000', // baseWS: 'ws://127.0.0.1:8000', headers: {