From 559ad32e75473577ccf2cb7fd586a820f88e300f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81?= <993668622@qq.com> Date: Tue, 4 Jun 2024 17:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E4=B8=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/src/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/utils/request.js b/UI/src/utils/request.js index 5ae609f..7b5faf7 100644 --- a/UI/src/utils/request.js +++ b/UI/src/utils/request.js @@ -32,7 +32,7 @@ function UrlConfig(httpUrl, websocketUrl, apiUrl) { let baseConfig = { dev: new UrlConfig("/api",'ws://127.0.0.1:8087', "http://localhost:8085"), - prod: new UrlConfig("http://36.137.211.213:8085", 'ws://36.137.211.213:8087'), + prod: new UrlConfig("http://36.137.211.213:8000/api", 'ws://36.137.211.213:8087'), // 成功响应码 success: 200, //消息框消失时间