From 0e4af44e9d21a285ae52ad34ff257e536ab1542f Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Mon, 27 Nov 2023 13:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=83=A8=E7=BD=B2HO?= =?UTF-8?q?ST=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/axios/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/axios/index.js b/src/axios/index.js index e63d6af..2bad8d6 100644 --- a/src/axios/index.js +++ b/src/axios/index.js @@ -1,7 +1,7 @@ import axios from "axios"; -const HOST = 'http://127.0.0.1:3001'; -// const HOST = 'http://123.57.183.183:3001'; +// const HOST = 'http://127.0.0.1:3001'; +const HOST = 'http://123.57.147.184:3001'; export const get = (url, params, success) => { axios.get(HOST + url, params)