diff --git a/flowable-engine-web/src/api/request.js b/flowable-engine-web/src/api/request.js index cda274b..f8cab19 100644 --- a/flowable-engine-web/src/api/request.js +++ b/flowable-engine-web/src/api/request.js @@ -11,8 +11,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({