From e01b984261f2b9b524bc5632bbc8ca328ddfdd71 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Wed, 22 Mar 2023 22:56:07 +0800 Subject: [PATCH] =?UTF-8?q?clay=20:=20=E6=B5=81=E7=A8=8B=E5=8A=A0=E5=A4=96?= =?UTF-8?q?=E5=B1=82=E4=B8=9A=E5=8A=A1?= 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 909558b..cca30b6 100644 --- a/flowable-engine-web/src/api/request.js +++ b/flowable-engine-web/src/api/request.js @@ -10,8 +10,8 @@ Vue.prototype.$axios = axios; // 字体图标 export function getBaseUrl(){ - // return "http://gateway.mytwins.top" - return "http://192.168.101.7:8000" + return "http://gateway.mytwins.top" + // return "http://192.168.101.7:8000" // return "http://localhost:8000" } -- 2.40.1