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" }