From 09bcf14d27e5b2388f3fb1fe3e5da220a618e249 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Sat, 25 Mar 2023 23:22:13 +0800 Subject: [PATCH] =?UTF-8?q?clay=20:=20=E8=A7=A6=E5=8F=91=E5=99=A8=E7=9A=84?= =?UTF-8?q?http=E8=AF=B7=E6=B1=82=E6=9C=89=E6=B2=A1=E6=9C=89=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flowable-engine-web/src/api/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flowable-engine-web/src/api/request.js b/flowable-engine-web/src/api/request.js index 6fc9891..ecbb5f1 100644 --- a/flowable-engine-web/src/api/request.js +++ b/flowable-engine-web/src/api/request.js @@ -9,8 +9,8 @@ import "element-ui/lib/theme-chalk/index.css"; // 字体图标 export function getBaseUrl(){ - // return "http://gateway.mytwins.top" - return "http://192.168.101.8:8000" + return "http://gateway.mytwins.top" + // return "http://192.168.101.8:8000" // return "http://localhost:8000" } -- 2.40.1