From a96dbdc688139bf19570fb6f4c5a293fe9d73199 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Fri, 27 Dec 2024 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=BF=E4=B8=8A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/request/config.js b/src/request/config.js index 0ffc86b..6b22a14 100644 --- a/src/request/config.js +++ b/src/request/config.js @@ -1,10 +1,10 @@ export default { // method: 'get', - // baseURL: 'http://172.16.1.63:8000', - baseURL: 'http://172.16.1.168:8000', + baseURL: 'http://172.16.1.63:8000', + // baseURL: 'http://172.16.1.168:8000', // baseURL: 'http://127.0.0.1:8000', - // baseWS: 'ws://172.16.1.63:8000', - baseWS: 'ws://172.16.1.168:8000', + baseWS: 'ws://172.16.1.63:8000', + // baseWS: 'ws://172.16.1.168:8000', // baseWS: 'ws://127.0.0.1:8000', headers: { 'Content-Type': 'application/json;charset=UTF-8',