From 2392ad5e0a8628b2c43f60acc3ee0094281eb207 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Wed, 1 Mar 2023 08:01:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'flowable-engine-web/src/a?= =?UTF-8?q?pi/request.js'?= 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 7be6306..c49d2b3 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://localhost:8000" + return "http://gateway.mytwins.top" + // return "http://localhost:8000" } const service = axios.create({ -- 2.40.1